Home
last modified time | relevance | path

Searched defs:thenBlock (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_builder.cpp1188 BlockNode *thenBlock = GetCurrentFuncCodeMp()->New<BlockNode>(); in CreateStmtIf() local
1197 auto *thenBlock = GetCurrentFuncCodeMp()->New<BlockNode>(); in CreateStmtIfThenElse() local
Dmir_parser.cpp431 BlockNode *thenBlock = nullptr; in ParseStmtIf() local