Home
last modified time | relevance | path

Searched defs:GetNextScriptId (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dlocal-isolate.cc52 int LocalIsolate::GetNextScriptId() { return isolate_->GetNextScriptId(); } in GetNextScriptId() function in v8::internal::LocalIsolate
Disolate.cc5156 int Isolate::GetNextScriptId() { return heap()->NextScriptId(); } in ThrowInternal() function in v8::internal::Isolate