|
Split handle scopes into an internal version and a version accessible
through the API. This allows us to verify state on entry through the API.
In this change verification in the API entry is checking that the current
thread holds the V8 lock when a HandleScope is instantiated if a v8::Locker
has ever been used by the V8 instance.
Committed: http://code.google.com/p/v8/source/detail?r=1140
Total comments: 2
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+291 lines, -146 lines) |
Patch |
|
M |
include/v8.h
|
View
|
1
2
|
4 chunks |
+14 lines, -31 lines |
0 comments
|
Download
|
|
M |
src/api.h
|
View
|
|
5 chunks |
+8 lines, -45 lines |
0 comments
|
Download
|
|
M |
src/api.cc
|
View
|
|
11 chunks |
+44 lines, -64 lines |
0 comments
|
Download
|
|
A |
src/apiutils.h
|
View
|
|
1 chunk |
+69 lines, -0 lines |
2 comments
|
Download
|
|
M |
src/factory.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/handles.h
|
View
|
|
2 chunks |
+72 lines, -1 line |
0 comments
|
Download
|
|
M |
src/handles.cc
|
View
|
|
1 chunk |
+68 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/handles-inl.h
|
View
|
|
3 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/messages.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/v8threads.cc
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
|
|
tools/v8.xcodeproj/project.pbxproj
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|