Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dcontexts.cc195 int function_index = scope_info->FunctionContextSlotIndex(*name, &mode); in Lookup()
Dscopeinfo.cc343 int ScopeInfo::FunctionContextSlotIndex(String* name, VariableMode* mode) { in FunctionContextSlotIndex() function in v8::internal::ScopeInfo
Dscopes.cc407 int index = scope_info_->FunctionContextSlotIndex(*name, &mode); in LookupFunctionVar()
Dheap-snapshot-generator.cc1286 int idx = scope_info->FunctionContextSlotIndex(name, &mode); in ExtractContextReferences()
Dobjects.h4696 int FunctionContextSlotIndex(String* name, VariableMode* mode);