Home
last modified time | relevance | path

Searched defs:createPostfixIncrement (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/src/deprecatedCompat/4.0/
DnodeFactoryTopLevelExports.ts1281 export const createPostfixIncrement = Debug.deprecate(function createPostfixIncrement(operand: Expr… constant
/third_party/typescript/lib/
Dtypescript.d.ts4294 createPostfixIncrement(operand: Expression): PostfixUnaryExpression; method
8506 const createPostfixIncrement: (operand: Expression) => PostfixUnaryExpression; constant
Dtsserverlibrary.d.ts8297 createPostfixIncrement(operand: Expression): PostfixUnaryExpression; method
12436 const createPostfixIncrement: (operand: Expression) => PostfixUnaryExpression; constant
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts4294 createPostfixIncrement(operand: Expression): PostfixUnaryExpression; method
8506 const createPostfixIncrement: (operand: Expression) => PostfixUnaryExpression; constant
Dtsserverlibrary.d.ts8297 createPostfixIncrement(operand: Expression): PostfixUnaryExpression; method
12436 const createPostfixIncrement: (operand: Expression) => PostfixUnaryExpression; constant
/third_party/typescript/src/compiler/
Dtypes.ts8603 createPostfixIncrement(operand: Expression): PostfixUnaryExpression; method