Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DTypeInference.ts721 const propertyInitializer = property.getInitializer(); constant
722 const lastStmt = propertyInitializer[propertyInitializer.length - 1]; constant
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts2966 const propertyInitializer = property.initializer as ts.StringLiteral; constant