Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/base/
DTypeExpr.ts59 private opValue: Value | ArkBaseModel; property in TypeQueryExpr
92 const opValue = this.getOpValue(); constant
103 const opValue = this.getOpValue(); constant
111 const opValue = this.getOpValue(); constant
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/save/source/
DSourceTransformer.ts512 const opValue = type.getOpValue(); constant
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DIRInference.ts782 const opValue = expr.getOpValue(); constant
DArkValueTransformer.ts1838 let opValue: Value; variable