Lines Matching refs:entry
37 const entry = new WindowManagerState( constant
52 entry.kind = entry.constructor.name
53 entry.rects = entry.windowStates.reverse().map(it => it.rect)
54 if (!entry.isComplete()) {
55 entry.isIncompleteReason = entry.getIsIncompleteReason()
57 entry.obj = getPropertiesForDisplay(proto, entry)
58 entry.shortName = entry.name
59 entry.chips = []
60 entry.visible = true
61 entry.rawTreeViewObject = asRawTreeViewObject(entry)
63 console.warn("Created ", entry.kind, " stableId=", entry.stableId)
64 return entry
94 const entry = new RootWindowContainer(windowContainer) constant
96 return entry