Lines Matching defs:key
6098 Handle<Name> key) {
6099 LookupIterator it(isolate, to, key, LookupIterator::OWN_SKIP_INTERCEPTOR);
6119 Handle<Name> key = Handle<Name>(descs->GetKey(i), isolate());
6121 if (PropertyAlreadyExists(isolate(), to, key)) continue;
6125 JSObject::AddProperty(isolate(), to, key, value,
6135 Handle<Name> key(descs->GetKey(i), isolate());
6137 if (PropertyAlreadyExists(isolate(), to, key)) continue;
6144 JSObject::SetNormalizedProperty(to, key, value, d);
6156 Handle<Name> key(cell->name(), isolate());
6158 if (PropertyAlreadyExists(isolate(), to, key)) continue;
6164 JSObject::AddProperty(isolate(), to, key, value, details.attributes());
6170 JSObject::SetNormalizedProperty(to, key, value, d);
6184 Handle<Name> key(Name::cast(raw_key), isolate());
6186 if (PropertyAlreadyExists(isolate(), to, key)) continue;
6194 JSObject::AddProperty(isolate(), to, key, value, details.attributes());
6208 Handle<Name> key(Name::cast(raw_key), isolate());
6210 if (PropertyAlreadyExists(isolate(), to, key)) continue;
6218 JSObject::AddProperty(isolate(), to, key, value, details.attributes());