Chromium Code Reviews
DescriptionIDL compiler: [Custom=PropertyEnumerator]
The meat of the CL is simple (just add another 2 boolean flags),
but there's some reorganization:
* Explicitly distinguish [Custom=PropertyEnumerator] vs. [Custom=PropertyQuery]
(currently both lumped together, which makes the treatment of query weird)
* Fix order, so consistently
getter, setter, query, deleter, enumerator
(Matching V8 api.cc SetNamedPropertyHandler)
BUG=239771
R=haraken
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=166122
Patch Set 1 #
Total comments: 1
Messages
Total messages: 5 (0 generated)
|