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

Unified Diff: src/js/typedarray.js

Issue 1923803002: Use InternalArrays from certain Intl code (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix test262 status Created 4 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 | « src/js/i18n.js ('k') | test/mjsunit/regress/regress-crbug-604299.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/js/typedarray.js
diff --git a/src/js/typedarray.js b/src/js/typedarray.js
index e1b69331099c86b14c3a2e1c4ef8218d828bc0e9..18f6dde29975de4ba34b824b5c9f57fa84061efe 100644
--- a/src/js/typedarray.js
+++ b/src/js/typedarray.js
@@ -21,7 +21,6 @@ var GlobalArrayBuffer = global.ArrayBuffer;
var GlobalArrayBufferPrototype = GlobalArrayBuffer.prototype;
var GlobalDataView = global.DataView;
var GlobalObject = global.Object;
-var InternalArray = utils.InternalArray;
var InnerArrayCopyWithin;
var InnerArrayEvery;
var InnerArrayFill;
« no previous file with comments | « src/js/i18n.js ('k') | test/mjsunit/regress/regress-crbug-604299.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698