type github.com/evanw/esbuild/internal/js_ast.ECall
54 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L440: type ECall struct {
js_ast.go#L457: func (a *ECall) HasSameFlagsAs(b *ECall) bool {
js_ast.go#L657: func (*ECall) isExpr() {}
js_ast.go#L688: case *ECall:
js_ast.go#L1200: if call, ok := expr.Value.Data.(*ECall); ok {
github.com/evanw/esbuild/internal/bundler
linker.go#L1703: nsExportStmts = append(nsExportStmts, js_ast.Stmt{Data: &js_ast.SExpr{Value: js_ast.Expr{Data: &js_ast.ECall{
linker.go#L1725: nsExportStmts = append(nsExportStmts, js_ast.Stmt{Data: &js_ast.SExpr{Value: js_ast.Expr{Data: &js_ast.ECall{
linker.go#L1787: cjsWrapStmt = js_ast.Stmt{Data: &js_ast.SExpr{Value: js_ast.Expr{Data: &js_ast.ECall{
linker.go#L1794: cjsWrapStmt = js_ast.Stmt{Data: &js_ast.SReturn{Value: &js_ast.Expr{Data: &js_ast.ECall{
linker.go#L1799: cjsWrapStmt = js_ast.Stmt{Data: &js_ast.SExpr{Value: js_ast.Expr{Data: &js_ast.ECall{
linker.go#L1811: js_ast.Expr{Data: &js_ast.ECall{
linker.go#L1818: cjsWrapStmt = js_ast.Stmt{Data: &js_ast.SExportDefault{Value: js_ast.ExprOrStmt{Expr: &js_ast.Expr{Data: &js_ast.ECall{
linker.go#L3087: Data: &js_ast.SExpr{Value: js_ast.Expr{Loc: stmt.Loc, Data: &js_ast.ECall{
linker.go#L3108: Data: &js_ast.SExpr{Value: js_ast.Expr{Loc: stmt.Loc, Data: &js_ast.ECall{
linker.go#L3407: value = js_ast.Expr{Data: &js_ast.ECall{
linker.go#L3412: value = js_ast.Expr{Data: &js_ast.ECall{
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L954: case *js_ast.ECall:
js_parser.go#L955: if b, ok := right.(*js_ast.ECall); ok && a.HasSameFlagsAs(b) &&
js_parser.go#L1534: return js_ast.Expr{Loc: loc, Data: &js_ast.ECall{
js_parser.go#L2436: return js_ast.Expr{Loc: loc, Data: &js_ast.ECall{
js_parser.go#L3302: case *js_ast.ECall:
js_parser.go#L3408: left = js_ast.Expr{Loc: left.Loc, Data: &js_ast.ECall{
js_parser.go#L3426: left = js_ast.Expr{Loc: left.Loc, Data: &js_ast.ECall{
js_parser.go#L3520: left = js_ast.Expr{Loc: left.Loc, Data: &js_ast.ECall{
js_parser.go#L7309: case *js_ast.ECall:
js_parser.go#L7839: if y, ok := e.Yes.Data.(*js_ast.ECall); ok && len(y.Args) > 0 {
js_parser.go#L7840: if n, ok := e.No.Data.(*js_ast.ECall); ok && len(n.Args) == len(y.Args) &&
js_parser.go#L7935: value.Data.(*js_ast.ECall).CanBeUnwrappedIfUnused = true
js_parser.go#L8923: return js_ast.Expr{Loc: loc, Data: &js_ast.ECall{
js_parser.go#L9991: return js_ast.Expr{Loc: expr.Loc, Data: &js_ast.ECall{
js_parser.go#L11146: value := p.callRuntime(arg.Loc, "__toModule", []js_ast.Expr{{Loc: arg.Loc, Data: &js_ast.ECall{
js_parser.go#L11156: return js_ast.Expr{Loc: arg.Loc, Data: &js_ast.ECall{
js_parser.go#L11158: Target: js_ast.Expr{Loc: arg.Loc, Data: &js_ast.ECall{
js_parser.go#L11178: case *js_ast.ECall:
js_parser.go#L11241: return js_ast.Expr{Loc: arg.Loc, Data: &js_ast.ECall{
js_parser.go#L11317: return targetWrapFunc(js_ast.Expr{Loc: target.Loc, Data: &js_ast.ECall{
js_parser.go#L11367: return js_ast.Expr{Loc: arg.Loc, Data: &js_ast.ECall{
js_parser.go#L12344: case *js_ast.ECall:
js_parser.go#L12567: case *js_ast.ECall:
js_parser_lower.go#L494: case *js_ast.ECall:
js_parser_lower.go#L644: if _, ok := chain[i-1].Data.(*js_ast.ECall); ok {
js_parser_lower.go#L659: case *js_ast.ECall:
js_parser_lower.go#L664: result = js_ast.Expr{Loc: loc, Data: &js_ast.ECall{
js_parser_lower.go#L681: result = privateThisWrapFunc(js_ast.Expr{Loc: loc, Data: &js_ast.ECall{
js_parser_lower.go#L694: result = js_ast.Expr{Loc: loc, Data: &js_ast.ECall{
js_parser_lower.go#L1838: expr = js_ast.Expr{Loc: loc, Data: &js_ast.ECall{
js_parser_lower.go#L1922: expr := js_ast.Expr{Loc: loc, Data: &js_ast.ECall{
js_parser_lower.go#L2013: ctor.Fn.Body.Stmts = append(ctor.Fn.Body.Stmts, js_ast.Stmt{Loc: classLoc, Data: &js_ast.SExpr{Value: js_ast.Expr{Loc: classLoc, Data: &js_ast.ECall{
js_parser_lower.go#L2281: return js_ast.Expr{Loc: loc, Data: &js_ast.ECall{
js_parser_lower.go#L2287: func (p *parser) maybeLowerSuperPropertyAccessInsideCall(call *js_ast.ECall) {
ts_parser.go#L847: value.Data = &js_ast.ECall{
ts_parser.go#L1046: stmts = append(stmts, js_ast.Stmt{Loc: stmtLoc, Data: &js_ast.SExpr{Value: js_ast.Expr{Loc: stmtLoc, Data: &js_ast.ECall{
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L1440: case *js_ast.ECall:
 |
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. |