Home
last modified time | relevance | path

Searched defs:argLen (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_bigint_test.cpp40 static JSTaggedValue BigIntAlgorithm(JSThread *thread, std::vector<JSTaggedValue>& args, int32_t argLen, in BigIntAlgorithm() argument
H A Dbuiltins_date_time_format_first_test.cpp71 AtomicsAlgorithm(JSThread *thread, JSHandle<JSDateTimeFormat>& jsDateTimeFormat, std::vector<JSTaggedValue> vals, uint32_t argLen, AlgorithmType type = AlgorithmType::ALGORITHM_FORMAT) AtomicsAlgorithm() argument
H A Dbuiltins_function_test.cpp67 FunctionAlgorithm(JSThread *thread, JSHandle<JSFunction> &thisArg, std::vector<JSTaggedValue> &args, uint32_t argLen, AlgorithmType type = AlgorithmType::PROTOTYPE_APPLY) FunctionAlgorithm() argument
H A Dbuiltins_shared_function_test.cpp69 FunctionAlgorithm(JSThread *thread, JSHandle<JSFunction> &thisArg, std::vector<JSTaggedValue> &args, uint32_t argLen, AlgorithmType type = AlgorithmType::PROTOTYPE_APPLY) FunctionAlgorithm() argument
H A Dbuiltins_locale_test.cpp148 LocaleAlgorithm(JSThread *thread, JSTaggedValue thisArg, std::vector<JSTaggedValue>& args, int32_t argLen, AlgorithmType type) LocaleAlgorithm() argument
H A Dbuiltins_map_test.cpp82 MapAlgorithm(JSThread *thread, JSTaggedValue thisArg, std::vector<JSTaggedValue>& args, int32_t argLen, AlgorithmType type) MapAlgorithm() argument
H A Dbuiltins_shared_map_test.cpp170 MapAlgorithm(JSThread *thread, JSTaggedValue thisArg, std::vector<JSTaggedValue>& args, int32_t argLen, AlgorithmType type) MapAlgorithm() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_math.cpp387 uint32_t argLen = argv->GetArgsNumber(); in Hypot() local
513 uint32_t argLen = argv->GetArgsNumber(); in Max() local
559 uint32_t argLen = argv->GetArgsNumber(); in Min() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_array_stub_builder.cpp199 GateRef argLen = ZExtInt32ToInt64(ChangeIntPtrToInt32(numArgs)); in Unshift() local
428 GateRef argLen = ZExtInt32ToInt64(GetArrayLength(arg0)); in Concat() local

Completed in 17 milliseconds