Lines Matching refs:next_key
319 Handle<Name> next_key(descriptors->GetKey(i), isolate);
321 if (next_key->IsSymbol()) {
348 LookupIterator it(isolate, from, next_key,
358 LookupIterator it(isolate, from, next_key, from,
371 PropertyKey key(isolate, next_key);
385 HasExcludedProperty(excluded_properties, next_key)) {
391 // from {next_key} is safe.
392 LookupIterator it(isolate, target, next_key, LookupIterator::OWN);
461 Handle<Object> next_key(keys->get(i), isolate);
463 HasExcludedProperty(excluded_properties, next_key)) {
470 JSReceiver::GetOwnPropertyDescriptor(isolate, from, next_key, &desc);
478 Runtime::GetObjectProperty(isolate, from, next_key), Nothing<bool>());
485 Runtime::SetObjectProperty(isolate, target, next_key, prop_value,
491 PropertyKey key(isolate, next_key);
1087 Handle<Object> next_key(keys->get(i), isolate);
1090 PropertyKey key(isolate, next_key);
1110 descriptors[descriptors_index].set_name(next_key);
2128 Handle<Name> next_key(descriptors->GetKey(index), isolate);
2129 if (!next_key->IsString()) continue;
2150 LookupIterator it(isolate, object, next_key,
2161 LookupIterator it(isolate, object, next_key,
2172 prop_value = MakeEntryPair(isolate, next_key, prop_value);