Home
last modified time | relevance | path

Searched defs:newBody (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_lower.cpp706 BlockNode *newBody = LowerBlock(*origBody); in LowerFunc() local
1021 BlockNode *newBody = ExpandArrayMrtBlock(*origBody); in ExpandArrayMrt() local
/arkcompiler/ets_frontend/ets2panda/linter/lib/autofixes/
DAutofixer.ts616 const newBody = ts.factory.createBlock(fieldInitStmts.concat(ctorDecl.body.statements), true); constant
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp3289 BlockNode *newBody = LowerBlock(*origBody); in LowerFunc() local