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