Lines Matching defs:holder
1416 Handle<JSObject> holder = it->GetHolder<JSObject>();
1435 PropertyCallbackArguments args(isolate, info->data(), *receiver, *holder,
1444 isolate, receiver, holder, name, result),
1460 *holder->GetCreationContext().ToHandleChecked());
1519 Handle<JSObject> holder = it->GetHolder<JSObject>();
1548 PropertyCallbackArguments args(isolate, info->data(), *receiver, *holder,
1566 *holder->GetCreationContext().ToHandleChecked());
2564 auto holder = it->GetHolder<JSTypedArray>();
2566 if (holder->type() == kExternalBigInt64Array ||
2567 holder->type() == kExternalBigUint64Array) {
2577 // FIXME: Throw a TypeError if the holder is detached here
2656 // The property either doesn't exist on the holder or exists there as a data
2791 // Store on the holder which may be hidden behind the receiver.
6539 Handle<JSArray> JSWeakCollection::GetEntries(Handle<JSWeakCollection> holder,
6541 Isolate* isolate = holder->GetIsolate();
6542 Handle<EphemeronHashTable> table(EphemeronHashTable::cast(holder->table()),
6547 int values_per_entry = holder->IsJSWeakMap() ? 2 : 1;