Searched refs:name_handle (Results 1 – 2 of 2) sorted by relevance
417 Handle<String> name_handle = name->string(); in LookupLocal() local423 DCHECK(scope_info_->StackSlotIndex(*name_handle) < 0 || is_block_scope()); in LookupLocal()430 int index = ScopeInfo::ContextSlotIndex(scope_info_, name_handle, &mode, in LookupLocal()434 index = ScopeInfo::ContextGlobalSlotIndex(scope_info_, name_handle, &mode, in LookupLocal()439 index = scope_info_->ParameterIndex(*name_handle); in LookupLocal()
167 Handle<Name> name_handle = Utils::OpenHandle(*name); in ArgumentsIteratorSetter() local170 object_handle, name_handle, value_handle, NONE) in ArgumentsIteratorSetter()