Lines Matching refs:obj
26 let obj = Object.assign({}, entry)
27 if (obj.children) delete obj.children
30 obj.proto = Object.assign({}, proto)
31 if (obj.proto.children) delete obj.proto.children
32 if (obj.proto.childWindows) delete obj.proto.childWindows
33 if (obj.proto.childrenWindows) delete obj.proto.childrenWindows
34 if (obj.proto.childContainers) delete obj.proto.childContainers
35 if (obj.proto.windowToken) delete obj.proto.windowToken
36 if (obj.proto.rootDisplayArea) delete obj.proto.rootDisplayArea
37 if (obj.proto.rootWindowContainer) delete obj.proto.rootWindowContainer
38 if (obj.proto.windowContainer?.children) delete obj.proto.windowContainer.children
39 obj = ObjectFormatter.format(obj)
41 return obj