Lines Matching refs:name
7 name: 'entries', property
18 name: nanos_to_string(entry.elapsedRealtimeNanos) + " - " + entry.where, property
31 name: '\n- methodId ' + entry?.inputMethodManager?.curId property
43 name: 'entries', property
54 name: nanos_to_string(entry.elapsedRealtimeNanos) + " - " + entry.where, property
67 name: '\n- windowVisible ' + entry?.windowVisible property
79 name: 'entries', property
90 name: nanos_to_string(entry.elapsedRealtimeNanos) + " - " + entry.where, property
103 name: '\n- methodId ' + entry?.curMethodId property
115 Object.getOwnPropertyNames(obj.inputConnectionCall).forEach(name => {
116 const value = Object.getOwnPropertyDescriptor(obj.inputConnectionCall, name)
117 if (!value.value) delete obj.inputConnectionCall[name]