Home
last modified time | relevance | path

Searched defs:AlgorithmType (Results 1 - 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_bigint_test.cpp31 enum class AlgorithmType { class
[all...]
H A Dbuiltins_date_time_format_first_test.cpp64 enum class AlgorithmType { class
71 AtomicsAlgorithm(JSThread *thread, JSHandle<JSDateTimeFormat>& jsDateTimeFormat, std::vector<JSTaggedValue> vals, uint32_t argLen, AlgorithmType type = AlgorithmType::ALGORITHM_FORMAT) AtomicsAlgorithm() argument
[all...]
H A Dbuiltins_function_test.cpp61 enum class AlgorithmType { class
67 FunctionAlgorithm(JSThread *thread, JSHandle<JSFunction> &thisArg, std::vector<JSTaggedValue> &args, uint32_t argLen, AlgorithmType type = AlgorithmType::PROTOTYPE_APPLY) FunctionAlgorithm() argument
[all...]
H A Dbuiltins_shared_function_test.cpp63 enum class AlgorithmType { class
69 FunctionAlgorithm(JSThread *thread, JSHandle<JSFunction> &thisArg, std::vector<JSTaggedValue> &args, uint32_t argLen, AlgorithmType type = AlgorithmType::PROTOTYPE_APPLY) FunctionAlgorithm() argument
[all...]
H A Dbuiltins_symbol_test.cpp43 enum class AlgorithmType { class
53 SymbolAlgorithm(JSThread *thread, JSTaggedValue thisArg, std::vector<JSTaggedValue>& args, uint32_t argLen = 8, AlgorithmType type = AlgorithmType::TO_STRING) SymbolAlgorithm() argument
[all...]
H A Dbuiltins_atomics_test.cpp179 enum class AlgorithmType { class
193 AtomicsAlgorithm(JSThread *thread, JSHandle<JSTaggedValue>& obj, std::vector<int32_t>& vals, uint32_t argLen = 8, AlgorithmType type = AlgorithmType::ALGORITHM_LOAD) AtomicsAlgorithm() argument
[all...]
H A Dbuiltins_dataview_test.cpp37 enum class AlgorithmType { class
[all...]
H A Dbuiltins_collator_test.cpp47 enum class AlgorithmType { class
[all...]
H A Dbuiltins_promise_test.cpp100 enum class AlgorithmType { class
[all...]
H A Dbuiltins_locale_test.cpp118 enum class AlgorithmType { class
[all...]
H A Dbuiltins_map_test.cpp76 enum class AlgorithmType { class
H A Dbuiltins_set_test.cpp75 enum class AlgorithmType { class
80 SetAlgorithm(JSThread *thread, JSTaggedValue jsSet, std::vector<JSTaggedValue>& args, uint32_t argLen = 8, AlgorithmType type = AlgorithmType::ADD) SetAlgorithm() argument
[all...]
H A Dbuiltins_shared_set_test.cpp87 enum class AlgorithmType { class
92 SharedSetAlgorithm(JSThread *thread, JSTaggedValue jsSet, std::vector<JSTaggedValue>& args, uint32_t argLen = 8, AlgorithmType type = AlgorithmType::ADD) SharedSetAlgorithm() argument
[all...]
H A Dbuiltins_shared_map_test.cpp164 enum class AlgorithmType { class
H A Dbuiltins_date_test.cpp47 enum class AlgorithmType { class
53 DateAlgorithm(JSThread *thread, const JSTaggedValue& thisTag, std::vector<JSTaggedValue>& vals, uint32_t argLen = 8, AlgorithmType type = AlgorithmType::ALGORITHM_TO_STRING) DateAlgorithm() argument
[all...]
H A Dbuiltins_string_test.cpp59 enum class AlgorithmType { class
97 StringAlgorithm(JSThread *thread, JSTaggedValue thisArg, std::vector<JSTaggedValue>& args, uint32_t argLen = 8, AlgorithmType type = AlgorithmType::FROM_CHAR_CODE) StringAlgorithm() argument
[all...]

Completed in 14 milliseconds