Searched refs:ContextLocalMode (Results 1 – 4 of 4) sorted by relevance
115 VariableMode ContextLocalMode(int var) const;
631 VariableMode ScopeInfo::ContextLocalMode(int var) const { in ContextLocalMode() function in v8::internal::ScopeInfo741 *mode = scope_info->ContextLocalMode(var); in ContextSlotIndex()
634 VariableMode mode = scope_info->ContextLocalMode(var); in FindNameClash()
451 DCHECK_EQ(scope_info->ContextLocalMode(0), VariableMode::kVar); in DeserializeScopeChain()