Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/save/source/
DSourceBody.ts63 private lastStmt: Stmt; property in SourceBody
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DTypeInference.ts106 const lastStmt = stmts[stmts.length - 1]; constant
722 const lastStmt = propertyInitializer[propertyInitializer.length - 1]; constant
DIRInference.ts714 const lastStmt = fieldInitializer[fieldInitializer.length - 1]; constant
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/
DInteropBoxedTypeCheck.ts182 const lastStmt = initializer[initializer.length - 1]; constant
DNoTSLikeAsCheck.ts486 const lastStmt = fieldInitializer[fieldInitializer.length - 1]; constant
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h977 StmtNode *lastStmt = nullptr; variable
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp1345 auto lastStmt = st->Statements().back(); in Check() local