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

Method getIndex

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

Source from the content-addressed store, hash-verified

38}
39
40int32_t JavaScriptHeapEdgeIdentifier::getIndex() const {
41 return _value.toInt();
42}
43
44bool JavaScriptHeapEdgeIdentifier::operator==(const JavaScriptHeapEdgeIdentifier& other) const {
45 return _value == other._value;

Callers 9

TESTFunction · 0.45
TESTFunction · 0.45
makeMethod · 0.45
releaseMethod · 0.45
newLocalRefMethod · 0.45
storeObjectMethod · 0.45
getIndexOfIdMethod · 0.45
appendEdgeMethod · 0.45
appendEdgeToValueMethod · 0.45

Calls 1

toIntMethod · 0.45

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36