dart-sdk/pkg
Kevin Millikin 45004655a1 Mark returns from inside the try of a try/catch as ones that exit the try.
At construction time, jumps from within the try block of a try/catch are
marked as ones that exit the try block.  This is relied on for correctness.
Specifically, it prevents moving code from outside the try into the scope of
the try.

Return jumps were from within the try were not marked because it was
unnecessary.  In the presence of inlining, returns are turned into jumps to a
local join-point continuation.  These jumps must be marked for correctness.

R=asgerf@google.com
BUG=

Review URL: https://codereview.chromium.org/1414043011 .
2015-11-06 09:31:07 +01:00
..
analysis_server Experimental getDiagnostics request (#24480). 2015-11-05 15:05:21 -08:00
analyzer Experimental getDiagnostics request (#24480). 2015-11-05 15:05:21 -08:00
analyzer2dart Update some files from CRLF to LF 2015-06-26 16:55:46 -07:00
async_helper Add cleanUp function to Future.wait. 2015-01-09 10:52:15 +00:00
browser Push updates to browser. 2015-01-22 10:02:20 +00:00
compiler Mark returns from inside the try of a try/catch as ones that exit the try. 2015-11-06 09:31:07 +01:00
dart2js_incremental/lib Introduce "platform configurations" to replace categories and libraries.dart. 2015-11-02 13:02:25 +01:00
expect Add Base64 codec to dart:convert. 2015-09-29 13:49:53 +02:00
fixnum Better errors for pkg/fixnum 2015-06-19 12:35:07 -07:00
js update pkg/js for changes is 1.13-dev.7.7 2015-11-04 14:39:24 -08:00
js_ast dart2js: Don't return null from void functions. 2015-09-22 11:10:33 +02:00
lookup_map Fix conversion from Uri to File in test, to use File.fromUri(). 2015-09-11 16:21:44 +02:00
microlytics First cut of basic functionality 2014-09-05 14:00:08 +00:00
package_test_data Remove SDK constraint from package_test_data package. 2015-08-13 12:09:49 +02:00
typed_data Add some ArgumentError and RangeError constructors that capture more information. 2014-11-11 07:55:47 +00:00
typed_mock typed_mock/README.md 2014-08-06 18:37:49 +00:00
.gitignore normalize url attributes on entry point elements 2014-07-17 22:38:31 +00:00
pkg.gyp sdk files reorganization to make dart2js a proper package 2015-06-29 10:21:14 -07:00
pkg.status Disable codegen test on browsers, since it uses dart:io 2015-11-04 13:12:02 -08:00
pkg_files.gyp Ignore test files in third_party/pkg 2015-06-18 08:55:46 +02:00
pkgbuild.status remove docgen remnants from repo, update CHANGELOG 2015-09-23 10:27:15 -07:00