Chromium Code Reviews

Unified Diff: src/collection-iterator.js

Issue 1132513003: Call builtin code wrapped in functions from the bootstrapper. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« src/bootstrapper.cc ('K') | « src/collection.js ('k') | src/date.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/collection-iterator.js
diff --git a/src/collection-iterator.js b/src/collection-iterator.js
index 464703ca483db3f20add38f3686d27cbf3ccd20c..7aa5208cea5bfc0a9b679cae37d0accdc335bc09 100644
--- a/src/collection-iterator.js
+++ b/src/collection-iterator.js
@@ -7,7 +7,7 @@ var $mapIteratorNext;
var $setIteratorNext;
var $setValues;
-(function() {
+(function(global, shared, exports) {
"use strict";
@@ -188,4 +188,4 @@ $installFunctions(GlobalMap.prototype, DONT_ENUM, [
$mapEntries = MapEntries;
$mapIteratorNext = MapIteratorNextJS;
-})();
+})
« src/bootstrapper.cc ('K') | « src/collection.js ('k') | src/date.js » ('j') | no next file with comments »

Powered by Google App Engine