type github.com/evanw/esbuild/internal/js_ast.SBreak
13 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L1156: type SBreak struct {
js_ast.go#L1195: func (*SBreak) isStmt() {}
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L635: case *js_ast.SBreak, *js_ast.SContinue, *js_ast.SReturn, *js_ast.SThrow:
js_parser.go#L972: case *js_ast.SBreak:
js_parser.go#L973: b, ok := right.(*js_ast.SBreak)
js_parser.go#L5919: return js_ast.Stmt{Loc: loc, Data: &js_ast.SBreak{Label: name}}
js_parser.go#L6415: *js_ast.SBreak, *js_ast.SContinue, *js_ast.SClass, *js_ast.SDebugger:
js_parser.go#L6912: case *js_ast.SBreak, *js_ast.SContinue:
js_parser.go#L7530: *js_ast.SBreak, *js_ast.SContinue, *js_ast.SDirective:
js_parser.go#L7570: if breakS, ok := ifS.Yes.Data.(*js_ast.SBreak); ok && breakS.Label == nil {
js_parser.go#L7589: if breakS, ok := ifS.No.Data.(*js_ast.SBreak); ok && breakS.Label == nil {
js_parser.go#L8125: case *js_ast.SBreak:
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L2981: case *js_ast.SBreak:
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |