Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Unified Diff: tests/compiler/dart2js/sourcemaps/stacktrace_test.dart

Issue 2858463002: js_runtime: Split _asyncHelper into separate functions (Closed)
Patch Set: update test Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/compiler/dart2js/async_await_js_transform_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/sourcemaps/stacktrace_test.dart
diff --git a/tests/compiler/dart2js/sourcemaps/stacktrace_test.dart b/tests/compiler/dart2js/sourcemaps/stacktrace_test.dart
index 6bd7621b47c6f648d3933424d7833558a4e1a58f..c9c871cb6f856ceaf2e7d15b0a900927c11ec6f4 100644
--- a/tests/compiler/dart2js/sourcemaps/stacktrace_test.dart
+++ b/tests/compiler/dart2js/sourcemaps/stacktrace_test.dart
@@ -549,8 +549,11 @@ const List<LineException> afterExceptions = const [
'_wrapJsFunctionForAsync.<anonymous function>', 'async_patch.dart'),
const LineException(
'_awaitOnObject.<anonymous function>', 'async_patch.dart'),
+ const LineException('_asyncAwait.<anonymous function>', 'async_patch.dart'),
+ const LineException('_asyncStart.<anonymous function>', 'async_patch.dart'),
const LineException('_RootZone.runUnary', 'zone.dart'),
const LineException('_FutureListener.handleValue', 'future_impl.dart'),
+ const LineException('_Future._completeWithValue', 'future_impl.dart'),
const LineException(
'_Future._propagateToListeners.handleValueCallback', 'future_impl.dart'),
const LineException('_Future._propagateToListeners', 'future_impl.dart'),
« no previous file with comments | « tests/compiler/dart2js/async_await_js_transform_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698