|
Make the Isolate parameter mandatory in Locker and Unlocker classes.
Note that leaving out the Isolate parameter previously had a very special
meaning, namely "use the *default* Isolate", i.e. the one magically created at
program initialization time. All other API entries use the meaning "current
Isolate", which is different in a multi-threaded setting and confusing.
Temporarily disabled deprecations until Chrome is ready.
BUG= v8:2487
Committed: http://code.google.com/p/v8/source/detail?r=13419
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+162 lines, -134 lines) |
Patch |
|
M |
include/v8.h
|
View
|
1
|
8 chunks |
+50 lines, -37 lines |
0 comments
|
Download
|
|
M |
samples/lineprocessor.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/d8.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/d8.cc
|
View
|
1
|
10 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
|
M |
src/d8-debug.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/debug.cc
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/isolate.h
|
View
|
1
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/isolate.cc
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/v8threads.cc
|
View
|
|
4 chunks |
+22 lines, -18 lines |
0 comments
|
Download
|
|
M |
test/cctest/cctest.h
|
View
|
|
4 chunks |
+14 lines, -8 lines |
0 comments
|
Download
|
|
M |
test/cctest/cctest.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-api.cc
|
View
|
1
|
19 chunks |
+28 lines, -28 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-lockers.cc
|
View
|
|
4 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-thread-termination.cc
|
View
|
|
5 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-threads.cc
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|