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

Unified Diff: lib/runtime/dart/_interceptors.js

Issue 1083803002: update interceptor.js file (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 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 | « no previous file | no next file » | 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 6fc24213364de26606cfcc61f6ccfde5cac18d98..39422a50b7d696df5c3d3c0702015a2d1943434b 100644
--- a/lib/runtime/dart/_interceptors.js
+++ b/lib/runtime/dart/_interceptors.js
@@ -1,6 +1,7 @@
var _interceptors;
(function(exports) {
'use strict';
+ let JSArray = Array;
let JSMutableArray$ = dart.generic(function(E) {
class JSMutableArray extends JSArray$(E) {}
JSMutableArray[dart.implements] = () => [JSMutableIndexable];
@@ -1053,6 +1054,7 @@ var _interceptors;
}
}
// Exports:
+ exports.JSArray = JSArray;
exports.JSMutableArray$ = JSMutableArray$;
exports.JSMutableArray = JSMutableArray;
exports.JSFixedArray$ = JSFixedArray$;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698