DescriptionC++ overload resolution in bindings layer
This CL adds generation of C++ overload resolution functions to the bindings generation scripts. The overload resolution code was pulled over from the V8 scripts and templates and modified for Dart.
The resolver generation was modified so that resolver strings are not mangled with type names, and all of the resolvers for overloaded methods target the C++ overload dispatcher.
BUG=
R=vsm@google.com
Committed: https://src.chromium.org/viewvc/blink/branches/dart/dartium?view=rev&revision=184118
Patch Set 1 #Patch Set 2 : Resolver string changes #Patch Set 3 : Rebase #Patch Set 4 : Rebase fixups #
Total comments: 12
Messages
Total messages: 10 (2 generated)
|