|
Handle load errors in deferred code
IO errors on the URL of a deferred library are forwarded to the Future
that handles the deferred load. Syntax errors and finalization errors
are lethal, killing the isolate.
Committed: https://code.google.com/p/dart/source/detail?r=38800
Total comments: 14
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+184 lines, -34 lines) |
Patch |
|
M |
runtime/bin/builtin.dart
|
View
|
1
|
8 chunks |
+17 lines, -12 lines |
0 comments
|
Download
|
|
M |
runtime/bin/builtin_natives.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
runtime/bin/dartutils.cc
|
View
|
1
|
3 chunks |
+27 lines, -5 lines |
0 comments
|
Download
|
|
M |
runtime/include/dart_api.h
|
View
|
1
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/lib/lib_prefix.dart
|
View
|
|
2 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
|
M |
runtime/lib/object.cc
|
View
|
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/bootstrap.cc
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
runtime/vm/bootstrap_natives.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/dart_api_impl.cc
|
View
|
|
4 chunks |
+33 lines, -2 lines |
0 comments
|
Download
|
|
M |
runtime/vm/debugger.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
runtime/vm/debugger_api_impl.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
runtime/vm/object.h
|
View
|
|
2 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
|
M |
runtime/vm/object.cc
|
View
|
|
4 chunks |
+46 lines, -4 lines |
0 comments
|
Download
|
|
M |
runtime/vm/object_store.h
|
View
|
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/object_store.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/raw_object.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
tests/standalone/issue14236_test.dart
|
View
|
|
Binary file |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|