DescriptionImplement effective overload set algorithm
To implement the overload resolution algorithm, I'm going to first
implement basic algorithms from the spec (*without* changing
generated code), then incrementally switch existing interfaces to
the proper algorithm (changing the generated code).
This implements the "effective overload set" algorithm:
http://heycam.github.io/webidl/#dfn-effective-overload-set
The code isn't very Pythonic, but it's directly from the spec.
Next will be 'distinguishing index'.
R=haraken
BUG=293561
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=173625
Patch Set 1 #
Total comments: 1
Patch Set 2 : Tweaks #
Total comments: 9
Patch Set 3 : Fix spec bug, revise comment #Messages
Total messages: 10 (0 generated)
|