Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp1908 GateRef numArgsLessThanTwo = Int64LessThan(numArgs, IntPtr(2)); in Reduce() local
4420 …GateRef numArgsLessThanTwo = Int64LessThan(numArgs, IntPtr(2)); // 2: callbackFn i… in ReduceRight() local
Dbuiltins_typedarray_stub_builder.cpp1020 GateRef numArgsLessThanTwo = Int64LessThan(numArgs, IntPtr(2)); in ReduceRight() local
1125 GateRef numArgsLessThanTwo = Int64LessThan(numArgs, IntPtr(2)); in Reduce() local