Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/arkui-plugins/memo-plugins/
Dfunction-transformer.ts263 …const isStableThis = this.stable > 0 && returnType !== undefined && arkts.isTSThisType(returnType); constant
Dutils.ts53 isStableThis?: boolean; property