Home
last modified time | relevance | path

Searched refs:ContextLocalMode (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/objects/
Dscope-info.h115 VariableMode ContextLocalMode(int var) const;
Dscope-info.cc631 VariableMode ScopeInfo::ContextLocalMode(int var) const { in ContextLocalMode() function in v8::internal::ScopeInfo
741 *mode = scope_info->ContextLocalMode(var); in ContextSlotIndex()
/external/v8/src/runtime/
Druntime-scopes.cc634 VariableMode mode = scope_info->ContextLocalMode(var); in FindNameClash()
/external/v8/src/ast/
Dscopes.cc451 DCHECK_EQ(scope_info->ContextLocalMode(0), VariableMode::kVar); in DeserializeScopeChain()