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

Issue 442005: Do not crash if a V8 extension fails to compile or throws an exception... (Closed)

Created:
11 years ago by Mads Ager (chromium)
Modified:
9 years, 7 months ago
Reviewers:
Kasper Lund
CC:
v8-dev
Visibility:
Public.

Description

Do not crash if a V8 extension fails to compile or throws an exception when the code is run. Instead, return an empty context handle so the failure to create a context can be handled. BUG=http://crbug.com/28486 Committed: http://code.google.com/p/v8/source/detail?r=3364

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -2 lines) Patch
M src/bootstrapper.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M test/cctest/test-api.cc View 1 chunk +34 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Mads Ager (chromium)
11 years ago (2009-11-25 16:39:03 UTC) #1
Kasper Lund
11 years ago (2009-11-25 16:43:35 UTC) #2
LGTM!

Powered by Google App Engine
This is Rietveld 408576698