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

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

Issue 923683002: Fix lazy parsing for functions that use super. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Increment the PreparserData version Created 5 years, 10 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-parsing.cc ('k') | test/mjsunit/harmony/classes-lazy-parsing.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/js-perf-test/Classes/super.js
diff --git a/test/js-perf-test/Classes/super.js b/test/js-perf-test/Classes/super.js
index f282e9a5c88bfb215cbfe2031c7123065034d05b..0c12b8df004ef72bf6250d274ad67d726b3939c0 100644
--- a/test/js-perf-test/Classes/super.js
+++ b/test/js-perf-test/Classes/super.js
@@ -27,6 +27,7 @@ class Base {
class Derived extends Base {
constructor() {
+ super();
this._x = 1;
}
SuperCall() {
« no previous file with comments | « test/cctest/test-parsing.cc ('k') | test/mjsunit/harmony/classes-lazy-parsing.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698