Searched defs:listExpr (Results 1 – 2 of 2) sorted by relevance
378 type listExpr struct { struct379 items []starlarkExpr382 func (l *listExpr) emit(gctx *generationContext) {408 func (_ *listExpr) typ() starlarkType {412 func (l *listExpr) emitListVarCopy(gctx *generationContext) {416 func (l *listExpr) transform(transformer func(expr starlarkExpr) starlarkExpr) starlarkExpr {
129 List<Expr> listExpr = List<Expr>::create(L.cur().range, vecExpr); in parseBaseExp() local