-
erikcorry authored
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. Landing http://codereview.chromium.org/7891033/ for Paul Lind. git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9316 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
433db377
Name |
Last commit
|
Last update |
---|---|---|
benchmarks | ||
build | ||
include | ||
preparser | ||
samples | ||
src | ||
test | ||
tools | ||
.gitignore | ||
AUTHORS | ||
ChangeLog | ||
LICENSE | ||
LICENSE.strongtalk | ||
LICENSE.v8 | ||
LICENSE.valgrind | ||
Makefile | ||
SConstruct |