Home
last modified time | relevance | path

Searched refs:NextScriptId (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dheap-inl.h505 int Heap::NextScriptId() { in NextScriptId() function
Dheap.h724 inline int NextScriptId();
/third_party/node/deps/v8/src/execution/
Disolate.cc5179 int Isolate::GetNextScriptId() { return heap()->NextScriptId(); } in ThrowInternal()