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

Unified Diff: src/regexp.js

Issue 1306993003: Call JS functions via native context instead of js builtins object. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebase 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/proxy.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 e717b26158c0258c24d147034f337684ae4e8972..a6a543fe07fe1e42e637e1d53f89dd6cd229ede0 100644
--- a/src/regexp.js
+++ b/src/regexp.js
@@ -15,6 +15,7 @@ var harmony_unicode_regexps = false;
var GlobalRegExp = global.RegExp;
var InternalPackedArray = utils.InternalPackedArray;
+var ToNumber;
utils.Import(function(from) {
ToNumber = from.ToNumber;
« no previous file with comments | « src/proxy.js ('k') | src/runtime.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698