Home
last modified time | relevance | path

Searched refs:NodeCategorySet (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dnode_trace_events.cc30 class NodeCategorySet : public BaseObject { class
47 SET_MEMORY_INFO_NAME(NodeCategorySet)
48 SET_SELF_SIZE(NodeCategorySet)
51 NodeCategorySet(Environment* env, in NodeCategorySet() function in node::NodeCategorySet
62 void NodeCategorySet::New(const FunctionCallbackInfo<Value>& args) { in New()
75 new NodeCategorySet(env, args.This(), std::move(categories)); in New()
78 void NodeCategorySet::Enable(const FunctionCallbackInfo<Value>& args) { in Enable()
79 NodeCategorySet* category_set; in Enable()
92 void NodeCategorySet::Disable(const FunctionCallbackInfo<Value>& args) { in Disable()
93 NodeCategorySet* category_set; in Disable()
[all …]
/third_party/node/doc/changelogs/
DCHANGELOG_V10.md3848 …nodejs/node/commit/9e1dcdc5bd)] - **(SEMVER-MINOR)** **src**: remove NodeCategorySet destructor (A…