Searched refs:ConstructorType (Results 1 – 5 of 5) sorted by relevance
24 export enum ConstructorType { enum51 type!: ConstructorType;66 case ConstructorType.ClassType:67 case ConstructorType.InstanceType:68 case ConstructorType.FiledType:71 case ConstructorType.RetainersType:116 if (this.type !== ConstructorType.ComparisonType) {121 if (this.type == ConstructorType.ComparisonType) {
21 ConstructorType,154 case ConstructorType.ClassType:157 case ConstructorType.InstanceType:158 case ConstructorType.FiledType:172 if (comparisonNode.type === ConstructorType.ComparisonType) {176 compareNode.type = ConstructorType.InstanceType;186 compareNode.type = ConstructorType.InstanceType;219 …if (!filStruct && (node.type == ConstructorType.ClassType || node.type == ConstructorType.Retainer…
17 import { AllocationFunction, ConstructorComparison, ConstructorItem, ConstructorType } from '../mod…692 diff.type = ConstructorType.ComparisonType;776 classItem.type = ConstructorType.ClassType;783 instanceItem.type = ConstructorType.InstanceType;803 nodeItem.type = ConstructorType.InstanceType;920 instanceItem.type = ConstructorType.FiledType;927 if (clickNode!.type == ConstructorType.FiledType) {968 if (item.type === ConstructorType.ClassType) {984 retainsItem.type = ConstructorType.RetainersType;987 if (item!.type == ConstructorType.RetainersType) {[all …]
22 ConstructorType557 if (item.type === ConstructorType.FiledType) {
24 import { ConstructorType } from '../../js-heap/model/UiStruct';1767 if (rowData.data.type === ConstructorType.RetainersType) {1779 rowData.data.type !== ConstructorType.ClassType