Home
last modified time | relevance | path

Searched defs:isIntrinsicObjectType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/functions/
DisIntrinsicObjectType.ts18 export function isIntrinsicObjectType(type: ts.Type): boolean { function
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts2623 static isIntrinsicObjectType(type: ts.Type): boolean { method in TsUtils