2020-08-05 06:34:44 +03:00
|
|
|
warning: Module
|
|
|
|
--> $DIR/tests/span/js/stmt/do-while.js:1:1
|
|
|
|
|
|
|
|
|
1 | / do {
|
|
|
|
2 | | foo()
|
|
|
|
3 | | } while (bar)
|
|
|
|
| |_____________^
|
|
|
|
|
|
|
|
warning: ModuleItem
|
|
|
|
--> $DIR/tests/span/js/stmt/do-while.js:1:1
|
|
|
|
|
|
|
|
|
1 | / do {
|
|
|
|
2 | | foo()
|
|
|
|
3 | | } while (bar)
|
|
|
|
| |_____________^
|
|
|
|
|
|
|
|
warning: Stmt
|
|
|
|
--> $DIR/tests/span/js/stmt/do-while.js:1:1
|
|
|
|
|
|
|
|
|
1 | / do {
|
|
|
|
2 | | foo()
|
|
|
|
3 | | } while (bar)
|
|
|
|
| |_____________^
|
|
|
|
|
|
|
|
warning: DoWhileStmt
|
|
|
|
--> $DIR/tests/span/js/stmt/do-while.js:1:1
|
|
|
|
|
|
|
|
|
1 | / do {
|
|
|
|
2 | | foo()
|
|
|
|
3 | | } while (bar)
|
|
|
|
| |_____________^
|
|
|
|
|
|
|
|
warning: Expr
|
|
|
|
--> $DIR/tests/span/js/stmt/do-while.js:3:10
|
|
|
|
|
|
|
|
|
3 | } while (bar)
|
|
|
|
| ^^^
|
|
|
|
|
|
|
|
warning: Ident
|
|
|
|
--> $DIR/tests/span/js/stmt/do-while.js:3:10
|
|
|
|
|
|
|
|
|
3 | } while (bar)
|
|
|
|
| ^^^
|
|
|
|
|
|
|
|
warning: Stmt
|
|
|
|
--> $DIR/tests/span/js/stmt/do-while.js:1:4
|
|
|
|
|
|
|
|
|
1 | do {
|
|
|
|
| ____^
|
|
|
|
2 | | foo()
|
|
|
|
3 | | } while (bar)
|
|
|
|
| |_^
|
|
|
|
|
|
|
|
warning: BlockStmt
|
|
|
|
--> $DIR/tests/span/js/stmt/do-while.js:1:4
|
|
|
|
|
|
|
|
|
1 | do {
|
|
|
|
| ____^
|
|
|
|
2 | | foo()
|
|
|
|
3 | | } while (bar)
|
|
|
|
| |_^
|
|
|
|
|
|
|
|
warning: Stmt
|
|
|
|
--> $DIR/tests/span/js/stmt/do-while.js:2:5
|
|
|
|
|
|
|
|
|
2 | foo()
|
|
|
|
| ^^^^^
|
|
|
|
|
|
|
|
warning: ExprStmt
|
|
|
|
--> $DIR/tests/span/js/stmt/do-while.js:2:5
|
|
|
|
|
|
|
|
|
2 | foo()
|
|
|
|
| ^^^^^
|
|
|
|
|
|
|
|
warning: Expr
|
|
|
|
--> $DIR/tests/span/js/stmt/do-while.js:2:5
|
|
|
|
|
|
|
|
|
2 | foo()
|
|
|
|
| ^^^^^
|
|
|
|
|
|
|
|
warning: CallExpr
|
|
|
|
--> $DIR/tests/span/js/stmt/do-while.js:2:5
|
|
|
|
|
|
|
|
|
2 | foo()
|
|
|
|
| ^^^^^
|
|
|
|
|
2022-01-10 16:54:42 +03:00
|
|
|
warning: Callee
|
2020-08-05 06:34:44 +03:00
|
|
|
--> $DIR/tests/span/js/stmt/do-while.js:2:5
|
|
|
|
|
|
|
|
|
2 | foo()
|
|
|
|
| ^^^
|
|
|
|
|
|
|
|
warning: Expr
|
|
|
|
--> $DIR/tests/span/js/stmt/do-while.js:2:5
|
|
|
|
|
|
|
|
|
2 | foo()
|
|
|
|
| ^^^
|
|
|
|
|
|
|
|
warning: Ident
|
|
|
|
--> $DIR/tests/span/js/stmt/do-while.js:2:5
|
|
|
|
|
|
|
|
|
2 | foo()
|
|
|
|
| ^^^
|
|
|
|
|