/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_bigint_test.cpp | 31 enum class AlgorithmType {
class [all...] |
H A D | builtins_date_time_format_first_test.cpp | 64 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 D | builtins_function_test.cpp | 61 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 D | builtins_shared_function_test.cpp | 63 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 D | builtins_symbol_test.cpp | 43 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 D | builtins_atomics_test.cpp | 179 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 D | builtins_dataview_test.cpp | 37 enum class AlgorithmType { class [all...] |
H A D | builtins_collator_test.cpp | 47 enum class AlgorithmType { class [all...] |
H A D | builtins_promise_test.cpp | 100 enum class AlgorithmType { class [all...] |
H A D | builtins_locale_test.cpp | 118 enum class AlgorithmType { class [all...] |
H A D | builtins_map_test.cpp | 76 enum class AlgorithmType { class
|
H A D | builtins_set_test.cpp | 75 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 D | builtins_shared_set_test.cpp | 87 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 D | builtins_shared_map_test.cpp | 164 enum class AlgorithmType { class
|
H A D | builtins_date_test.cpp | 47 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 D | builtins_string_test.cpp | 59 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...] |