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

Unified Diff: test/webkit/class-syntax-call-expected.txt

Issue 2504553003: [es6] Perform the IsConstructor test in GetSuperConstructor. (Closed)
Patch Set: rebase Created 4 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/webkit/class-syntax-call.js ('k') | test/webkit/class-syntax-extends.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/webkit/class-syntax-call-expected.txt
diff --git a/test/webkit/class-syntax-call-expected.txt b/test/webkit/class-syntax-call-expected.txt
index 00fbe1e92208701c60ba620d060b0d2668434f75..1b1e50aba062c2c80f1855c3dfde1ee3f848fdc8 100644
--- a/test/webkit/class-syntax-call-expected.txt
+++ b/test/webkit/class-syntax-call-expected.txt
@@ -9,7 +9,7 @@ PASS new B did not throw exception.
PASS B() threw exception TypeError: Class constructor B cannot be invoked without 'new'.
PASS new (class { constructor() {} })() did not throw exception.
PASS (class { constructor() {} })() threw exception TypeError: Class constructor cannot be invoked without 'new'.
-PASS new (class extends null { constructor() { super() } })() threw exception TypeError: super is not a constructor.
+PASS new (class extends null { constructor() { super() } })() threw exception TypeError: Super constructor null of anonymous class is not a constructor.
PASS (class extends null { constructor() { super() } })() threw exception TypeError: Class constructor cannot be invoked without 'new'.
PASS successfullyParsed is true
« no previous file with comments | « test/webkit/class-syntax-call.js ('k') | test/webkit/class-syntax-extends.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698