Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dscope-info.h150 int FunctionContextSlotIndex(String* name) const;
Dscope-info.cc766 int ScopeInfo::FunctionContextSlotIndex(String* name) const { in FunctionContextSlotIndex() function in v8::internal::ScopeInfo
/external/v8/src/
Dcontexts.cc316 int function_index = scope_info->FunctionContextSlotIndex(*name); in Lookup()
/external/v8/src/ast/
Dscopes.cc991 index = scope_info_->FunctionContextSlotIndex(*name_handle); in LookupInScopeInfo()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1107 int idx = scope_info->FunctionContextSlotIndex(name); in ExtractContextReferences()