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

Unified Diff: test/cctest/test-experimental-extra.js

Issue 1284413002: Add experimental, non-snapshotted V8 extras (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@non-experimental-extras
Patch Set: Missing gn entries 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 | « test/cctest/test-api.cc ('k') | tools/gyp/v8.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-experimental-extra.js
diff --git a/test/cctest/test-extra.js b/test/cctest/test-experimental-extra.js
similarity index 64%
copy from test/cctest/test-extra.js
copy to test/cctest/test-experimental-extra.js
index f943ea6c4e5adedb79b2c44213cdcf6a8ba56c60..a29fc7688cfbd06b89821b59492db3bb564e1e75 100644
--- a/test/cctest/test-extra.js
+++ b/test/cctest/test-experimental-extra.js
@@ -4,11 +4,11 @@
(function (global, binding) {
'use strict';
- binding.testExtraShouldReturnFive = function () {
- return 5;
+ binding.testExperimentalExtraShouldReturnTen = function () {
+ return 10;
};
- binding.testExtraShouldCallToRuntime = function() {
+ binding.testExperimentalExtraShouldCallToRuntime = function() {
return binding.runtime(3);
};
})
« no previous file with comments | « test/cctest/test-api.cc ('k') | tools/gyp/v8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698