dart-sdk/runtime
Florian Loitsch 136e476c87 Check for the type of the the spawned function.
In general we avoid explicit type-checks, but in this case the error would be only detected in the new isolate making error handling much harder.

Fixes #27185
BUG= http://dartbug.com/27185.
R=lrn@google.com

Review URL: https://codereview.chromium.org/2414173003 .
2016-10-14 13:27:11 +02:00
..
bin Revert "Use a single file for app snapshots." 2016-10-13 15:29:23 -07:00
include Revert "Use a single file for app snapshots." 2016-10-13 15:29:23 -07:00
lib Check for the type of the the spawned function. 2016-10-14 13:27:11 +02:00
observatory Mark reload_sources_test as slow 2016-10-13 11:02:36 -07:00
platform - fix some cases where we are using uninitialized memory 2016-10-05 16:54:18 -07:00
tests/vm Use checked-in .package file for building and testing 2016-09-16 15:03:18 +02:00
third_party - Add binary size analysis tool from Chromium. 2016-03-01 10:06:07 -08:00
tools Fix build break, set initial value for msan variable. 2016-10-03 12:45:45 -07:00
vm Add = as default-value separator for named parameters. 2016-10-14 11:25:25 +02:00
.gitignore
BUILD.gn Enable GN ASAN builds for Linux 2016-10-05 13:43:29 -07:00
codereview.settings
CPPLINT.cfg
dart-runtime.gyp Use checked-in .package file for building and testing 2016-09-16 15:03:18 +02:00
PRESUBMIT.py