DescriptionMIPS: port Implement function proxies (except for their use as constructors).
port r9258 (c8709a9)
Note on mips implementation: Arm reg r4 (call type) normally maps to mips
reg t0. We had already used t0 as a temp in Generate_FunctionCall() and
Generate_FunctionApply(), so I replaced that existing t0 usage with t3, and
now use t0 only for call type.
Original commit message:
Introduce new %Apply native.
Extend Execution::Call to optionally handle receiver rewriting (needed for %Apply).
Fix Function.prototype.bind for functions that have .apply modified.
BUG=
TEST=
Patch Set 1 #
Total comments: 2
Patch Set 2 : Updated per review comment. #Patch Set 3 : Rebased on bleeding_edge, resolved merge problem with r9297 #
Messages
Total messages: 7 (0 generated)
|