Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.cc964 Handle<String> name_handle = name->string(); in LookupInScopeInfo() local
978 index = ScopeInfo::ContextSlotIndex(scope_info_, name_handle, &mode, in LookupInScopeInfo()
985 index = scope_info_->ModuleIndex(name_handle, &mode, &init_flag, in LookupInScopeInfo()
991 index = scope_info_->FunctionContextSlotIndex(*name_handle); in LookupInScopeInfo()