Searched refs:GetNestedScopeChain (Results 1 – 3 of 3) sorted by relevance
564 void GetNestedScopeChain(Isolate* isolate, List<Handle<ScopeInfo> >* chain,
843 void Scope::GetNestedScopeChain(Isolate* isolate, in GetNestedScopeChain() function in v8::internal::Scope853 scope->GetNestedScopeChain(isolate, chain, position); in GetNestedScopeChain()
416 scope->GetNestedScopeChain(isolate_, &nested_scope_chain_, source_position); in RetrieveScopeChain()