|
|
Skip stack trace formatting in case the global object is already dead.
This fixes assertion failures when running webkit layout tests.
Also fixes issue 2500.
R=mstarzinger@chromium.org
BUG= v8:2500
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+124 lines, -56 lines) |
Patch |
 |
M |
src/api.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/handles.h
|
View
|
1
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/handles.cc
|
View
|
1
2
3
|
5 chunks |
+30 lines, -25 lines |
0 comments
|
Download
|
 |
M |
src/heap.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
src/heap.cc
|
View
|
1
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/isolate.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
src/json-stringifier.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/messages.js
|
View
|
1
2
3
4
5
6
|
4 chunks |
+10 lines, -6 lines |
0 comments
|
Download
|
 |
M |
src/runtime.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/runtime.cc
|
View
|
1
2
3
4
5
6
|
8 chunks |
+27 lines, -13 lines |
0 comments
|
Download
|
 |
M |
test/cctest/cctest.status
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
test/cctest/test-heap.cc
|
View
|
1
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
M |
test/mjsunit/mjsunit.status
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
test/mjsunit/stack-traces-overflow.js
|
View
|
1
2
3
4
5
6
|
2 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
test/mjsunit/unbox-double-arrays.js
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|