Home
last modified time | relevance | path

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

/third_party/typescript/src/deprecatedCompat/4.0/
DnodeFactoryTopLevelExports.ts1241 export const createLessThan = Debug.deprecate(function createLessThan(left: Expression, right: Expr… constant
/third_party/typescript/lib/
Dtypescript.d.ts4275 createLessThan(left: Expression, right: Expression): BinaryExpression; method
8490 const createLessThan: (left: Expression, right: Expression) => Expression; constant
Dtsserverlibrary.d.ts8278 createLessThan(left: Expression, right: Expression): BinaryExpression; method
12420 const createLessThan: (left: Expression, right: Expression) => Expression; constant
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts4275 createLessThan(left: Expression, right: Expression): BinaryExpression; method
8490 const createLessThan: (left: Expression, right: Expression) => Expression; constant
Dtsserverlibrary.d.ts8278 createLessThan(left: Expression, right: Expression): BinaryExpression; method
12420 const createLessThan: (left: Expression, right: Expression) => Expression; constant
/third_party/typescript/src/compiler/
Dtypes.ts8584 createLessThan(left: Expression, right: Expression): BinaryExpression; method