dart-sdk/tools/dom
leafp@google.com 6de1786199 Arity indexing in dart:blink entry points
This CL replaces type mangling on the blink entry points with arity indexing.  So overloaded methods or methods with optional arguments now dispatch to blink entries specific to their number of arguments (but not their types).  This relies on C++ overload resolution being in place on the blink side (see https://codereview.chromium.org/668733002/).  For the time being, the dart side overload resolution code is left in place.

Resolver strings now have no type or arity info as well.

BUG=
R=vsm@google.com

Review URL: https://codereview.chromium.org//667983002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41236 260f80e4-7a28-3924-810f-c04153c831b5
2014-10-21 20:46:55 +00:00
..
docs Document DOMApplicationCache as fix for https://code.google.com/p/dart/issues/detail?id=3688. 2014-08-11 17:56:53 +00:00
idl/dart Reapply "Stop suppressing generation of bindings with Promise. Add some tests for DOM APIs that answer promises." 2014-10-20 18:27:03 +00:00
new_scripts Begin hookup of Blink IDL parser for dart:* libraries. 2014-09-09 13:18:24 +00:00
scripts Arity indexing in dart:blink entry points 2014-10-21 20:46:55 +00:00
src Fix for web_gl statics 2014-10-10 16:40:01 +00:00
templates Arity indexing in dart:blink entry points 2014-10-21 20:46:55 +00:00
.gitignore Moved most of html lib generating scripts into tools. 2012-12-28 22:26:48 +00:00
dom.json Reapply "Stop suppressing generation of bindings with Promise. Add some tests for DOM APIs that answer promises." 2014-10-20 18:27:03 +00:00
dom.py Renamed contains in the rectangle class to containsRectangle. 2013-10-24 20:27:22 +00:00
PRESUBMIT.py Put in a teardown for the docs test, fixed dom.py to actually run it correctly. 2013-04-02 21:14:09 +00:00