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
226 B
Plaintext
Raw Normal View History

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