Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.cc884 Handle<String> name_handle = name->string(); in LookupInScopeInfo() local
890 DCHECK_LT(scope_info_->StackSlotIndex(*name_handle), 0); in LookupInScopeInfo()
902 index = ScopeInfo::ContextSlotIndex(scope_info_, name_handle, &mode, in LookupInScopeInfo()
909 index = scope_info_->ModuleIndex(name_handle, &mode, &init_flag, in LookupInScopeInfo()
915 index = scope_info_->FunctionContextSlotIndex(*name_handle); in LookupInScopeInfo()