Searched refs:ContextSlotIndex (Results 1 – 6 of 6) sorted by relevance
129 int index = scope_info->ContextSlotIndex(*name, &mode); in Lookup()160 int index = scope_info->ContextSlotIndex( in Lookup()226 int index = scope_info->ContextSlotIndex(*name, &mode); in GlobalIfNotShadowedByEval()
140 int ContextSlotIndex(String* name, Variable::Mode* mode);
167 scope_info_->ContextSlotIndex( in Scope()312 int index = scope_info_->ContextSlotIndex(*name, &mode); in LocalLookup()
449 int SerializedScopeInfo::ContextSlotIndex(String* name, Variable::Mode* mode) { in ContextSlotIndex() function in v8::internal::SerializedScopeInfo
9488 context->get(scope_info->ContextSlotIndex(*name, NULL))); in RUNTIME_FUNCTION()9650 int context_index = serialized_scope_info->ContextSlotIndex( in CopyContextLocalsToScopeObject()9761 shared->scope_info()->ContextSlotIndex( in MaterializeClosure()10508 index = scope_info->ContextSlotIndex(isolate->heap()->arguments_symbol(), in GetArgumentsObject()
1914 int idx = serialized_scope_info->ContextSlotIndex(local_name, NULL); in ExtractClosureReferences()