Searched defs:eqExpr (Results 1 – 1 of 1) sorted by relevance
339 type eqExpr struct { struct340 left, right starlarkExpr341 isEq bool // if false, it's !=344 func (eq *eqExpr) emit(gctx *generationContext) {360 func (_ *eqExpr) typ() starlarkType {364 func (eq *eqExpr) emitListVarCopy(gctx *generationContext) {368 func (eq *eqExpr) transform(transformer func(expr starlarkExpr) starlarkExpr) starlarkExpr {