Searched refs:CreateBlockExpression (Results 1 – 2 of 2) sorted by relevance
31 …ir::Expression *CreateBlockExpression(ir::ObjectExpression *expr, checker::Type *keyType, checker:…
163 auto block = CreateBlockExpression(expr, typeArguments[0], typeArguments[1], ctx); in UpdateObjectExpression()175 ir::Expression *RecordLowering::CreateBlockExpression(ir::ObjectExpression *expr, checker::Type *ke… in CreateBlockExpression() function in ark::es2panda::compiler::RecordLowering