Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(155)

Issue 203223013: Introduce API to trigger exception on JS execution. (Closed)

Created:
6 years, 9 months ago by Yang
Modified:
6 years, 9 months ago
CC:
v8-dev, tfarina
Visibility:
Public.

Description

Introduce API to trigger exception on JS execution. R=jochen@chromium.org, pmarch@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=20070

Patch Set 1 #

Total comments: 4

Patch Set 2 : addressed comment #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -10 lines) Patch
M include/v8.h View 2 chunks +12 lines, -2 lines 1 comment Download
M src/api.cc View 1 1 chunk +21 lines, -6 lines 0 comments Download
M src/assert-scope.h View 2 chunks +9 lines, -0 lines 0 comments Download
M src/execution.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M test/cctest/test-api.cc View 2 chunks +18 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Yang
6 years, 9 months ago (2014-03-19 12:27:50 UTC) #1
jochen (gone - plz use gerrit)
lgtm
6 years, 9 months ago (2014-03-19 12:31:37 UTC) #2
pmarch
lgtm lgtm, but some nits 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, 4-space indent? ...
6 years, 9 months ago (2014-03-19 12:55:42 UTC) #3
Yang
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 ...
6 years, 9 months ago (2014-03-19 13:05:23 UTC) #4
Yang
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 ...
6 years, 9 months ago (2014-03-19 13:05:23 UTC) #5
Yang
Committed patchset #2 manually as r20070 (presubmit successful).
6 years, 9 months ago (2014-03-19 13:07:01 UTC) #6
tfarina
https://codereview.chromium.org/203223013/diff/20001/include/v8.h File include/v8.h (right): https://codereview.chromium.org/203223013/diff/20001/include/v8.h#newcode4095 include/v8.h:4095: explicit DisallowJavascriptExecutionScope(Isolate* isolate, remove explicit? not needed anymore, right?
6 years, 9 months ago (2014-03-19 19:14:15 UTC) #7
Yang
6 years, 9 months ago (2014-03-20 09:29:56 UTC) #8
Message was sent while issue was closed.
On 2014/03/19 19:14:15, tfarina wrote:
> https://codereview.chromium.org/203223013/diff/20001/include/v8.h
> File include/v8.h (right):
> 
> https://codereview.chromium.org/203223013/diff/20001/include/v8.h#newcode4095
> include/v8.h:4095: explicit DisallowJavascriptExecutionScope(Isolate* isolate,
> remove explicit? not needed anymore, right?

done in https://codereview.chromium.org/206183002

Powered by Google App Engine
This is Rietveld 408576698