Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dscope-info.h121 VariableMode ContextLocalMode(int var);
Dscope-info.cc566 VariableMode ScopeInfo::ContextLocalMode(int var) { in ContextLocalMode() function in v8::internal::ScopeInfo
661 *mode = scope_info->ContextLocalMode(var); in ContextSlotIndex()
/external/v8/src/runtime/
Druntime-scopes.cc672 VariableMode mode = scope_info->ContextLocalMode(var); in FindNameClash()