MCPcopy Create free account
hub / github.com/Snapchat/Valdi / appendEdge

Method appendEdge

valdi/src/valdi/runtime/JavaScript/JavaScriptHeapDumpBuilder.cpp:711–715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

709}
710
711void JavaScriptHeapDumpBuilder::appendEdge(JavaScriptHeapDumpEdgeType type,
712 const JavaScriptHeapEdgeIdentifier& identifier,
713 void* nodePtr) {
714 appendEdge(type, identifier, reinterpret_cast<uint64_t>(nodePtr));
715}
716
717void JavaScriptHeapDumpBuilder::appendEdge(JavaScriptHeapDumpEdgeType type,
718 const JavaScriptHeapEdgeIdentifier& identifier,

Callers 4

TESTFunction · 0.80
onObjectEdgePropertyFunction · 0.80
onObjectEdgeFunction · 0.80

Calls 3

isNamedMethod · 0.45
getNameMethod · 0.45
getIndexMethod · 0.45

Tested by 2

TESTFunction · 0.64