Home
last modified time | relevance | path

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

/third_party/typescript/src/deprecatedCompat/4.0/
DnodeFactoryTopLevelExports.ts1286 export const createLogicalNot = Debug.deprecate(function createLogicalNot(operand: Expression): Pre… constant
/third_party/typescript/lib/
Dtypescript.d.ts4293 createLogicalNot(operand: Expression): PrefixUnaryExpression; method
8508 const createLogicalNot: (operand: Expression) => PrefixUnaryExpression; constant
Dtsserverlibrary.d.ts8296 createLogicalNot(operand: Expression): PrefixUnaryExpression; method
12438 const createLogicalNot: (operand: Expression) => PrefixUnaryExpression; constant
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts4293 createLogicalNot(operand: Expression): PrefixUnaryExpression; method
8508 const createLogicalNot: (operand: Expression) => PrefixUnaryExpression; constant
Dtsserverlibrary.d.ts8296 createLogicalNot(operand: Expression): PrefixUnaryExpression; method
12438 const createLogicalNot: (operand: Expression) => PrefixUnaryExpression; constant
/third_party/typescript/src/compiler/
Dtypes.ts8602 createLogicalNot(operand: Expression): PrefixUnaryExpression; method