|
Make accessors for oddball objects return Oddball* instead of Object*.
Fix a use of the hole value and the undefined value before initialization when
initializing V8. Before we just read a NULL value from them.
Committed: http://code.google.com/p/v8/source/detail?r=9557
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+100 lines, -69 lines) |
Patch |
|
M |
src/compiler.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/debug.cc
|
View
|
1
|
2 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
|
M |
src/factory.h
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/factory.cc
|
View
|
1
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/heap.h
|
View
|
|
3 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
|
M |
src/heap.cc
|
View
|
1
|
5 chunks |
+24 lines, -26 lines |
0 comments
|
Download
|
|
M |
src/hydrogen.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
src/ic.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/isolate.cc
|
View
|
1
2
|
4 chunks |
+16 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/messages.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/objects.h
|
View
|
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/objects.cc
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
src/type-info.h
|
View
|
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
src/type-info.cc
|
View
|
1
|
7 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
|
|
src/v8utils.h
|
View
|
1
|
1 chunk |
+8 lines, -2 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|