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

Issue 668052: Add IsExecutionTerminating api method.... (Closed)

Created:
10 years, 9 months ago by Mads Ager (chromium)
Modified:
9 years, 7 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Add IsExecutionTerminating api method. IsExecutionTerminating returns true if a termination exception is currently being propagated. C++ code should not reenter V8 when IsExecutionTerminating returns true. Committed: http://code.google.com/p/v8/source/detail?r=4016

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -1 line) Patch
M include/v8.h View 1 chunk +10 lines, -0 lines 0 comments Download
M src/api.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M test/cctest/test-thread-termination.cc View 13 chunks +21 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Mads Ager (chromium)
10 years, 9 months ago (2010-03-04 10:08:54 UTC) #1
Erik Corry
10 years, 9 months ago (2010-03-04 12:04:33 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698