Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp1042 GateRef numArgsLessThanTwo = Int64LessThan(numArgs, IntPtr(2)); in ReduceRight() local
1150 GateRef numArgsLessThanTwo = Int64LessThan(numArgs, IntPtr(2)); in Reduce() local
Dbuiltins_array_stub_builder.cpp1695 GateRef numArgsLessThanTwo = Int64LessThan(numArgs, IntPtr(2)); in Reduce() local
3883 …GateRef numArgsLessThanTwo = Int64LessThan(numArgs, IntPtr(2)); // 2: callbackFn i… in ReduceRight() local