Home | History | Annotate | Download | only in mips

Lines Matching full:receiver

51   //  -- a0                 : number of arguments excluding receiver
58 // -- sp[4 * agrc] : receiver
71 // including the receiver and the extra arguments.
340 // Set up return value, remove receiver from stack and return.
383 // Set up return value, remove receiver and argument from stack and return.
434 // Remove caller arguments and receiver from the stack, setup return value and
438 // sp[0]: receiver
592 // -- sp[argc * 4] : receiver
611 // sp now point to args[0], drop args[0] + receiver.
695 // Load the empty string into a2, remove the receiver from the
951 // Allocate the new receiver object using the runtime call.
957 // Receiver for constructor call allocated.
964 // sp[0]: receiver
965 // sp[1]: receiver
977 // Copy arguments and receiver to the expression stack.
982 // sp[0]: receiver
983 // sp[1]: receiver
1022 // of the receiver and use the result; see ECMA-262 section 13.2.2-7
1028 // sp[0]: receiver (newly allocated object)
1039 // on-stack receiver as the result.
1043 // Remove receiver from the stack, remove caller arguments, and
1047 // sp[0]: receiver (newly allocated object)
1100 // Push the function and the receiver onto the stack.
1319 // 2. Get the function to call (passed as receiver) from the stack, check
1336 // Change context eagerly in case we need the global receiver.
1339 // Do not transform the receiver for strict mode functions.
1346 // Do not transform the receiver for native (Compilerhints already in a3).
1350 // Compute the receiver in non-strict mode.
1391 // Use the global receiver object from the called function as the
1392 // receiver.
1419 // receiver, so overwrite the first argument which will ultimately
1420 // become the receiver.
1429 // (overwriting the original receiver). Adjust argument count to make
1430 // the original first argument the new receiver.
1538 // Get the receiver.
1552 // Compute the receiver.
1553 // Do not transform the receiver for strict mode functions.
1560 // Do not transform the receiver for native (Compilerhints already in a2).
1564 // Compute the receiver in non-strict mode.
1571 // Check if the receiver is already a JavaScript object.
1572 // a0: receiver
1577 // Convert the receiver to a regular object.
1578 // a0: receiver
1585 // Use the current global receiver object as the receiver.
1594 // Push the receiver.
1595 // a0: receiver
1651 // Tear down the internal frame and remove function, receiver and args.
1678 // Adjust for the receiver.
1712 // Adjust for return address and receiver.
1718 // Copy the arguments (including the receiver) to the new stack frame.
1745 // Adjust for return address and receiver.
1750 // Copy the arguments (including the receiver) to the new stack frame.
1758 __ lw(t0, MemOperand(a0)); // Adjusted above for return addr and receiver.