Lines Matching defs:key
319 PrimitiveHeapObject key = descriptors.GetKey(i);
320 if (key.IsSymbol()) continue;
337 if (name != key) {
338 name = name.IsUndefined(isolate) ? key : roots.null_value();
351 Object key;
352 if (!dictionary.ToKey(roots, i, &key)) continue;
353 if (key.IsSymbol()) continue;
362 if (name != key) {
363 name = name.IsUndefined(isolate) ? PrimitiveHeapObject::cast(key)
446 PropertyKey key(isolate, Handle<Name>::cast(name));
447 LookupIterator it(isolate, receiver, key,