Lines Matching defs:receiver

2330   Register receiver = register_allocator()->NewRegister();
2331 builder()->ToObject(receiver);
2336 builder()->ForInEnumerate(receiver);
2351 builder()->ForInNext(receiver, index, triple.Truncate(2),
2902 void BytecodeGenerator::BuildPrivateBrandInitialization(Register receiver,
2913 .DefineKeyedOwnProperty(receiver, brand_reg, feedback_index(slot));
2923 .MoveRegister(receiver, brand_args[0])
5222 // For static private methods, the only valid receiver is the class.
5283 Register receiver = register_allocator()->NewRegister();
5285 builder()->StoreAccumulatorInRegister(receiver);
5292 builder()->LoadNamedPropertyFromSuper(receiver, name, feedback_index(slot));
5294 builder()->MoveRegister(receiver, opt_receiver_out);
5387 // %reflect_apply(callee, receiver, [1, ...x, 2])
5390 // Grow the args list as we visit receiver / arguments to avoid allocating all
5392 // receiver / argument visiting and we can end up with memory leaks due to
5407 // Prepare the callee and the receiver to the function call. This depends on
5424 // calls with an undefined receiver, so just push undefined ourselves.
5435 Register receiver = register_allocator()->GrowRegisterList(&args);
5441 // Call %LoadLookupSlotForCall to get the callee and receiver.
5450 .MoveRegister(result_pair[1], receiver);
5460 // calls with an undefined receiver, so just push undefined ourselves.
5467 Register receiver = register_allocator()->GrowRegisterList(&args);
5469 VisitNamedSuperPropertyLoad(property, receiver);
5474 Register receiver = register_allocator()->GrowRegisterList(&args);
5476 VisitKeyedSuperPropertyLoad(property, receiver);
5648 // target and the JSCreate for the implicit receiver allocation. This
5662 Variable* var = closure_scope()->GetReceiverScope()->receiver();
6496 Variable* var = receiver_scope->receiver();
6861 if (scope->has_this_declaration() && scope->receiver()->IsContextSlot()) {
6862 Variable* variable = scope->receiver();
6863 Register receiver(builder()->Receiver());
6866 builder()->LoadAccumulatorWithRegister(receiver).StoreContextSlot(