Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/koala-wrapper/src/generated/peers/
DSwitchCaseStatement.ts49 get consequent(): readonly Statement[] { method in SwitchCaseStatement
DIfStatement.ts49 get consequent(): Statement | undefined { method in IfStatement
DConditionalExpression.ts53 get consequent(): Expression | undefined { method in ConditionalExpression
/developtools/ace_ets2bundle/arkui-plugins/ui-plugins/property-translators/
Dlink.ts65 const consequent = arkts.BlockStatement.createBlockStatement([ constant
Dfactory.ts77 const consequent: arkts.Expression = arkts.factory.createUndefinedLiteral(); constant
Dlocalstorageprop.ts159 const consequent = arkts.BlockStatement.createBlockStatement([ constant
/developtools/ace_ets2bundle/koala-wrapper/src/arkts-api/
Dtypes.ts635 consequent: AstNode; property in IfStatement
/developtools/ace_ets2bundle/koala-wrapper/native/src/generated/
Dbridges.cc385 …_CreateIfStatement(KNativePointer context, KNativePointer test, KNativePointer consequent, KNative… in impl_CreateIfStatement()
396 …ePointer context, KNativePointer original, KNativePointer test, KNativePointer consequent, KNative… in impl_UpdateIfStatement()
910 …ditionalExpression(KNativePointer context, KNativePointer test, KNativePointer consequent, KNative… in impl_CreateConditionalExpression()
921 …ePointer context, KNativePointer original, KNativePointer test, KNativePointer consequent, KNative… in impl_UpdateConditionalExpression()
8424 …chCaseStatement(KNativePointer context, KNativePointer test, KNativePointerArray consequent, KUInt… in impl_CreateSwitchCaseStatement()
8435 …inter context, KNativePointer original, KNativePointer test, KNativePointerArray consequent, KUInt… in impl_UpdateSwitchCaseStatement()