Lines Matching refs:call
23 function call(fn, arg) { function
30 var childs = call(childrenFunc, obj);
60 var kindResolved = call(kind, obj);
61 var nameResolved = call(name, obj);
62 var rectResolved = call(rect, obj);
65 call(stableId, obj);
72 timestamp: call(timestamp, obj),
74 …bounds: call(bounds, obj) || transformed_children.map((e) => e.bounds).find((e) => true) || undefi…
77 highlight: call(highlight, obj),
78 chips: call(chips, obj),
80 visible: call(visible, obj),
84 flattened: call(flattened, obj),