dart-sdk/runtime
Samir Jindel 7d5025e814 Fix incorrect handling of NSM forwarders and pull all logic into CFE.
The original implementation was designed around a shared misunderstanding
of optional parameter handling in the spec. (which was also ambiguous about type parameters).

The correct behavior for optional/type parameters is to fill them in with their default values/bounds.
This behavior can be implemented without any backend support, as is done in this CL.

Change-Id: Ib81f17ead2d2920e755703e244db5afc328d0315
Reviewed-on: https://dart-review.googlesource.com/52802
Commit-Queue: Samir Jindel <sjindel@google.com>
Reviewed-by: Dmitry Stefantsov <dmitryas@google.com>
2018-05-02 12:18:30 +00:00
..
bin [VM] Set up package config value when invoking the front end for compilation, 2018-05-01 22:57:35 +00:00
include [VM] Set up package config value when invoking the front end for compilation, 2018-05-01 22:57:35 +00:00
lib [vm] Add Dart_NewExternalTypedDataWithFinalizer. 2018-05-01 01:57:41 +00:00
observatory dart2js: turn on sync-async by default 2018-04-27 19:48:46 +00:00
platform Revert "[VM] Improve code generation for uint32" 2018-05-01 00:25:01 +00:00
tests/vm Update status for Windows 2018-05-02 08:32:58 +00:00
third_party [gn] Split target arch/os defines from dart_config 2017-10-31 17:33:13 +00:00
tools Read patch files in strong mode 2018-02-05 14:35:36 +00:00
vm Fix incorrect handling of NSM forwarders and pull all logic into CFE. 2018-05-02 12:18:30 +00:00
.gitignore
BUILD.gn [vm, fuchsia] Build the VM as a shared library instead of a static library. 2018-04-27 21:14:37 +00:00
codereview.settings
CPPLINT.cfg
PRESUBMIT.py
runtime_args.gni [vm, fuchsia] Build the VM as a shared library instead of a static library. 2018-04-27 21:14:37 +00:00