Home | History | Annotate | Download | only in src

Lines Matching refs:JSReceiver

1997     Maybe<bool> maybe = i::JSReceiver::HasProperty(obj, name);
3184 isolate, self, key_obj, i::JSReceiver::FORCE_DELETION).ToHandle(&obj);
3241 i::JSReceiver::GetPropertyAttributes(self, key_name);
3327 has_pending_exception = !i::JSReceiver::GetKeys(
3328 self, i::JSReceiver::INCLUDE_PROTOS).ToHandle(&value);
3349 has_pending_exception = !i::JSReceiver::GetKeys(
3350 self, i::JSReceiver::OWN_ONLY).ToHandle(&value);
3438 isolate, self, key_obj, i::JSReceiver::NORMAL_DELETION).ToHandle(&obj);
3453 i::Handle<i::JSReceiver> self = Utils::OpenHandle(this);
3482 !i::JSReceiver::DeleteElement(self, index).ToHandle(&obj);
3493 Maybe<bool> maybe = i::JSReceiver::HasElement(self, index);
3587 Maybe<bool> maybe = i::JSReceiver::HasOwnProperty(Utils::OpenHandle(this),
3676 i::LookupIterator it(self_obj, key_obj, i::Handle<i::JSReceiver>::cast(proto),
3750 return i::JSReceiver::GetOrCreateIdentityHash(self)->value();