Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
int32_t JavaScriptHeapEdgeIdentifier::getIndex() const {
41
return _value.toInt();
42
}
43
44
bool JavaScriptHeapEdgeIdentifier::operator==(const JavaScriptHeapEdgeIdentifier& other) const {
45
return _value == other._value;
Callers
9
TEST
Function · 0.45
TEST
Function · 0.45
make
Method · 0.45
release
Method · 0.45
newLocalRef
Method · 0.45
storeObject
Method · 0.45
getIndexOfId
Method · 0.45
appendEdge
Method · 0.45
appendEdgeToValue
Method · 0.45
Calls
1
toInt
Method · 0.45
Tested by
2
TEST
Function · 0.36
TEST
Function · 0.36