Reviewers: titzer,

Description:
Delegate throwing in RegExpExecStub to CEntryStub.

This ensures that there is only one stub that deals with unwinding the
stack. Having more than one place containing that logic is brittle and
error prone, especially when it is a corner case only for RangeErrors.

[email protected]
TEST=mjsunit/regress/regress-crbug-467047
BUG=chromium:467047
LOG=N

Please review this at https://codereview.chromium.org/1012103002/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+221, -223 lines):
  M src/arm/code-stubs-arm.cc
  M src/arm64/code-stubs-arm64.cc
  M src/ia32/code-stubs-ia32.cc
  M src/runtime/runtime.h
  M src/runtime/runtime-regexp.cc
  M src/x64/code-stubs-x64.cc
  A test/mjsunit/regress/regress-crbug-467047.js


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to