Searched defs:GetNextScriptId (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/execution/ | ||
D | local-isolate.cc | 52 int LocalIsolate::GetNextScriptId() { return isolate_->GetNextScriptId(); } in GetNextScriptId() function in v8::internal::LocalIsolate |
D | isolate.cc | 5156 int Isolate::GetNextScriptId() { return heap()->NextScriptId(); } in ThrowInternal() function in v8::internal::Isolate |