const github.com/evanw/esbuild/internal/js_ast.ScopeBlock
17 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L1497: ScopeBlock ScopeKind = iota
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L4956: ifStmtScopeIndex = p.pushScopeForParsePass(js_ast.ScopeBlock, loc)
js_parser.go#L5489: p.pushScopeForParsePass(js_ast.ScopeBlock, bodyLoc)
js_parser.go#L5540: p.pushScopeForParsePass(js_ast.ScopeBlock, loc)
js_parser.go#L5550: p.pushScopeForParsePass(js_ast.ScopeBlock, catchLoc)
js_parser.go#L5592: p.pushScopeForParsePass(js_ast.ScopeBlock, finallyLoc)
js_parser.go#L5609: p.pushScopeForParsePass(js_ast.ScopeBlock, loc)
js_parser.go#L5960: p.pushScopeForParsePass(js_ast.ScopeBlock, loc)
js_parser.go#L7401: p.pushScopeForVisitPass(js_ast.ScopeBlock, stmt.Loc)
js_parser.go#L8261: p.pushScopeForVisitPass(js_ast.ScopeBlock, stmt.Loc)
js_parser.go#L8363: p.pushScopeForVisitPass(js_ast.ScopeBlock, stmt.Loc)
js_parser.go#L8405: p.pushScopeForVisitPass(js_ast.ScopeBlock, stmt.Loc)
js_parser.go#L8435: p.pushScopeForVisitPass(js_ast.ScopeBlock, stmt.Loc)
js_parser.go#L8451: p.pushScopeForVisitPass(js_ast.ScopeBlock, stmt.Loc)
js_parser.go#L8458: p.pushScopeForVisitPass(js_ast.ScopeBlock, s.Catch.Loc)
js_parser.go#L8468: p.pushScopeForVisitPass(js_ast.ScopeBlock, s.Finally.Loc)
js_parser.go#L8475: p.pushScopeForVisitPass(js_ast.ScopeBlock, s.BodyLoc)
 |
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. |