|
|
bindings: Use AccessorName{Getter,Setter}Callback in AttributeConfiguration
This is a preparation for using Maybe version of SetAccessor().
V8 is deprecating a version of SetAccessor() which takes
Accessor{Getter,Setter}Callback, and will only provide a version
of SetAccesor() which takes AccessorName{Getter,Setter}Callback.
Use AccessorName{Getter,Setter}Callback and v8::Name in bindings
so that we can replace old API in the follow-up CL.
BUG= 462402
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=191968
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+451 lines, -451 lines) |
Patch |
 |
M |
Source/bindings/core/v8/V8Binding.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/bindings/core/v8/V8Binding.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/bindings/core/v8/V8DOMConfiguration.h
|
View
|
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/core/v8/V8DOMConfiguration.cpp
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/templates/attributes.cpp
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/templates/constants.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/bindings/templates/interface.cpp
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/templates/interface_base.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/bindings/templates/methods.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/results/core/V8TestInterface.cpp
|
View
|
|
62 chunks |
+62 lines, -62 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.cpp
|
View
|
1
|
7 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/results/core/V8TestObject.cpp
|
View
|
|
328 chunks |
+337 lines, -337 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/results/core/V8TestTypedefs.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/results/modules/V8TestInterface5.cpp
|
View
|
|
20 chunks |
+20 lines, -20 lines |
0 comments
|
Download
|
Total messages: 14 (4 generated)
|