|
[V8] Added Script::is_debugger_script flag for embedders
In DevTools we need one more flag for script origin - is debugger script. We already have "is shared origin" flag. The new flag added by analogy with the old but new has accessor in script object.
R=yurys@chromium.org
Committed: https://crrev.com/eaae397c42d6744153bf8b520077875deab58108
Cr-Commit-Position: refs/heads/master@{#26324}
Total comments: 9
Total comments: 2
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+178 lines, -98 lines) |
Patch |
|
M |
include/v8.h
|
View
|
1
2
3
4
|
4 chunks |
+17 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/accessors.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/accessors.cc
|
View
|
1
2
3
4
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/api.cc
|
View
|
1
2
3
4
|
5 chunks |
+22 lines, -10 lines |
0 comments
|
Download
|
|
M |
src/bootstrapper.cc
|
View
|
1
2
3
4
|
3 chunks |
+11 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/compilation-cache.h
|
View
|
1
2
3
4
|
3 chunks |
+8 lines, -10 lines |
0 comments
|
Download
|
|
M |
src/compilation-cache.cc
|
View
|
1
2
3
4
|
6 chunks |
+21 lines, -29 lines |
0 comments
|
Download
|
|
M |
src/compiler.h
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/compiler.cc
|
View
|
1
2
3
4
|
3 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/debug.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/objects.h
|
View
|
1
2
3
4
|
2 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
|
M |
src/objects-inl.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/cctest/compiler/test-linkage.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
test/cctest/test-api.cc
|
View
|
1
2
3
4
|
4 chunks |
+16 lines, -8 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-compiler.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
test/cctest/test-heap.cc
|
View
|
1
2
3
4
|
5 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-serialize.cc
|
View
|
1
2
3
4
|
16 chunks |
+16 lines, -16 lines |
0 comments
|
Download
|
Total messages: 26 (6 generated)
|