github.com/evanw/esbuild/internal/js_parser.fnOnlyDataVisit.thisClassStaticRef (field)
8 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L447: thisClassStaticRef *js_ast.Ref
js_parser.go#L9028: oldThis := p.fnOnlyDataVisit.thisClassStaticRef
js_parser.go#L9030: p.fnOnlyDataVisit.thisClassStaticRef = nil
js_parser.go#L9057: p.fnOnlyDataVisit.thisClassStaticRef = &shadowRef
js_parser.go#L9068: p.fnOnlyDataVisit.thisClassStaticRef = oldThis
js_parser.go#L9679: if p.fnOnlyDataVisit.thisClassStaticRef != nil {
js_parser.go#L9680: p.recordUsage(*p.fnOnlyDataVisit.thisClassStaticRef)
js_parser.go#L9681: return js_ast.Expr{Loc: loc, Data: &js_ast.EIdentifier{Ref: *p.fnOnlyDataVisit.thisClassStaticRef}}, true
![]() |
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. |