Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DArkIRTransformer.ts219 const instanceAssignStmt = new ArkAssignStmt(leftOp, instanceInitValue); constant
221 const newInstanceInitStmts = [...instanceInitStmts, instanceAssignStmt]; constant