Commit 887952e8 authored by jgruber's avatar jgruber Committed by Commit bot

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}
parent fad83401
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment