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

Unified Diff: src/uri.js

Issue 1127983003: Use function wrapper argument to expose internal arrays to native scripts. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebased and fixed nits Created 5 years, 7 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/templates.js ('k') | src/v8natives.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/uri.js
diff --git a/src/uri.js b/src/uri.js
index 1f4b8b626241d7d1931243ffa7779eae4a66fe7e..d3ecac9645a06d4eae3ad4ef92be5a4fb062e9ef 100644
--- a/src/uri.js
+++ b/src/uri.js
@@ -11,8 +11,12 @@
%CheckIsBootstrapping();
+//- ------------------------------------------------------------------
+// Imports
+
var GlobalObject = global.Object;
var GlobalArray = global.Array;
+var InternalArray = shared.InternalArray;
// -------------------------------------------------------------------
// Define internal helper functions.
« no previous file with comments | « src/templates.js ('k') | src/v8natives.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698