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

Issue 176843003: Add StackOverflowError and expose error type to api. (Closed)

Created:
6 years, 10 months ago by dcarney
Modified:
6 years, 9 months ago
Reviewers:
Sven Panne
CC:
v8-dev, Paweł Hajdan Jr.
Visibility:
Public.

Description

Add StackOverflowError and expose error type to api. R=svenpanne@chromium.org BUG=

Patch Set 1 #

Patch Set 2 : rebase tests #

Patch Set 3 : grokdump #

Patch Set 4 : #

Patch Set 5 : refactor #

Patch Set 6 : generalized #

Patch Set 7 : remove from global object #

Patch Set 8 : fix test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+305 lines, -176 lines) Patch
M include/v8.h View 1 2 3 4 5 2 chunks +25 lines, -2 lines 0 comments Download
M src/api.cc View 1 2 3 4 5 3 chunks +77 lines, -91 lines 0 comments Download
M src/bootstrapper.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M src/factory.h View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M src/factory.cc View 1 2 3 4 5 2 chunks +27 lines, -12 lines 0 comments Download
M src/heap.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/heap.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/isolate.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/macros.py View 1 2 3 4 5 1 chunk +10 lines, -0 lines 0 comments Download
M src/messages.js View 1 2 3 4 5 6 9 chunks +27 lines, -12 lines 0 comments Download
M src/mirror-debugger.js View 1 2 3 2 chunks +7 lines, -0 lines 0 comments Download
M src/runtime.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/test-api.cc View 1 2 3 4 5 6 7 2 chunks +52 lines, -0 lines 0 comments Download
M tools/v8heapconst.py View 1 2 3 chunks +56 lines, -55 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
dcarney
okay, this is ready ptal
6 years, 10 months ago (2014-02-26 14:06:50 UTC) #1
Sven Panne
6 years, 10 months ago (2014-02-26 14:58:42 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698