Searched defs:argLen (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_bigint_test.cpp | 40 static JSTaggedValue BigIntAlgorithm(JSThread *thread, std::vector<JSTaggedValue>& args, int32_t argLen,
in BigIntAlgorithm() argument
|
H A D | builtins_date_time_format_first_test.cpp | 71 AtomicsAlgorithm(JSThread *thread, JSHandle<JSDateTimeFormat>& jsDateTimeFormat, std::vector<JSTaggedValue> vals, uint32_t argLen, AlgorithmType type = AlgorithmType::ALGORITHM_FORMAT) AtomicsAlgorithm() argument
|
H A D | builtins_function_test.cpp | 67 FunctionAlgorithm(JSThread *thread, JSHandle<JSFunction> &thisArg, std::vector<JSTaggedValue> &args, uint32_t argLen, AlgorithmType type = AlgorithmType::PROTOTYPE_APPLY) FunctionAlgorithm() argument
|
H A D | builtins_shared_function_test.cpp | 69 FunctionAlgorithm(JSThread *thread, JSHandle<JSFunction> &thisArg, std::vector<JSTaggedValue> &args, uint32_t argLen, AlgorithmType type = AlgorithmType::PROTOTYPE_APPLY) FunctionAlgorithm() argument
|
H A D | builtins_locale_test.cpp | 148 LocaleAlgorithm(JSThread *thread, JSTaggedValue thisArg, std::vector<JSTaggedValue>& args, int32_t argLen, AlgorithmType type) LocaleAlgorithm() argument
|
H A D | builtins_map_test.cpp | 82 MapAlgorithm(JSThread *thread, JSTaggedValue thisArg, std::vector<JSTaggedValue>& args, int32_t argLen, AlgorithmType type) MapAlgorithm() argument
|
H A D | builtins_shared_map_test.cpp | 170 MapAlgorithm(JSThread *thread, JSTaggedValue thisArg, std::vector<JSTaggedValue>& args, int32_t argLen, AlgorithmType type) MapAlgorithm() argument
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_math.cpp | 387 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 D | builtins_array_stub_builder.cpp | 199 GateRef argLen = ZExtInt32ToInt64(ChangeIntPtrToInt32(numArgs)); in Unshift() local 428 GateRef argLen = ZExtInt32ToInt64(GetArrayLength(arg0)); in Concat() local
|
Completed in 17 milliseconds