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

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

Issue 2654023003: Add no-info mappings at start of out.js and after mapped functions (Closed)
Patch Set: fixes Created 3 years, 11 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 | « pkg/compiler/lib/src/io/source_map_builder.dart ('k') | tests/compiler/dart2js/sourcemaps/load.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/sourcemaps/js_tracer.dart
diff --git a/tests/compiler/dart2js/sourcemaps/js_tracer.dart b/tests/compiler/dart2js/sourcemaps/js_tracer.dart
index 6faf88ebf988c832bd44e03300c8b25e9f3734bf..6901e402404f36c547a31c40a5ceeb1a1ea2d29c 100644
--- a/tests/compiler/dart2js/sourcemaps/js_tracer.dart
+++ b/tests/compiler/dart2js/sourcemaps/js_tracer.dart
@@ -82,6 +82,8 @@ class StepTraceListener extends TraceListener
js.Switch switchNode = node;
text = ['switch(', switchNode.key, ') ...'];
break;
+ case StepKind.NO_INFO:
+ break;
}
createTraceStep(kind, node,
offset: offset,
« no previous file with comments | « pkg/compiler/lib/src/io/source_map_builder.dart ('k') | tests/compiler/dart2js/sourcemaps/load.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698