https://codereview.chromium.org/203223013/diff/1/src/api.cc
File src/api.cc (right):
https://codereview.chromium.org/203223013/diff/1/src/api.cc#newcode6518
src/api.cc:6518: Isolate* isolate,
On 2014/03/19 12:55:42, pmarch wrote:
4-space indent?
Done.
https://codereview.chromium.org/203223013/diff/1/src/execution.cc
File src/execution.cc (right):
https://codereview.chromium.org/203223013/diff/1/src/execution.cc#newcode82
src/execution.cc:82: isolate->ThrowIllegalOperation();
On 2014/03/19 12:55:42, pmarch wrote:
This does not result in JS code execution when constructing exception,
correct?
Right. JS execution happens only if you allocate an Error object. This
doesn't happen with an illegal operation. Also test case works fine.
https://codereview.chromium.org/203223013/
--
--
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.