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

Unified Diff: test/codegen/expect/temps.js

Issue 1182653002: Refactor runtime into libraries, better type reps (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Address comments 2 Created 5 years, 6 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 | « test/codegen/expect/sunflower/sunflower.js ('k') | test/codegen/expect/try_catch.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/temps.js
diff --git a/test/codegen/expect/temps.js b/test/codegen/expect/temps.js
index eee0e8271fc69b4afb800bf7ec9a555c71f70492..743b0d4503e7b44787723fd489b9e1802a1d2a95 100644
--- a/test/codegen/expect/temps.js
+++ b/test/codegen/expect/temps.js
@@ -1,8 +1,10 @@
-dart.library('temps', null, /* Imports */[
+dart_library.library('temps', null, /* Imports */[
+ "dart_runtime/dart",
'dart/core'
], /* Lazy imports */[
-], function(exports, core) {
+], function(exports, dart, core) {
'use strict';
+ let dartx = dart.dartx;
let _x = Symbol('_x');
let __x = Symbol('__x');
let _function = Symbol('_function');
« no previous file with comments | « test/codegen/expect/sunflower/sunflower.js ('k') | test/codegen/expect/try_catch.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698