github.com/evanw/esbuild/internal/js_parser.parser.callRuntime (method)

25 uses

	github.com/evanw/esbuild/internal/js_parser (current package)
		js_parser.go#L1526: func (p *parser) callRuntime(loc logger.Loc, name string, args []js_ast.Expr) js_ast.Expr {
		js_parser.go#L7930: 	value = p.callRuntime(value.Loc, "__name", []js_ast.Expr{value,
		js_parser.go#L7941: 		Value: p.callRuntime(loc, "__name", []js_ast.Expr{
		js_parser.go#L10330: 				return p.callRuntime(expr.Loc, "__pow", []js_ast.Expr{e.Left, e.Right}), exprOut{}
		js_parser.go#L11146: 				value := p.callRuntime(arg.Loc, "__toModule", []js_ast.Expr{{Loc: arg.Loc, Data: &js_ast.ECall{
		js_parser.go#L12836: 		expr = p.callRuntime(expr.Loc, apiCall, []js_ast.Expr{expr})
		js_parser_lower.go#L412: 		callAsync := p.callRuntime(bodyLoc, "__async", []js_ast.Expr{
		js_parser_lower.go#L794: 			p.callRuntime(loc, "__pow", []js_ast.Expr{
		js_parser_lower.go#L802: 		return js_ast.Assign(a, p.callRuntime(loc, "__pow", []js_ast.Expr{b, e.Right}))
		js_parser_lower.go#L936: 				result = p.callRuntime(loc, "__assign",
		js_parser_lower.go#L946: 		result = p.callRuntime(loc, "__assign", []js_ast.Expr{result, *property.Value})
		js_parser_lower.go#L951: 		result = p.callRuntime(loc, "__assign", []js_ast.Expr{result, {Loc: loc, Data: &js_ast.EObject{
		js_parser_lower.go#L966: 		return p.callRuntime(target.Loc, "__privateMethod", []js_ast.Expr{
		js_parser_lower.go#L977: 		return p.callRuntime(target.Loc, "__privateGet", []js_ast.Expr{
		js_parser_lower.go#L985: 		return p.callRuntime(target.Loc, "__privateGet", []js_ast.Expr{
		js_parser_lower.go#L1004: 		return p.callRuntime(target.Loc, "__privateSet", []js_ast.Expr{
		js_parser_lower.go#L1013: 		return p.callRuntime(target.Loc, "__privateSet", []js_ast.Expr{
		js_parser_lower.go#L1325: 		assign(binding, p.callRuntime(binding.Loc, "__rest", []js_ast.Expr{init,
		js_parser_lower.go#L1508: 			return p.callRuntime(loc, "__restKey", []js_ast.Expr{{Loc: loc, Data: &js_ast.EIdentifier{Ref: k.Ref}}})
		js_parser_lower.go#L1518: 			return p.callRuntime(loc, "__restKey", []js_ast.Expr{{Loc: loc, Data: &js_ast.EIdentifier{Ref: tempRef}}})
		js_parser_lower.go#L1681: 							p.callRuntime(decorator.Loc, "__param", []js_ast.Expr{
		js_parser_lower.go#L1776: 				decorator := p.callRuntime(loc, "__decorate", []js_ast.Expr{
		js_parser_lower.go#L1852: 						expr = p.callRuntime(loc, "__publicField", []js_ast.Expr{target, prop.Key})
		js_parser_lower.go#L1854: 						expr = p.callRuntime(loc, "__publicField", []js_ast.Expr{target, prop.Key, init})
		js_parser_lower.go#L2231: 			p.callRuntime(classLoc, "__decorate", []js_ast.Expr{