Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/interop/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.ts987 function isReusableV2(node: ts.StructDeclaration): boolean { function
/developtools/ace_ets2bundle/compiler/src/
Dprocess_struct_componentV2.ts72 isReusableV2: boolean = false; property in StructInfo
115 …const isReusableV2: boolean = node.name && ts.isIdentifier(node.name) && isReuseInV2(node.name.get… constant
Dprocess_import.ts987 function isReusableV2(node: ts.StructDeclaration): boolean { function