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

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

7 lines
196 B
Plaintext
Raw Normal View History

*%(basename)s:6: ReferenceError: foo is not defined
static x = foo();
^
ReferenceError: foo is not defined
at <static_initializer> (*%(basename)s:6:14)
at *%(basename)s:1:1