var github.com/evanw/esbuild/internal/js_ast.InvalidRef
55 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L1349: var InvalidRef Ref = Ref{^uint32(0), ^uint32(0)}
js_ast.go#L1808: if symbol.Link == InvalidRef {
js_ast.go#L1843: if oldSymbol.Link != InvalidRef {
js_ast.go#L1849: if newSymbol.Link != InvalidRef {
github.com/evanw/esbuild/internal/bundler
linker.go#L537: Link: js_ast.InvalidRef,
linker.go#L540: c.unboundModuleRef = js_ast.InvalidRef
linker.go#L1454: *inner = append(*inner, js_ast.Symbol{Kind: js_ast.SymbolOther, OriginalName: name, Link: js_ast.InvalidRef})
linker.go#L1565: Link: js_ast.InvalidRef,
linker.go#L1721: exportRef := js_ast.InvalidRef
linker.go#L1769: if exportRef != js_ast.InvalidRef {
linker.go#L2007: if namedImport.NamespaceRef != js_ast.InvalidRef {
linker.go#L2283: return importTracker{sourceIndex: otherSourceIndex, importRef: js_ast.InvalidRef}, importDisabled, nil
linker.go#L2290: return importTracker{sourceIndex: otherSourceIndex, importRef: js_ast.InvalidRef}, importCommonJSWithoutExports, nil
linker.go#L2295: return importTracker{sourceIndex: otherSourceIndex, importRef: js_ast.InvalidRef}, importCommonJS, nil
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L1024: LabelRef: js_ast.InvalidRef,
js_parser.go#L1192: Link: js_ast.InvalidRef,
js_parser.go#L1541: if p.promiseRef == js_ast.InvalidRef {
js_parser.go#L4600: fn.ArgumentsRef = js_ast.InvalidRef
js_parser.go#L4760: name = &js_ast.LocRef{Loc: nameLoc, Ref: js_ast.InvalidRef}
js_parser.go#L4944: name = &js_ast.LocRef{Loc: nameLoc, Ref: js_ast.InvalidRef}
js_parser.go#L8562: if value.Ref != js_ast.InvalidRef {
js_parser.go#L8892: tempRef := js_ast.InvalidRef
js_parser.go#L8907: if tempRef == js_ast.InvalidRef {
js_parser.go#L8935: if tempRef == js_ast.InvalidRef {
js_parser.go#L8970: classNameRef := js_ast.InvalidRef
js_parser.go#L8984: shadowRef := js_ast.InvalidRef
js_parser.go#L8985: if classNameRef != js_ast.InvalidRef {
js_parser.go#L9078: if shadowRef != js_ast.InvalidRef {
js_parser.go#L9081: shadowRef = js_ast.InvalidRef
js_parser.go#L9881: if p.importMetaRef != js_ast.InvalidRef {
js_parser.go#L11451: ArgumentsRef: js_ast.InvalidRef,
js_parser.go#L11967: NamespaceRef: js_ast.InvalidRef,
js_parser.go#L12057: NamespaceRef: js_ast.InvalidRef,
js_parser.go#L12111: if link == js_ast.InvalidRef {
js_parser.go#L12636: promiseRef: js_ast.InvalidRef,
js_parser.go#L12640: weakMapRef: js_ast.InvalidRef,
js_parser.go#L12641: weakSetRef: js_ast.InvalidRef,
js_parser.go#L12742: if p.importMetaRef != js_ast.InvalidRef {
js_parser.go#L12898: p.importMetaRef = js_ast.InvalidRef
js_parser.go#L12984: if scope.LabelRef != js_ast.InvalidRef {
js_parser_lower.go#L1552: if shadowRef != js_ast.InvalidRef {
js_parser_lower.go#L1708: if !prop.IsMethod && prop.IsStatic && avoidTDZ && shadowRef != js_ast.InvalidRef {
js_parser_lower.go#L1827: if p.weakMapRef == js_ast.InvalidRef {
js_parser_lower.go#L1897: if p.symbols[private.Ref.InnerIndex].Link == js_ast.InvalidRef {
js_parser_lower.go#L1903: if p.weakSetRef == js_ast.InvalidRef {
js_parser_lower.go#L2092: hasPotentialShadowCaptureEscape := shadowRef != js_ast.InvalidRef &&
js_parser_lower.go#L2174: if shadowRef != js_ast.InvalidRef {
js_parser_lower.go#L2203: if class.Name != nil && shadowRef != js_ast.InvalidRef {
ts_parser.go#L772: name := js_ast.LocRef{Loc: nameLoc, Ref: js_ast.InvalidRef}
ts_parser.go#L773: argRef := js_ast.InvalidRef
ts_parser.go#L786: Ref: js_ast.InvalidRef,
ts_parser.go#L886: name := js_ast.LocRef{Loc: nameLoc, Ref: js_ast.InvalidRef}
ts_parser.go#L933: argRef := js_ast.InvalidRef
ts_parser.go#L980: for symbol.Link != js_ast.InvalidRef {
github.com/evanw/esbuild/internal/renamer
renamer.go#L277: if scope.LabelRef != js_ast.InvalidRef {
 |
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. |