Commit 20693493 authored by zhengxing.li's avatar zhengxing.li Committed by Commit bot

X87: [Interpreter] Adds stackcheck in InterpreterPushArgsAndCall/Construct builtins.

  port 7f3d15aa(r39470)

  original commit message:
  In ignition, arguments to function calls and function constructors are
  pushed onto the stack before calling the function. It is required to check
  that stack does not overflow when pushing the arguments.

BUG=

Review-Url: https://codereview.chromium.org/2351543002
Cr-Commit-Position: refs/heads/master@{#39491}
parent b6acda3a
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment