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

Unified Diff: src/harmony-typedarray.js

Issue 1302533002: Native context: debug.js does not load from js builtins object anymore. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: make importing requirement more explicit Created 5 years, 4 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/harmony-regexp.js ('k') | src/i18n.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/harmony-typedarray.js
diff --git a/src/harmony-typedarray.js b/src/harmony-typedarray.js
index 8518b8571bb360dd267ee165f2fe910d8c700aff..cd220dae832e2e1dfdc9480b979951e53f2c27b6 100644
--- a/src/harmony-typedarray.js
+++ b/src/harmony-typedarray.js
@@ -51,6 +51,7 @@ var IsNaN;
var MathMax;
var MathMin;
var PackedArrayReverse;
+var ToNumber;
utils.Import(function(from) {
ArrayFrom = from.ArrayFrom;
@@ -75,6 +76,7 @@ utils.Import(function(from) {
MathMax = from.MathMax;
MathMin = from.MathMin;
PackedArrayReverse = from.PackedArrayReverse;
+ ToNumber = from.ToNumber;
});
// -------------------------------------------------------------------
« no previous file with comments | « src/harmony-regexp.js ('k') | src/i18n.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698