aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/test/message/fail/class-fields-static-throw.out
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/message/fail/class-fields-static-throw.out')
-rw-r--r--deps/v8/test/message/fail/class-fields-static-throw.out6
1 files changed, 6 insertions, 0 deletions
diff --git a/deps/v8/test/message/fail/class-fields-static-throw.out b/deps/v8/test/message/fail/class-fields-static-throw.out
new file mode 100644
index 0000000000..a16b050bbd
--- /dev/null
+++ b/deps/v8/test/message/fail/class-fields-static-throw.out
@@ -0,0 +1,6 @@
+*%(basename)s:10: ReferenceError: foo is not defined
+ static x = foo();
+ ^
+ReferenceError: foo is not defined
+ at Function.<static_fields_initializer> (*%(basename)s:10:14)
+ at *%(basename)s:1:1 \ No newline at end of file