Lines Matching refs:call
18 function call(fn, arg) { function
25 var childs = call(childrenFunc, obj);
55 var kindResolved = call(kind, obj);
56 var nameResolved = call(name, obj);
57 var rectResolved = call(rect, obj);
60 call(stableId, obj);
67 timestamp: call(timestamp, obj),
69 …bounds: call(bounds, obj) || transformed_children.map((e) => e.bounds).find((e) => true) || undefi…
72 highlight: call(highlight, obj),
73 chips: call(chips, obj),
75 visible: call(visible, obj),
79 flattened: call(flattened, obj),