Searched refs:FunctionContextSlotIndex (Results 1 – 5 of 5) sorted by relevance
167 int FunctionContextSlotIndex(String* name);
712 int ScopeInfo::FunctionContextSlotIndex(String* name) { in FunctionContextSlotIndex() function in v8::internal::ScopeInfo
335 int function_index = scope_info->FunctionContextSlotIndex(*name); in Lookup()
915 index = scope_info_->FunctionContextSlotIndex(*name_handle); in LookupInScopeInfo()
1216 int idx = scope_info->FunctionContextSlotIndex(name); in ExtractContextReferences()