Description[builtins] Fix MathMaxMin on arm and arm64
Both of these were broken in different ways:
* On arm, the loop counter was passed as argc on the stack.
* On arm64, we passed argc + 1 instead of argc.
The result in both cases was an incorrect receiver for the builtin frame
when generating stack traces.
BUG=v8:4815
R=bmeurer@chromium.org
Committed: https://crrev.com/b86ac0e05a1e4a34944bdc3c0c6702945387b431
Cr-Commit-Position: refs/heads/master@{#37471}
Patch Set 1 #
Dependent Patchsets: Messages
Total messages: 11 (4 generated)
|