Searched refs:GetNextScriptId (Results 1 – 8 of 8) sorted by relevance
52 int LocalIsolate::GetNextScriptId() { return isolate_->GetNextScriptId(); } in GetNextScriptId() function in v8::internal::LocalIsolate
103 int GetNextScriptId();
1594 int GetNextScriptId();
5179 int Isolate::GetNextScriptId() { return heap()->NextScriptId(); } in ThrowInternal() function in v8::internal::Isolate
69 script->set_id(isolate()->GetNextScriptId()); in CommitPostProcessedObjects()140 script->set_id(isolate()->GetNextScriptId()); in Deserialize()
100 UnoptimizedCompileFlags flags(isolate, isolate->GetNextScriptId()); in ForToplevelCompile()
266 return NewScriptWithId(source, isolate()->GetNextScriptId()); in NewScript()
1391 int script_id = isolate()->GetNextScriptId(); in CloneScript()