Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.h216 uint32_t GetArrayId(JSArray array);
Dweb-snapshot.cc1107 serializer.WriteUint32(GetArrayId(JSArray::cast(*heap_object))); in WriteValue()
1204 uint32_t WebSnapshotSerializer::GetArrayId(JSArray array) { in GetArrayId() function in v8::internal::WebSnapshotSerializer