mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
1a23ff68a5
The behavioral difference is that named and optional arguments are filled in with their default values in the `Invocation` object passed to `noSuchMethod`. On the implementation side we make NSM forwarders concrete and fill in their bodies in the CFE. The custom (and somewhat hacky) VM support is no longer needed, and Dart2JS can benefit from this implementation as well. According to discussion on #33031 we will be able to re-land this soon without breaking Mockito. Prior failures on precompiler bots are fixed in Patchset 2. Change-Id: If1b7fe4cf6da5ef38f330e1ad226121bcfc958a1 Reviewed-on: https://dart-review.googlesource.com/54401 Commit-Queue: Samir Jindel <sjindel@google.com> Reviewed-by: Dmitry Stefantsov <dmitryas@google.com> |
||
---|---|---|
.. | ||
bin | ||
lib | ||
test | ||
testcases | ||
tool | ||
analysis_options.yaml | ||
LICENSE | ||
pubspec.yaml | ||
README.md |
This package hosts VM specific Dart code and helper scripts.