|
[builtins] Always pass target and new target to C++ builtins
As a first step towards showing builtin frames in stack traces, we will now
push target and new target unconditionally.
Since the various specializations of BuiltinArguments are made redundant by
this change, we can remove them and all related code.
R=bmeurer@chromium.org
BUG=
Committed: https://crrev.com/f5b83dec4ebd8c786292073cc45a078d716fba0b
Cr-Commit-Position: refs/heads/master@{#37061}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+241 lines, -421 lines) |
Patch |
|
M |
src/arm/builtins-arm.cc
|
View
|
|
2 chunks |
+3 lines, -21 lines |
0 comments
|
Download
|
|
M |
src/arm64/builtins-arm64.cc
|
View
|
|
2 chunks |
+3 lines, -21 lines |
0 comments
|
Download
|
|
M |
src/builtins.h
|
View
|
|
5 chunks |
+142 lines, -157 lines |
0 comments
|
Download
|
|
M |
src/builtins.cc
|
View
|
|
25 chunks |
+68 lines, -140 lines |
0 comments
|
Download
|
|
M |
src/counters.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/counters.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/external-reference-table.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/ia32/builtins-ia32.cc
|
View
|
|
2 chunks |
+6 lines, -17 lines |
0 comments
|
Download
|
|
M |
src/mips/builtins-mips.cc
|
View
|
|
2 chunks |
+3 lines, -21 lines |
0 comments
|
Download
|
|
M |
src/mips64/builtins-mips64.cc
|
View
|
|
2 chunks |
+3 lines, -21 lines |
0 comments
|
Download
|
|
M |
src/x64/builtins-x64.cc
|
View
|
|
2 chunks |
+8 lines, -18 lines |
0 comments
|
Download
|
Total messages: 11 (4 generated)
|