Home
last modified time | relevance | path

Searched defs:Predicate (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/
Darkts-type-aliases-type.ts17 export type Predicate<T> = <T>(x: T) => boolean alias
/arkcompiler/ets_runtime/ecmascript/compiler/
Darray_bounds_check_elimination.cpp641 GateRef ArrayBoundsCheckElimination::Predicate(GateRef left, TypedBinOp cond, GateRef right) in Predicate() function in panda::ecmascript::kungfu::ArrayBoundsCheckElimination