Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_typedarray_stub_builder.cpp1042 GateRef numArgsLessThanTwo = Int64LessThan(numArgs, IntPtr(2)); in ReduceRight() local
1150 GateRef numArgsLessThanTwo = Int64LessThan(numArgs, IntPtr(2)); in Reduce() local
H A Dbuiltins_array_stub_builder.cpp1689 GateRef numArgsLessThanTwo = Int64LessThan(numArgs, IntPtr(2)); in Reduce() local
4136 GateRef numArgsLessThanTwo = Int64LessThan(numArgs, IntPtr(2)); // 2: callbackFn initialValue in ReduceRight() local

Completed in 14 milliseconds