const github.com/evanw/esbuild/internal/js_ast.SymbolHoistedFunction
11 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L1247: SymbolHoistedFunction
js_ast.go#L1338: return kind == SymbolHoisted || kind == SymbolHoistedFunction
js_ast.go#L1346: return kind == SymbolHoistedFunction || kind == SymbolGeneratorOrAsyncFunction
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L1052: if kind != js_ast.SymbolHoistedFunction {
js_parser.go#L1251: case js_ast.SymbolTSNamespace, js_ast.SymbolHoistedFunction, js_ast.SymbolGeneratorOrAsyncFunction, js_ast.SymbolTSEnum, js_ast.SymbolClass:
js_parser.go#L1355: if symbol.Kind == js_ast.SymbolHoistedFunction {
js_parser.go#L1430: if symbol.Kind != js_ast.SymbolCatchIdentifier && symbol.Kind != js_ast.SymbolHoistedFunction {
js_parser.go#L2261: name.Ref = p.declareSymbol(js_ast.SymbolHoistedFunction, name.Loc, text)
js_parser.go#L2263: name.Ref = p.newSymbol(js_ast.SymbolHoistedFunction, text)
js_parser.go#L4992: kind := js_ast.SymbolHoistedFunction
js_parser.go#L6555: if !p.currentScope.Kind.StopsHoisting() && p.symbols[int(s.Fn.Name.Ref.InnerIndex)].Kind == js_ast.SymbolHoistedFunction {
![]() |
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. |