Lines Matching defs:callBackFn
1878 GateRef CircuitBuilder::ArrayForEach(GateRef thisValue, GateRef callBackFn, GateRef usingThis, uint32_t pcOffset)
1885 {currentControl, currentDepend, thisValue, callBackFn, usingThis},
1892 GateRef CircuitBuilder::ArraySort(GateRef thisValue, GateRef callBackFn)
1899 {currentControl, currentDepend, thisValue, callBackFn},
1907 GateRef thisValue, GateRef callBackFn, GateRef usingThis, GateRef frameState, uint32_t pcOffset)
1914 {currentControl, currentDepend, thisValue, callBackFn, usingThis, frameState},
1922 GateRef thisValue, GateRef callBackFn, GateRef usingThis, GateRef frameState, uint32_t pcOffset)
1929 {currentControl, currentDepend, thisValue, callBackFn, usingThis, frameState},
1936 GateRef CircuitBuilder::ArraySome(GateRef thisValue, GateRef callBackFn, GateRef usingThis, uint32_t pcOffset)
1943 {currentControl, currentDepend, thisValue, callBackFn, usingThis},
1950 GateRef CircuitBuilder::ArrayEvery(GateRef thisValue, GateRef callBackFn, GateRef usingThis, uint32_t pcOffset)
1957 {currentControl, currentDepend, thisValue, callBackFn, usingThis},
1993 GateRef thisValue, GateRef callBackFn, GateRef usingThis, GateRef callIDRef, uint32_t pcOffset)
2000 {currentControl, currentDepend, thisValue, callBackFn, usingThis, callIDRef},