dart-sdk/runtime
Samir Jindel 24dd9b4176 Revert "Fix incorrect handling of NSM forwarders and pull all logic into CFE."
This reverts commit 7d5025e814.

Reason for revert: <INSERT REASONING HERE>

Original change's description:
> 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>

TBR=dmitryas@google.com,sjindel@google.com

Change-Id: Ice6cd36cc62772e013bded83e0f589fe4b5e9d53
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://dart-review.googlesource.com/53400
Reviewed-by: Samir Jindel <sjindel@google.com>
Commit-Queue: Samir Jindel <sjindel@google.com>
2018-05-02 16:05:26 +00:00
..
bin [VM] Avoid deadlock by allowing us to run kernel isolate from a script snapshot, fixes all dartk-sim* builders 2018-05-02 13:52:46 +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 Revert "Fix incorrect handling of NSM forwarders and pull all logic into CFE." 2018-05-02 16:05:26 +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 clang-formats remaining files and adds a presubmit check. 2016-11-09 12:43:57 -08:00
PRESUBMIT.py VM: Enforce correctly formatted C++ code 2016-11-30 23:52:52 +01:00
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