Lines Matching refs:obj
5 obj: entries, property
16 obj: entry, property
29 obj: transform_input_connection_call(entry), property
41 obj: entries, property
52 obj: entry, property
65 obj: transform_input_connection_call(entry), property
77 obj: entries, property
88 obj: entry, property
101 obj: entry, property
113 const obj = Object.assign({}, entry)
114 if (obj.inputConnectionCall) {
115 Object.getOwnPropertyNames(obj.inputConnectionCall).forEach(name => {
116 const value = Object.getOwnPropertyDescriptor(obj.inputConnectionCall, name)
117 if (!value.value) delete obj.inputConnectionCall[name]
120 return obj