v8/test/message/fail/class-fields-throw.out

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
225 B
Plaintext
Raw Normal View History

*%(basename)s:6: ReferenceError: foo is not defined
x = foo();
^
ReferenceError: foo is not defined
at X.<instance_members_initializer> (*%(basename)s:6:7)
at new X (*%(basename)s:5:1)
at *%(basename)s:9:1