Home
last modified time | relevance | path

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

/external/v8/src/
Dcontexts.cc237 int function_index = scope_info->FunctionContextSlotIndex(*name, &mode); in Lookup()
Dscopeinfo.cc357 int ScopeInfo::FunctionContextSlotIndex(String* name, VariableMode* mode) { in FunctionContextSlotIndex() function in v8::internal::ScopeInfo
Dscopes.cc423 int index = scope_info_->FunctionContextSlotIndex(*(name->string()), &mode); in LookupFunctionVar()
Dheap-snapshot-generator.cc1249 int idx = scope_info->FunctionContextSlotIndex(name, &mode); in ExtractContextReferences()
Dobjects.h4201 int FunctionContextSlotIndex(String* name, VariableMode* mode);