Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.cc802 Handle<String> name_handle = name->string(); in LookupInScopeInfo() local
808 DCHECK_LT(scope_info_->StackSlotIndex(*name_handle), 0); in LookupInScopeInfo()
820 index = ScopeInfo::ContextSlotIndex(scope_info_, name_handle, &mode, in LookupInScopeInfo()
827 index = scope_info_->ModuleIndex(name_handle, &mode, &init_flag, in LookupInScopeInfo()
833 index = scope_info_->FunctionContextSlotIndex(*name_handle); in LookupInScopeInfo()