Home
last modified time | relevance | path

Searched refs:CreateBlockExpression (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DrecordLowering.h31 …ir::Expression *CreateBlockExpression(ir::ObjectExpression *expr, checker::Type *keyType, checker:…
DrecordLowering.cpp163 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