DescriptionSupport union return type for anonymous named/indexed getter
Currently union return type is treated in custom binding.
To auto-generate that,
- create UnionType
- create function which returns UnionType in webcore
- call that function from namedPropertyGetter in binding code
Next step:
- Support union return type for general method
This patch also replace custom named getter
of V8HTMLFormControlsCollection with auto generated one.
R=haraken@chromium.org
BUG=240176
TEST=TestEventTarget.idl, TestObject.idl
NOTRY=true
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=150564
Patch Set 1 #
Total comments: 3
Patch Set 2 : #
Total comments: 11
Patch Set 3 : updated #
Total comments: 17
Patch Set 4 : updated #Patch Set 5 : #
Total comments: 1
Patch Set 6 : updated #Patch Set 7 : updated #Patch Set 8 : updated #Patch Set 9 : update #
Total comments: 9
Patch Set 10 : updated #Patch Set 11 : rebased #Patch Set 12 : use output arguments instead of UnionType2 #Patch Set 13 : #
Total comments: 12
Patch Set 14 : #
Total comments: 10
Patch Set 15 : #Messages
Total messages: 28 (0 generated)
|