By default, don't clear exceptions in JSEntryStub
BUG=v8:5259 R=yangguo@chromium.org Review-Url: https://codereview.chromium.org/2213793003 Cr-Commit-Position: refs/heads/master@{#38330}
This commit is contained in:
parent
fad8340199
commit
887952e8c3
@ -768,7 +768,7 @@ DEFINE_INT(heap_growing_percent, 0,
|
||||
"specifies heap growing factor as (1 + heap_growing_percent/100)")
|
||||
|
||||
// execution.cc, messages.cc
|
||||
DEFINE_BOOL(clear_exceptions_on_js_entry, true,
|
||||
DEFINE_BOOL(clear_exceptions_on_js_entry, false,
|
||||
"clear pending exceptions when entering JavaScript")
|
||||
|
||||
// counters.cc
|
||||
|
Loading…
Reference in New Issue
Block a user