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

Unified Diff: src/regexp.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/prologue.js ('k') | src/runtime.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/regexp.js
diff --git a/src/regexp.js b/src/regexp.js
index bf75ca1b011e4f5a30013a84621a9d9e3b5a882b..e717b26158c0258c24d147034f337684ae4e8972 100644
--- a/src/regexp.js
+++ b/src/regexp.js
@@ -16,6 +16,10 @@ var harmony_unicode_regexps = false;
var GlobalRegExp = global.RegExp;
var InternalPackedArray = utils.InternalPackedArray;
+utils.Import(function(from) {
+ ToNumber = from.ToNumber;
+});
+
// -------------------------------------------------------------------
// Property of the builtins object for recording the result of the last
« no previous file with comments | « src/prologue.js ('k') | src/runtime.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698