Lines Matching defs:holder
565 // Walk up the hidden prototype chain to find the compatible holder
582 TNode<HeapObject> holder = var_holder.value();
583 TVARIABLE(HeapObject, var_template, LoadMap(holder));
640 // end, in which case we continue with the next holder (the
657 // Continue with the hidden prototype of the {holder} if it is a
661 TNode<Map> holder_map = LoadMap(holder);
711 // Figure out the API holder for the {receiver} depending on the
713 TNode<JSReceiver> holder;
717 // to perform any "compatible receiver check", so {holder} is
719 holder = receiver;
722 // just use the receiver as the holder for the API callback, otherwise
723 // we need to look for a compatible holder in the receiver's hidden
727 holder = Select<JSReceiver>(
742 args.GetLengthWithoutReceiver(), call_data, holder);