github.com/evanw/esbuild/internal/js_parser.fnOrArrowDataVisit.superIndexRef (field)
8 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L406: superIndexRef *js_ast.Ref
js_parser_lower.go#L420: if p.fnOrArrowDataVisit.superIndexRef != nil {
js_parser_lower.go#L422: p.currentScope.Generated = append(p.currentScope.Generated, *p.fnOrArrowDataVisit.superIndexRef, argRef)
js_parser_lower.go#L425: Binding: js_ast.Binding{Loc: bodyLoc, Data: &js_ast.BIdentifier{Ref: *p.fnOrArrowDataVisit.superIndexRef}},
js_parser_lower.go#L2276: if p.fnOrArrowDataVisit.superIndexRef == nil {
js_parser_lower.go#L2278: p.fnOrArrowDataVisit.superIndexRef = &ref
js_parser_lower.go#L2280: p.recordUsage(*p.fnOrArrowDataVisit.superIndexRef)
js_parser_lower.go#L2282: Target: js_ast.Expr{Loc: loc, Data: &js_ast.EIdentifier{Ref: *p.fnOrArrowDataVisit.superIndexRef}},
![]() |
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. |