dart-sdk/pkg/vm
Kevin Millikin d9944433af [Kernel] Clean up error reporting in constant evaluation
Make the constant evaluator take an explicit error reporter so we have
to opt in to using the "simple" one that reports errors in an ad hoc
way.  This is the start of a change to use Fasta-controlled error
messages throughout and eventually get rid of the simple error
handler, and to continue constant evaluation after the first constant
error.

Change-Id: If6b1801edab6063754b642cf4a603abf9d63103a
Reviewed-on: https://dart-review.googlesource.com/c/89501
Commit-Queue: Kevin Millikin <kmillikin@google.com>
Auto-Submit: Kevin Millikin <kmillikin@google.com>
Reviewed-by: Peter von der Ahé <ahe@google.com>
Reviewed-by: Aske Simon Christensen <askesc@google.com>
2019-01-15 11:34:42 +00:00
..
bin [VM] Experimental flags in the dart CLI 2019-01-15 01:02:07 +00:00
lib [Kernel] Clean up error reporting in constant evaluation 2019-01-15 11:34:42 +00:00
test Prepare the VM for removing TypeEnvironment.hierarchy 2019-01-10 05:21:24 +00:00
testcases [vm/aot/tfa] Correctly tree shake initializers of write-only fields 2019-01-11 20:46:30 +00:00
tool Re-land "[vm/aot] Snapshot size analysis." 2018-11-22 15:14:46 +00:00
analysis_options.yaml More options files cleanup. 2018-10-26 23:05:44 +00:00
LICENSE [VM] Move kernel service to pkg/vm, populate pkg/vm with necessary files 2017-11-17 17:45:03 +00:00
pubspec.yaml Cleanup unused vars in VM patch files 2018-11-13 22:56:54 +00:00
README.md

This package hosts VM specific Dart code and helper scripts.