Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_struct_componentV2.ts71 isReusableV2: boolean = false; property in StructInfo
114 …const isReusableV2: boolean = node.name && ts.isIdentifier(node.name) && isReuseInV2(node.name.get… constant
Dprocess_import.ts981 function isReusableV2(node: ts.StructDeclaration): boolean { function