dart-sdk/runtime
Mike Fairhurst bffe47e678 First stab at #29153 range check in as-casts. Mostly working.
Having an issue forwarding Symbol::InTypeCheck into dart and back;
without it, the exceptions that are thrown are `TypeError`s and not
`CastError`s.

Certainly a bit longform to read, as well.

Committing for feedback/suggestions/help

BUG=
R=rmacnak@google.com

Review-Url: https://codereview.chromium.org/2805903004 .
2017-04-13 10:44:57 -07:00
..
bin Added sync_socket_unsupported.cc to sources file 2017-04-12 15:22:41 -07:00
include Remove legacy restart code 2017-03-20 08:47:39 -07:00
lib First stab at #29153 range check in as-casts. Mostly working. 2017-04-13 10:44:57 -07:00
observatory Attempt 2 -- Fix updating packages map on reload and add a regression test 2017-04-12 14:02:19 -07:00
platform [dart:io] Don't close stdin with a socket finalizer 2017-04-04 13:57:42 -07:00
tests/vm Remove definitions from Kernel canonical names. 2017-03-30 09:31:31 +02:00
third_party Format GN files and add a presubmit check that GN is properly formatted 2016-10-26 08:50:54 -07:00
tools Add more safe points in compiler. 2017-03-31 11:19:46 +02:00
vm First stab at #29153 range check in as-casts. Mostly working. 2017-04-13 10:44:57 -07:00
.gitignore
BUILD.gn GN: Remove dead target 'libdart' and dead flag 'dart_experimental_interpreter'. 2017-04-12 16:05:37 -07:00
codereview.settings
CPPLINT.cfg clang-formats remaining files and adds a presubmit check. 2016-11-09 12:43:57 -08:00
dart-runtime.gyp Remove dart_noopt and related parts from the VM. 2017-01-11 16:55:55 -08:00
PRESUBMIT.py VM: Enforce correctly formatted C++ code 2016-11-30 23:52:52 +01:00
runtime_args.gni Created placeholders for MallocHooks implementation and added define DART_USE_TCMALLOC to specifiy when tcmalloc is available. 2017-01-06 12:38:11 -08:00