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

Method getType

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

Source from the content-addressed store, hash-verified

469 : _parser(parser), _type(type), _nameOrIndex(nameOrIndex), _nodeIndex(nodeIndex) {}
470
471JavaScriptHeapDumpEdgeType JavaScriptHeapDumpParser::Edge::getType() const {
472 return _type;
473}
474
475JavaScriptHeapEdgeIdentifier JavaScriptHeapDumpParser::Edge::getIdentifier() const {
476 return _type == JavaScriptHeapDumpEdgeType::ELEMENT ?

Callers 6

valueToJSValueFunction · 0.45
appendDumpMethod · 0.45
runtimePostMessageMethod · 0.45
runtimeGetAssetsMethod · 0.45
dumpLogsMethod · 0.45
callPromiseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected