mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
We now expand |any| to DartValue (which exists) as opposed to ScriptValue (which does not). Also, fill in a few missing pieces in tonic that will be used by custom elements. R=eseidel@chromium.org Review URL: https://codereview.chromium.org/942993002