Searched refs:NodeCategorySet (Results 1 – 2 of 2) sorted by relevance
30 class NodeCategorySet : public BaseObject { class47 SET_MEMORY_INFO_NAME(NodeCategorySet)48 SET_SELF_SIZE(NodeCategorySet)51 NodeCategorySet(Environment* env, in NodeCategorySet() function in node::NodeCategorySet62 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 …]
3848 …nodejs/node/commit/9e1dcdc5bd)] - **(SEMVER-MINOR)** **src**: remove NodeCategorySet destructor (A…