github.com/evanw/esbuild/internal/js_parser.parser.weakMapRef (field)

6 uses

	github.com/evanw/esbuild/internal/js_parser (current package)
		js_parser.go#L76: 	weakMapRef     js_ast.Ref
		js_parser.go#L12640: 		weakMapRef:     js_ast.InvalidRef,
		js_parser_lower.go#L1827: 					if p.weakMapRef == js_ast.InvalidRef {
		js_parser_lower.go#L1828: 						p.weakMapRef = p.newSymbol(js_ast.SymbolUnbound, "WeakMap")
		js_parser_lower.go#L1829: 						p.moduleScope.Generated = append(p.moduleScope.Generated, p.weakMapRef)
		js_parser_lower.go#L1833: 						js_ast.Expr{Loc: loc, Data: &js_ast.ENew{Target: js_ast.Expr{Loc: loc, Data: &js_ast.EIdentifier{Ref: p.weakMapRef}}}},