|
Replace SetObjectProperty / DefineObjectProperty with less powerful alternatives where relevant.
@yangguo: please look at the debugger part of the CL.
@ishell: please look at the rest.
Additionally:
- Ensure the LookupIterator for named properties does not accidentally get indexes in.
- Fix the return value for typed array assignments to be the incoming value.
BUG= v8:4137
LOG=n
Committed: https://crrev.com/15aa811f8fe2708a757c3b53ca89db736aa8b222
Cr-Commit-Position: refs/heads/master@{#28954}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+182 lines, -296 lines) |
Patch |
|
M |
src/api.cc
|
View
|
1
|
5 chunks |
+36 lines, -12 lines |
0 comments
|
Download
|
|
M |
src/api-natives.cc
|
View
|
1
|
1 chunk |
+11 lines, -19 lines |
0 comments
|
Download
|
|
M |
src/bootstrapper.cc
|
View
|
1
2
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/ic/ic.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/json-parser.h
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/lookup.h
|
View
|
1
|
3 chunks |
+1 line, -7 lines |
0 comments
|
Download
|
|
M |
src/lookup.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/objects.h
|
View
|
1
2
|
3 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/objects.cc
|
View
|
1
2
|
5 chunks |
+6 lines, -16 lines |
0 comments
|
Download
|
|
M |
src/objects-inl.h
|
View
|
1
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/runtime/runtime.h
|
View
|
1
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/runtime/runtime-classes.cc
|
View
|
1
|
1 chunk |
+2 lines, -10 lines |
0 comments
|
Download
|
|
M |
src/runtime/runtime-debug.cc
|
View
|
1
|
17 chunks |
+61 lines, -97 lines |
0 comments
|
Download
|
|
M |
src/runtime/runtime-object.cc
|
View
|
1
|
4 chunks |
+26 lines, -108 lines |
0 comments
|
Download
|
|
M |
src/scopeinfo.cc
|
View
|
1
|
2 chunks |
+7 lines, -9 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-debug.cc
|
View
|
1
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
Total messages: 10 (3 generated)
|