Home
last modified time | relevance | path

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

/third_party/node/src/
Dheap_utils.cc29 class JSGraphJSNode : public EmbedderGraph::Node { class
44 JSGraphJSNode(Isolate* isolate, Local<Value> val) in JSGraphJSNode() function in node::heap::JSGraphJSNode
50 inline size_t operator()(JSGraphJSNode* n) const { in operator ()()
56 inline bool operator()(JSGraphJSNode* a, JSGraphJSNode* b) const { in operator ()()
70 std::unique_ptr<JSGraphJSNode> n { new JSGraphJSNode(isolate_, value) }; in V8Node()
138 value = static_cast<JSGraphJSNode*>(n.get())->JSValue(); in CreateObject()
191 std::unordered_set<JSGraphJSNode*, JSGraphJSNode::Hash, JSGraphJSNode::Equal>