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

Unified Diff: test/js-perf-test/Classes/run.js

Issue 754523004: Add js-perf-test for ES6 class default constructor (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add file to dummy Created 6 years 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/js-perf-test/Classes/default-constructor.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/js-perf-test/Classes/run.js
diff --git a/test/js-perf-test/Classes/run.js b/test/js-perf-test/Classes/run.js
index bb3921f771afdbc78d2d8164620df0936639f2e1..5d48b320a77cf24f240511798dd923fe9a57ac84 100644
--- a/test/js-perf-test/Classes/run.js
+++ b/test/js-perf-test/Classes/run.js
@@ -5,6 +5,7 @@
load('../base.js');
load('super.js');
+load('default-constructor.js');
var success = true;
« no previous file with comments | « test/js-perf-test/Classes/default-constructor.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698