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

Unified Diff: lib/runtime/dart/_interceptors.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 | « lib/runtime/dart/_foreign_helper.js ('k') | lib/runtime/dart/_internal.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/runtime/dart/_interceptors.js
diff --git a/lib/runtime/dart/_interceptors.js b/lib/runtime/dart/_interceptors.js
index 158f7f5a1f02e4e03ed6d068d0246fabcd71c1a1..3b54a999999017794e7b65df893617ecaf50952f 100644
--- a/lib/runtime/dart/_interceptors.js
+++ b/lib/runtime/dart/_interceptors.js
@@ -1,12 +1,14 @@
-dart.library('dart/_interceptors', null, /* Imports */[
+dart_library.library('dart/_interceptors', null, /* Imports */[
+ "dart_runtime/dart",
'dart/core',
'dart/_internal',
'dart/collection',
'dart/math'
], /* Lazy imports */[
'dart/_js_helper'
-], function(exports, core, _internal, collection, math, _js_helper) {
+], function(exports, dart, core, _internal, collection, math, _js_helper) {
'use strict';
+ let dartx = dart.dartx;
let JSArray$ = dart.generic(function(E) {
dart.defineExtensionNames([
'checkGrowable',
« no previous file with comments | « lib/runtime/dart/_foreign_helper.js ('k') | lib/runtime/dart/_internal.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698