2022-03-30 09:07:40 +03:00
|
|
|
|
|
|
|
x Module
|
|
|
|
,-[$DIR/tests/span/js/stmt/throw.js:1:1]
|
|
|
|
1 | ,-> function foo() {
|
|
|
|
2 | | throw 'foo';
|
|
|
|
3 | `-> }
|
|
|
|
`----
|
|
|
|
|
|
|
|
x ModuleItem
|
|
|
|
,-[$DIR/tests/span/js/stmt/throw.js:1:1]
|
|
|
|
1 | ,-> function foo() {
|
|
|
|
2 | | throw 'foo';
|
|
|
|
3 | `-> }
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Stmt
|
|
|
|
,-[$DIR/tests/span/js/stmt/throw.js:1:1]
|
|
|
|
1 | ,-> function foo() {
|
|
|
|
2 | | throw 'foo';
|
|
|
|
3 | `-> }
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Decl
|
|
|
|
,-[$DIR/tests/span/js/stmt/throw.js:1:1]
|
|
|
|
1 | ,-> function foo() {
|
|
|
|
2 | | throw 'foo';
|
|
|
|
3 | `-> }
|
|
|
|
`----
|
|
|
|
|
|
|
|
x FnDecl
|
|
|
|
,-[$DIR/tests/span/js/stmt/throw.js:1:1]
|
|
|
|
1 | ,-> function foo() {
|
|
|
|
2 | | throw 'foo';
|
|
|
|
3 | `-> }
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
|
|
|
,-[$DIR/tests/span/js/stmt/throw.js:1:1]
|
|
|
|
1 | function foo() {
|
|
|
|
: ^^^
|
2022-11-28 18:56:47 +03:00
|
|
|
2 | throw 'foo';
|
2022-03-30 09:07:40 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Function
|
|
|
|
,-[$DIR/tests/span/js/stmt/throw.js:1:1]
|
|
|
|
1 | ,-> function foo() {
|
|
|
|
2 | | throw 'foo';
|
|
|
|
3 | `-> }
|
|
|
|
`----
|
|
|
|
|
|
|
|
x BlockStmt
|
|
|
|
,-[$DIR/tests/span/js/stmt/throw.js:1:1]
|
|
|
|
1 | ,-> function foo() {
|
|
|
|
2 | | throw 'foo';
|
|
|
|
3 | `-> }
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Stmt
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/span/js/stmt/throw.js:1:1]
|
|
|
|
1 | function foo() {
|
|
|
|
2 | throw 'foo';
|
|
|
|
: ^^^^^^^^^^^^
|
|
|
|
3 | }
|
2022-03-30 09:07:40 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x ThrowStmt
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/span/js/stmt/throw.js:1:1]
|
|
|
|
1 | function foo() {
|
|
|
|
2 | throw 'foo';
|
|
|
|
: ^^^^^^^^^^^^
|
|
|
|
3 | }
|
2022-03-30 09:07:40 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Expr
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/span/js/stmt/throw.js:1:1]
|
|
|
|
1 | function foo() {
|
|
|
|
2 | throw 'foo';
|
|
|
|
: ^^^^^
|
|
|
|
3 | }
|
2022-03-30 09:07:40 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Lit
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/span/js/stmt/throw.js:1:1]
|
|
|
|
1 | function foo() {
|
|
|
|
2 | throw 'foo';
|
|
|
|
: ^^^^^
|
|
|
|
3 | }
|
2022-03-30 09:07:40 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Str
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/span/js/stmt/throw.js:1:1]
|
|
|
|
1 | function foo() {
|
|
|
|
2 | throw 'foo';
|
|
|
|
: ^^^^^
|
|
|
|
3 | }
|
2022-03-30 09:07:40 +03:00
|
|
|
`----
|