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

Unified Diff: test/cctest/test-extra.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: fix extra natives 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/weak-collection.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-extra.js
diff --git a/test/cctest/test-extra.js b/test/cctest/test-extra.js
index 4584352d1d5d4b7c6a369f23691538bd283dacda..bc4eacc23da9c88396655f6e45149ee8d7d53448 100644
--- a/test/cctest/test-extra.js
+++ b/test/cctest/test-extra.js
@@ -3,9 +3,11 @@
// found in the LICENSE file.
(function () {
- 'use strict';
- extrasExports.testExtraShouldReturnFive = function () {
- return 5;
- };
-})();
+ 'use strict';
+
+ extrasExports.testExtraShouldReturnFive = function () {
+ return 5;
+ };
+
+});
« no previous file with comments | « src/weak-collection.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698