Searched defs:Predicate (Results 1 – 2 of 2) sorted by relevance
17 export type Predicate<T> = <T>(x: T) => boolean alias
641 GateRef ArrayBoundsCheckElimination::Predicate(GateRef left, TypedBinOp cond, GateRef right) in Predicate() function in panda::ecmascript::kungfu::ArrayBoundsCheckElimination