Home
last modified time | relevance | path

Searched defs:isObjectType (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DunspecializedConstraints.ts57 isObjectType(): boolean { method in Type
/third_party/typescript/tests/baselines/reference/
DunspecializedConstraints.js233 Type.prototype.isObjectType = function () { method in Type
/third_party/typescript/src/linter/ArkTSLinter_1_0/
DUtils.ts656 export function isObjectType(tsType: Type): boolean { function
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DUtils.ts1716 export function isObjectType(type: Type): type is ObjectType { function