Lines Matching full:receiver
49 // -- r0 : number of arguments excluding receiver
56 // -- sp[4 * argc] : receiver
69 // including the receiver and the extra arguments.
332 // Set up return value, remove receiver from stack and return.
375 // Set up return value, remove receiver and argument from stack and return.
425 // Remove caller arguments and receiver from the stack, setup return value and
429 // sp[0]: receiver
576 // -- sp[argc * 4] : receiver
595 // sp now point to args[0], drop args[0] + receiver.
679 // Load the empty string into r2, remove the receiver from the
920 // Allocate the new receiver object using the runtime call.
927 // Receiver for constructor call allocated.
934 // sp[0]: receiver
935 // sp[1]: receiver
947 // Copy arguments and receiver to the expression stack.
952 // sp[0]: receiver
953 // sp[1]: receiver
988 // sp[0]: receiver
994 // of the receiver and use the result; see ECMA-262 section 13.2.2-7
1000 // sp[0]: receiver (newly allocated object)
1011 // on-stack receiver as the result.
1015 // Remove receiver from the stack, remove caller arguments, and
1019 // sp[0]: receiver (newly allocated object)
1054 // r2: receiver
1071 // Push the function and the receiver onto the stack.
1293 // 2. Get the function to call (passed as receiver) from the stack, check
1308 // Change context eagerly in case we need the global receiver.
1311 // Do not transform the receiver for strict mode functions.
1318 // Do not transform the receiver for native (Compilerhints already in r3).
1322 // Compute the receiver in non-strict mode.
1364 // Use the global receiver object from the called function as the
1365 // receiver.
1391 // receiver, so overwrite the first argument which will ultimately
1392 // become the receiver.
1400 // (overwriting the original receiver). Adjust argument count to make
1401 // the original first argument the new receiver.
1512 // Get the receiver.
1526 // Compute the receiver.
1527 // Do not transform the receiver for strict mode functions.
1534 // Do not transform the receiver for strict mode functions.
1538 // Compute the receiver in non-strict mode.
1547 // Check if the receiver is already a JavaScript object.
1548 // r0: receiver
1553 // Convert the receiver to a regular object.
1554 // r0: receiver
1560 // Use the current global receiver object as the receiver.
1569 // Push the receiver.
1570 // r0: receiver
1627 // Tear down the internal frame and remove function, receiver and args.
1652 __ add(sp, sp, Operand(kPointerSize)); // adjust for receiver
1683 // adjust for return address and receiver
1687 // Copy the arguments (including the receiver) to the new stack frame.
1715 // Copy the arguments (including the receiver) to the new stack frame.
1722 // Adjust load for return address and receiver.