DescriptionX87: [runtime] Rewrite Function.prototype.toString in C++.
port 4acca53e62cdfe6f3c495c87ca7d3c8fe1059f01(r32996)
original commit message:
There's actually no point trying to do Function.prototype.toString in
JavaScript, as it always calls into C++ at least once, so it only
complicates things (esp. once we start optimizing bound functions).
Drive-by-fix: Rename FunctionApply and FunctionCall builtins to also
reflect the fact that these are builtins in the Function.prototype and
not on Function itself.
BUG=
Committed: https://crrev.com/a1c2e40276ea7f27408d563b91ffcfdb1ca81a6f
Cr-Commit-Position: refs/heads/master@{#33017}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|