Home
last modified time | relevance | path

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

/external/v8/src/execution/
Dlocal-isolate.cc27 int LocalIsolate::GetNextScriptId() { return isolate_->GetNextScriptId(); } in GetNextScriptId() function in v8::internal::LocalIsolate
Disolate.cc4415 int Isolate::GetNextScriptId() { return heap()->NextScriptId(); } in ThrowInternal() function in v8::internal::Isolate