Home
last modified time | relevance | path

Searched refs:FunctionContextSlotIndex (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/objects/
Dscope-info.h167 int FunctionContextSlotIndex(String* name);
Dscope-info.cc712 int ScopeInfo::FunctionContextSlotIndex(String* name) { in FunctionContextSlotIndex() function in v8::internal::ScopeInfo
/external/v8/src/
Dcontexts.cc335 int function_index = scope_info->FunctionContextSlotIndex(*name); in Lookup()
/external/v8/src/ast/
Dscopes.cc915 index = scope_info_->FunctionContextSlotIndex(*name_handle); in LookupInScopeInfo()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1216 int idx = scope_info->FunctionContextSlotIndex(name); in ExtractContextReferences()