Home
last modified time | relevance | path

Searched refs:GetOuterScopeWithContext (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ast/
Dscopes.h411 Scope* GetOuterScopeWithContext(); in NON_EXPORTED_BASE()
Dscopes.cc1410 Scope* Scope::GetOuterScopeWithContext() { in GetOuterScopeWithContext() function in v8::internal::Scope
/external/v8/src/
Dcompiler.cc422 Scope* outer_scope = info->scope()->GetOuterScopeWithContext(); in InstallSharedScopeInfo()
1847 Scope* outer_scope = literal->scope()->GetOuterScopeWithContext(); in GetSharedFunctionInfo()