|
|
- Added const in a few places.
- Changed WeakReferenceCallback to take a Persistent<Value> instead of
a Persistent<Object>.
- Removed Message::GetUnderline and Message::GetScriptData.
- Added Value::IsDate, Date::Cast and Date::Value.
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+111 lines, -134 lines) |
Patch |
 |
M |
include/v8.h
|
View
|
1
|
10 chunks |
+27 lines, -23 lines |
0 comments
|
Download
|
 |
M |
src/api.cc
|
View
|
1
|
10 chunks |
+33 lines, -66 lines |
0 comments
|
Download
|
 |
M |
src/debug.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/debug.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/handles.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/objects.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/objects.cc
|
View
|
|
1 chunk |
+15 lines, -18 lines |
0 comments
|
Download
|
 |
M |
src/objects-inl.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/runtime.cc
|
View
|
|
1 chunk |
+10 lines, -17 lines |
0 comments
|
Download
|
 |
M |
test/cctest/test-api.cc
|
View
|
1
|
4 chunks |
+13 lines, -4 lines |
0 comments
|
Download
|
 |
M |
test/cctest/test-heap.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
test/cctest/test-mark-compact.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|