Home
last modified time | relevance | path

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

/third_party/typescript/src/linter/ArkTSLinter_1_0/
DUtils.ts126 const isNonPrimitive = (type.flags & TypeFlags.NonPrimitive) !== 0; constant
139 const isNonPrimitive = (type.flags & TypeFlags.NonPrimitive) !== 0; constant
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DUtils.ts303 const isNonPrimitive = (type.flags & TypeFlags.NonPrimitive) !== 0; constant