|
[cleanup] Introduce PropertyFilter
Split out of PropertyAttributes, and used for all filtering purposes.
Also moved PropertyAttributes into the v8::internal:: namespace.
No change in behavior intended.
Committed: https://crrev.com/4a246c1fff4ecee5aa0ed799bea249d8b4845367
Cr-Commit-Position: refs/heads/master@{#32525}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+197 lines, -198 lines) |
Patch |
|
M |
src/api.cc
|
View
|
|
14 chunks |
+25 lines, -19 lines |
0 comments
|
Download
|
|
M |
src/builtins.cc
|
View
|
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/debug/debug-scopes.cc
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/elements.h
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/elements.cc
|
View
|
|
10 chunks |
+13 lines, -17 lines |
0 comments
|
Download
|
|
M |
src/heap/mark-compact.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
src/js/macros.py
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
src/json-stringifier.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/key-accumulator.h
|
View
|
|
3 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/key-accumulator.cc
|
View
|
|
3 chunks |
+12 lines, -10 lines |
0 comments
|
Download
|
|
M |
src/objects.h
|
View
|
|
8 chunks |
+15 lines, -23 lines |
0 comments
|
Download
|
|
M |
src/objects.cc
|
View
|
1
2
|
33 chunks |
+55 lines, -69 lines |
0 comments
|
Download
|
|
M |
src/objects-inl.h
|
View
|
|
1 chunk |
+5 lines, -12 lines |
0 comments
|
Download
|
|
M |
src/property-details.h
|
View
|
|
2 chunks |
+24 lines, -12 lines |
0 comments
|
Download
|
|
M |
src/runtime/runtime-array.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/runtime/runtime-object.cc
|
View
|
|
5 chunks |
+22 lines, -9 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-alloc.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
test/cctest/test-api.cc
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-debug.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 16 (7 generated)
|