Description[turbofan] Add inlining guards to Runtime_NewArguments.
This adds debug code that makes sure that the runtime functions that
materialize arguments objects, {Runtime_New[Sloppy|Strict]Arguments},
are not being called from within an inlined scope. They would produce
wrong results and we should avoid producing code that does this.
R=bmeurer@chromium.org
Committed: https://crrev.com/d0e77b290922fb4f2978d4635e7269447b593e71
Cr-Commit-Position: refs/heads/master@{#30761}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Addressed comments. #
Messages
Total messages: 11 (4 generated)
|