Home
last modified time | relevance | path

Searched refs:TEST_F (Results 1 - 25 of 489) sorted by relevance

12345678910>>...20

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/ets_to_js/
H A Dscenarios.cpp23 TEST_F(EtsInteropScenariosEtsToJs, test_standalone_function_call) in TEST_F() function
28 TEST_F(EtsInteropScenariosEtsToJs, test_class_methodCall) in TEST_F() function
33 TEST_F(EtsInteropScenariosEtsToJs, test_class_methodCall_union) in TEST_F() function
38 TEST_F(EtsInteropScenariosEtsToJs, test_interface_methodCall) in TEST_F() function
43 TEST_F(EtsInteropScenariosEtsToJs, test_interface_methodCall_union) in TEST_F() function
49 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_class_getter) in TEST_F() function
54 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_class_getter_union) in TEST_F() function
60 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_class_setter) in TEST_F() function
65 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_class_setter_union) in TEST_F() function
70 TEST_F(EtsInteropScenariosEtsToJ function
75 TEST_F(EtsInteropScenariosEtsToJs, test_generic_function_call) TEST_F() function
80 TEST_F(EtsInteropScenariosEtsToJs, test_generic_function_with_union_call) TEST_F() function
85 TEST_F(EtsInteropScenariosEtsToJs, test_function_rest_params_call) TEST_F() function
90 TEST_F(EtsInteropScenariosEtsToJs, test_function_spread_params_call) TEST_F() function
95 TEST_F(EtsInteropScenariosEtsToJs, test_function_rest_params_union_call) TEST_F() function
100 TEST_F(EtsInteropScenariosEtsToJs, test_function_spread_params_union_call) TEST_F() function
105 TEST_F(EtsInteropScenariosEtsToJs, test_extend_class) TEST_F() function
112 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_any_call) TEST_F() function
118 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_unknown_call) TEST_F() function
124 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_undefined_call) TEST_F() function
130 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_tuple_call) TEST_F() function
136 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_function_arg_type_callable_call) TEST_F() function
141 TEST_F(EtsInteropScenariosEtsToJs, test_generic_type_as_parameter) TEST_F() function
146 TEST_F(EtsInteropScenariosEtsToJs, test_generic_type_as_return_value) TEST_F() function
151 TEST_F(EtsInteropScenariosEtsToJs, negative_test_overloaded_function) TEST_F() function
156 TEST_F(EtsInteropScenariosEtsToJs, negative_test_overloaded_method) TEST_F() function
161 TEST_F(EtsInteropScenariosEtsToJs, negative_test_overloaded_static_method) TEST_F() function
166 TEST_F(EtsInteropScenariosEtsToJs, test_default_value_defined_for_parameter) TEST_F() function
171 TEST_F(EtsInteropScenariosEtsToJs, test_default_value_defined_for_method_parameter) TEST_F() function
176 TEST_F(EtsInteropScenariosEtsToJs, test_default_value_defined_for_static_method_parameter) TEST_F() function
181 TEST_F(EtsInteropScenariosEtsToJs, test_default_value_define_for_parameter_undefine) TEST_F() function
186 TEST_F(EtsInteropScenariosEtsToJs, test_default_value_define_for_method_parameter_undefine) TEST_F() function
191 TEST_F(EtsInteropScenariosEtsToJs, test_default_value_define_for_static_method_parameter_undefine) TEST_F() function
196 TEST_F(EtsInteropScenariosEtsToJs, test_default_value_define_derived_class_method) TEST_F() function
201 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_optional_primitive_explicit) TEST_F() function
206 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_optional_primitive_default) TEST_F() function
211 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_primitive) TEST_F() function
216 TEST_F(EtsInteropScenariosEtsToJs, negative_test_function_arg_type_primitive) TEST_F() function
221 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_primitive_union) TEST_F() function
227 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_negative_test_function_arg_type_primitive_union) TEST_F() function
232 TEST_F(EtsInteropScenariosEtsToJs, test_function_return_type_primitive) TEST_F() function
237 TEST_F(EtsInteropScenariosEtsToJs, test_rest_params) TEST_F() function
243 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_interface_arg_ets_value) TEST_F() function
249 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_interface_generic_arg_ets_value) TEST_F() function
255 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_interface_arg_js_value) TEST_F() function
261 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_interface_generic_arg_js_value) TEST_F() function
267 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_interface_arg_js_anon_value) TEST_F() function
273 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_negative_test_interface_arg_wrong_ets_value) TEST_F() function
279 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_negative_test_interface_arg_incomplete_value) TEST_F() function
285 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_negative_test_interface_arg_not_callable) TEST_F() function
291 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_negative_test_interface_arg_wrong_prop_type) TEST_F() function
296 TEST_F(EtsInteropScenariosEtsToJs, test_async_function_literal) TEST_F() function
302 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_async_function_any) TEST_F() function
307 TEST_F(EtsInteropScenariosEtsToJs, test_async_function_extra_set) TEST_F() function
312 TEST_F(EtsInteropScenariosEtsToJs, test_async_function_subset_by_ref) TEST_F() function
317 TEST_F(EtsInteropScenariosEtsToJs, test_async_function_subset_by_value) TEST_F() function
322 TEST_F(EtsInteropScenariosEtsToJs, test_async_function_user_class) TEST_F() function
327 TEST_F(EtsInteropScenariosEtsToJs, test_async_function_user_interface_ret) TEST_F() function
333 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_async_function_user_interface_param) TEST_F() function
338 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_conflict_array) TEST_F() function
344 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_function_arg_type_conflict_boolean) TEST_F() function
349 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_conflict_string) TEST_F() function
355 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_function_arg_type_conflict_arraybuffer) TEST_F() function
361 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_function_arg_type_conflict_dataview) TEST_F() function
367 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_function_arg_type_conflict_date) TEST_F() function
372 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_conflict_error) TEST_F() function
378 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_function_arg_type_conflict_map) TEST_F() function
383 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_conflict_object) TEST_F() function
388 TEST_F(EtsInteropScenariosEtsToJs, test_return_value_is_this) TEST_F() function
393 TEST_F(EtsInteropScenariosEtsToJs, test_return_value_is_omitted) TEST_F() function
398 TEST_F(EtsInteropScenariosEtsToJs, test_rest_parameter) TEST_F() function
403 TEST_F(EtsInteropScenariosEtsToJs, test_spread_parameter) TEST_F() function
408 TEST_F(EtsInteropScenariosEtsToJs, test_function_overload) TEST_F() function
413 TEST_F(EtsInteropScenariosEtsToJs, test_callable_return_value) TEST_F() function
419 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_function_arg_string_literal_type) TEST_F() function
425 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_intersection_type) TEST_F() function
430 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_symbol_call) TEST_F() function
435 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_class_with_symbol_call) TEST_F() function
441 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_class_in_place_field_declarations) TEST_F() function
446 TEST_F(EtsInteropScenariosEtsToJs, test_function_returns_composite_type) TEST_F() function
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/conversion_types/ts_to_sts/conversion_array_int/
H A Dconversion_array_int.cpp23 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionIntToArrayInt) in TEST_F() function
28 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionIntToArrayNumber) in TEST_F() function
33 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionIntToArrayFloat) in TEST_F() function
38 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionIntToArrayByte) in TEST_F() function
43 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionIntToArrayShort) in TEST_F() function
48 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionIntToArrayLong) in TEST_F() function
53 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionIntToArrayDouble) in TEST_F() function
58 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionIntToArrayChar) in TEST_F() function
63 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionBinaryToArrayInt) in TEST_F() function
68 TEST_F(EtsConversionArrayIntTsToEtsTes function
73 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionBinaryToArrayFloat) TEST_F() function
78 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionBinaryToArrayByte) TEST_F() function
83 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionBinaryToArrayShort) TEST_F() function
88 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionBinaryToArrayLong) TEST_F() function
93 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionBinaryToArrayDouble) TEST_F() function
98 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionBinaryToArrayChar) TEST_F() function
103 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionIntStringToArrayInt) TEST_F() function
108 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionIntStringToArrayNumber) TEST_F() function
113 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionIntStringToArrayFloat) TEST_F() function
118 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionIntStringToArrayByte) TEST_F() function
123 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionIntStringToArrayShort) TEST_F() function
128 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionIntStringToArrayLong) TEST_F() function
133 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionIntStringToArrayDouble) TEST_F() function
138 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionIntStringToArrayChar) TEST_F() function
143 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionHexadecimalToArrayInt) TEST_F() function
148 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionHexadecimalToArrayNumber) TEST_F() function
153 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionHexadecimalToArrayFloat) TEST_F() function
158 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionHexadecimalToArrayByte) TEST_F() function
163 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionHexadecimalToArrayShort) TEST_F() function
168 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionHexadecimalToArrayLong) TEST_F() function
173 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionHexadecimalToArrayDouble) TEST_F() function
178 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionHexadecimalToArrayChar) TEST_F() function
183 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionFloatToArrayInt) TEST_F() function
188 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionFloatToArrayNumber) TEST_F() function
193 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionFloatToArrayFloat) TEST_F() function
198 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionFloatToArrayByte) TEST_F() function
203 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionFloatToArrayShort) TEST_F() function
208 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionFloatToArrayLong) TEST_F() function
213 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionFloatToArrayDouble) TEST_F() function
218 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionFloatToArrayChar) TEST_F() function
223 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionByteToArrayInt) TEST_F() function
228 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionByteToArrayNumber) TEST_F() function
233 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionByteToArrayFloat) TEST_F() function
238 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionByteToArrayByte) TEST_F() function
243 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionByteToArrayShort) TEST_F() function
248 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionByteToArrayLong) TEST_F() function
253 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionByteToArrayDouble) TEST_F() function
258 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionByteToArrayChar) TEST_F() function
263 TEST_F(EtsConversionArrayIntTsToEtsTest, DISABLED_CheckConversionBigIntToArrayInt) TEST_F() function
268 TEST_F(EtsConversionArrayIntTsToEtsTest, DISABLED_CheckConversionBigIntToArrayNumber) TEST_F() function
273 TEST_F(EtsConversionArrayIntTsToEtsTest, DISABLED_CheckConversionBigIntToArrayFloat) TEST_F() function
278 TEST_F(EtsConversionArrayIntTsToEtsTest, DISABLED_CheckConversionBigIntToArrayByte) TEST_F() function
283 TEST_F(EtsConversionArrayIntTsToEtsTest, DISABLED_CheckConversionBigIntToArrayShort) TEST_F() function
288 TEST_F(EtsConversionArrayIntTsToEtsTest, DISABLED_CheckConversionBigIntToArrayLong) TEST_F() function
293 TEST_F(EtsConversionArrayIntTsToEtsTest, DISABLED_CheckConversionBigIntArrayDouble) TEST_F() function
298 TEST_F(EtsConversionArrayIntTsToEtsTest, DISABLED_CheckConversionBigIntToArrayChar) TEST_F() function
303 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionExponentialToArrayInt) TEST_F() function
308 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionExponentialToArrayNumber) TEST_F() function
313 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionExponentialToArrayFloat) TEST_F() function
318 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionExponentialToArrayByte) TEST_F() function
323 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionExponentialToArrayShort) TEST_F() function
328 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionExponentialToArrayLong) TEST_F() function
333 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionExponentialArrayDouble) TEST_F() function
338 TEST_F(EtsConversionArrayIntTsToEtsTest, checkConversionExponentialToArrayChar) TEST_F() function
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_incorrect_conversion_types/ts_to_arkts/
H A Dincorrect_conversion_types.cpp23 TEST_F(EtsInteropIncorrectConversionTest, conversionTsObjToStr) in TEST_F() function
29 TEST_F(EtsInteropIncorrectConversionTest, conversionTsArrayNumToStr) in TEST_F() function
35 TEST_F(EtsInteropIncorrectConversionTest, conversionTsArrayStrToStr) in TEST_F() function
41 TEST_F(EtsInteropIncorrectConversionTest, conversionTsArrayNumToNum) in TEST_F() function
47 TEST_F(EtsInteropIncorrectConversionTest, conversionTsStrToNum) in TEST_F() function
53 TEST_F(EtsInteropIncorrectConversionTest, conversionTsStrToInt) in TEST_F() function
59 TEST_F(EtsInteropIncorrectConversionTest, conversionTsStrToBool) in TEST_F() function
65 TEST_F(EtsInteropIncorrectConversionTest, conversionTsStrToByte) in TEST_F() function
71 TEST_F(EtsInteropIncorrectConversionTest, conversionTsStrToShort) in TEST_F() function
77 TEST_F(EtsInteropIncorrectConversionTes function
83 TEST_F(EtsInteropIncorrectConversionTest, conversionTsStrToFloat) TEST_F() function
89 TEST_F(EtsInteropIncorrectConversionTest, conversionTsStrToDouble) TEST_F() function
95 TEST_F(EtsInteropIncorrectConversionTest, conversionTsStrToChar) TEST_F() function
102 TEST_F(EtsInteropIncorrectConversionTest, DISABLED_conversionTsStrToBigInt) TEST_F() function
108 TEST_F(EtsInteropIncorrectConversionTest, conversionTsBooleanToNum) TEST_F() function
114 TEST_F(EtsInteropIncorrectConversionTest, conversionTsBooleanToByte) TEST_F() function
120 TEST_F(EtsInteropIncorrectConversionTest, conversionTsBooleanToShort) TEST_F() function
126 TEST_F(EtsInteropIncorrectConversionTest, conversionTsBooleanToInt) TEST_F() function
132 TEST_F(EtsInteropIncorrectConversionTest, conversionTsBooleanToLong) TEST_F() function
138 TEST_F(EtsInteropIncorrectConversionTest, conversionTsBooleanToFloat) TEST_F() function
144 TEST_F(EtsInteropIncorrectConversionTest, conversionTsBooleanToDouble) TEST_F() function
150 TEST_F(EtsInteropIncorrectConversionTest, conversionTsBooleanToChar) TEST_F() function
156 TEST_F(EtsInteropIncorrectConversionTest, conversionTsBooleanToStr) TEST_F() function
163 TEST_F(EtsInteropIncorrectConversionTest, DISABLED_conversionTsBooleanToBigInt) TEST_F() function
169 TEST_F(EtsInteropIncorrectConversionTest, conversionTsUndefinedToNum) TEST_F() function
175 TEST_F(EtsInteropIncorrectConversionTest, conversionTsUndefinedToByte) TEST_F() function
181 TEST_F(EtsInteropIncorrectConversionTest, conversionTsUndefinedToShort) TEST_F() function
187 TEST_F(EtsInteropIncorrectConversionTest, conversionTsUndefinedToInt) TEST_F() function
193 TEST_F(EtsInteropIncorrectConversionTest, conversionTsUndefinedToLong) TEST_F() function
199 TEST_F(EtsInteropIncorrectConversionTest, conversionTsUndefinedToFloat) TEST_F() function
205 TEST_F(EtsInteropIncorrectConversionTest, conversionTsUndefinedToDouble) TEST_F() function
211 TEST_F(EtsInteropIncorrectConversionTest, conversionTsUndefinedToChar) TEST_F() function
217 TEST_F(EtsInteropIncorrectConversionTest, conversionTsUndefinedToBool) TEST_F() function
223 TEST_F(EtsInteropIncorrectConversionTest, conversionTsUndefinedToStr) TEST_F() function
230 TEST_F(EtsInteropIncorrectConversionTest, DISABLED_conversionTsUndefinedToBigInt) TEST_F() function
236 TEST_F(EtsInteropIncorrectConversionTest, conversionTsNullToNum) TEST_F() function
242 TEST_F(EtsInteropIncorrectConversionTest, conversionTsNullToByte) TEST_F() function
248 TEST_F(EtsInteropIncorrectConversionTest, conversionTsNullToShort) TEST_F() function
254 TEST_F(EtsInteropIncorrectConversionTest, conversionTsNullToInt) TEST_F() function
260 TEST_F(EtsInteropIncorrectConversionTest, conversionTsNullToLong) TEST_F() function
266 TEST_F(EtsInteropIncorrectConversionTest, conversionTsNullToFloat) TEST_F() function
272 TEST_F(EtsInteropIncorrectConversionTest, conversionTsNullToDouble) TEST_F() function
278 TEST_F(EtsInteropIncorrectConversionTest, conversionTsNullToChar) TEST_F() function
284 TEST_F(EtsInteropIncorrectConversionTest, conversionTsNullToBool) TEST_F() function
289 TEST_F(EtsInteropIncorrectConversionTest, conversionTsNumToInt) TEST_F() function
295 TEST_F(EtsInteropIncorrectConversionTest, conversionTsNumToByte) TEST_F() function
301 TEST_F(EtsInteropIncorrectConversionTest, conversionTsNumToShort) TEST_F() function
307 TEST_F(EtsInteropIncorrectConversionTest, conversionTsNumToLong) TEST_F() function
313 TEST_F(EtsInteropIncorrectConversionTest, conversionTsNumToChar) TEST_F() function
319 TEST_F(EtsInteropIncorrectConversionTest, conversionTsNumToBool) TEST_F() function
325 TEST_F(EtsInteropIncorrectConversionTest, conversionTsNumToStr) TEST_F() function
332 TEST_F(EtsInteropIncorrectConversionTest, DISABLED_conversionTsNumToBigInt) TEST_F() function
339 TEST_F(EtsInteropIncorrectConversionTest, DISABLED_conversionTsNullToBigInt) TEST_F() function
346 TEST_F(EtsInteropIncorrectConversionTest, DISABLED_conversionTsBigIntToNum) TEST_F() function
353 TEST_F(EtsInteropIncorrectConversionTest, DISABLED_conversionTsBigIntToByte) TEST_F() function
360 TEST_F(EtsInteropIncorrectConversionTest, DISABLED_conversionTsBigIntToShort) TEST_F() function
367 TEST_F(EtsInteropIncorrectConversionTest, DISABLED_conversionTsBigIntToInt) TEST_F() function
374 TEST_F(EtsInteropIncorrectConversionTest, DISABLED_conversionTsBigIntToLong) TEST_F() function
381 TEST_F(EtsInteropIncorrectConversionTest, DISABLED_conversionTsBigIntToFloat) TEST_F() function
388 TEST_F(EtsInteropIncorrectConversionTest, DISABLED_conversionTsBigIntToDouble) TEST_F() function
395 TEST_F(EtsInteropIncorrectConversionTest, DISABLED_conversionTsBigIntToChar) TEST_F() function
402 TEST_F(EtsInteropIncorrectConversionTest, DISABLED_conversionTsBigIntToBool) TEST_F() function
409 TEST_F(EtsInteropIncorrectConversionTest, DISABLED_conversionTsBigIntToStr) TEST_F() function
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/getter/ts_to_ets/
H A Dgetter.cpp23 TEST_F(EtsGetterTsToEtsTest, check_getter_public_class) in TEST_F() function
28 TEST_F(EtsGetterTsToEtsTest, check_create_public_getter_class_from_ts) in TEST_F() function
33 TEST_F(EtsGetterTsToEtsTest, check_public_getter_instance_class_from_ts) in TEST_F() function
38 TEST_F(EtsGetterTsToEtsTest, check_union_type_getter_class_int) in TEST_F() function
43 TEST_F(EtsGetterTsToEtsTest, check_create_union_type_getter_class_from_ts_int) in TEST_F() function
48 TEST_F(EtsGetterTsToEtsTest, check_instance_union_type_getter_class_from_ts_int) in TEST_F() function
53 TEST_F(EtsGetterTsToEtsTest, check_union_type_getter_class_string) in TEST_F() function
58 TEST_F(EtsGetterTsToEtsTest, check_create_union_type_getter_class_from_ts_string) in TEST_F() function
63 TEST_F(EtsGetterTsToEtsTest, check_instance_union_type_getter_class_from_ts_string) in TEST_F() function
68 TEST_F(EtsGetterTsToEtsTes function
73 TEST_F(EtsGetterTsToEtsTest, check_literal_type_getter_class_string) TEST_F() function
78 TEST_F(EtsGetterTsToEtsTest, check_create_literal_type_getter_class_from_ts_int) TEST_F() function
83 TEST_F(EtsGetterTsToEtsTest, check_create_literal_type_getter_class_from_ts_string) TEST_F() function
88 TEST_F(EtsGetterTsToEtsTest, check_instance_literal_type_getter_class_from_ts_int) TEST_F() function
93 TEST_F(EtsGetterTsToEtsTest, check_instance_literal_type_getter_class_from_ts_string) TEST_F() function
98 TEST_F(EtsGetterTsToEtsTest, check_tuple_type_getter_class) TEST_F() function
103 TEST_F(EtsGetterTsToEtsTest, check_create_tuple_type_getter_class_from_ts) TEST_F() function
108 TEST_F(EtsGetterTsToEtsTest, check_instance_tuple_type_getter_class_from_ts) TEST_F() function
113 TEST_F(EtsGetterTsToEtsTest, check_any_type_getter_class_int) TEST_F() function
118 TEST_F(EtsGetterTsToEtsTest, check_any_type_getter_class_string) TEST_F() function
123 TEST_F(EtsGetterTsToEtsTest, check_any_type_getter_class_bool) TEST_F() function
128 TEST_F(EtsGetterTsToEtsTest, check_any_type_getter_class_arr) TEST_F() function
133 TEST_F(EtsGetterTsToEtsTest, check_any_type_getter_class_obj) TEST_F() function
138 TEST_F(EtsGetterTsToEtsTest, DISABLED_check_any_type_getter_class_tuple) TEST_F() function
143 TEST_F(EtsGetterTsToEtsTest, check_any_type_getter_class_union) TEST_F() function
148 TEST_F(EtsGetterTsToEtsTest, check_create_any_type_getter_class_from_ts_int) TEST_F() function
153 TEST_F(EtsGetterTsToEtsTest, check_create_any_type_getter_class_from_ts_string) TEST_F() function
158 TEST_F(EtsGetterTsToEtsTest, check_create_any_type_getter_class_from_ts_bool) TEST_F() function
163 TEST_F(EtsGetterTsToEtsTest, check_create_any_type_getter_class_from_ts_arr) TEST_F() function
168 TEST_F(EtsGetterTsToEtsTest, check_create_any_type_getter_class_from_ts_obj) TEST_F() function
173 TEST_F(EtsGetterTsToEtsTest, check_create_any_type_getter_class_from_ts_tuple) TEST_F() function
178 TEST_F(EtsGetterTsToEtsTest, check_create_any_type_getter_class_from_ts_union) TEST_F() function
183 TEST_F(EtsGetterTsToEtsTest, check_instance_any_type_getter_class_from_ts_int) TEST_F() function
188 TEST_F(EtsGetterTsToEtsTest, check_instance_any_type_getter_class_from_ts_string) TEST_F() function
193 TEST_F(EtsGetterTsToEtsTest, check_instance_any_type_getter_class_from_ts_bool) TEST_F() function
198 TEST_F(EtsGetterTsToEtsTest, check_instance_any_type_getter_class_from_ts_arr) TEST_F() function
203 TEST_F(EtsGetterTsToEtsTest, check_instance_any_type_getter_class_from_ts_obj) TEST_F() function
208 TEST_F(EtsGetterTsToEtsTest, check_instance_any_type_getter_class_from_ts_tuple) TEST_F() function
213 TEST_F(EtsGetterTsToEtsTest, check_instance_any_type_getter_class_from_ts_union) TEST_F() function
218 TEST_F(EtsGetterTsToEtsTest, check_instance_any_explicit_type_getter_class_from_ts_explicit) TEST_F() function
223 TEST_F(EtsGetterTsToEtsTest, check_getter_subset_by_ref_class) TEST_F() function
228 TEST_F(EtsGetterTsToEtsTest, check_create_subset_by_ref_getter_class_from_ts) TEST_F() function
233 TEST_F(EtsGetterTsToEtsTest, check_instance_subset_by_ref_getter_class_from_ts) TEST_F() function
238 TEST_F(EtsGetterTsToEtsTest, check_getter_subset_by_value_class) TEST_F() function
243 TEST_F(EtsGetterTsToEtsTest, check_create_subset_by_value_getter_class_from_ts) TEST_F() function
248 TEST_F(EtsGetterTsToEtsTest, check_instance_subset_by_value_getter_class_from_ts) TEST_F() function
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_as_parameter/ts_to_sts/
H A Dgeneric_as_parameter.cpp23 TEST_F(EtsGenericAsParameterTsToEtsTest, checkAnyTypeParameterInt) in TEST_F() function
28 TEST_F(EtsGenericAsParameterTsToEtsTest, checkAnyTypeParameterString) in TEST_F() function
33 TEST_F(EtsGenericAsParameterTsToEtsTest, checkAnyTypeParameterBool) in TEST_F() function
38 TEST_F(EtsGenericAsParameterTsToEtsTest, checkAnyTypeParameterArr) in TEST_F() function
43 TEST_F(EtsGenericAsParameterTsToEtsTest, checkAnyTypeParameterObj) in TEST_F() function
48 TEST_F(EtsGenericAsParameterTsToEtsTest, checkAnyTypeParameterUnion) in TEST_F() function
53 TEST_F(EtsGenericAsParameterTsToEtsTest, checkAnyTypeParameterTuple) in TEST_F() function
58 TEST_F(EtsGenericAsParameterTsToEtsTest, checkAnyTypeParameterExplicitCallInt) in TEST_F() function
63 TEST_F(EtsGenericAsParameterTsToEtsTest, checkAnyTypeParameterExplicitCallString) in TEST_F() function
68 TEST_F(EtsGenericAsParameterTsToEtsTes function
73 TEST_F(EtsGenericAsParameterTsToEtsTest, checkAnyTypeParameterExplicitCallArr) TEST_F() function
78 TEST_F(EtsGenericAsParameterTsToEtsTest, checkAnyTypeParameterExplicitCallObj) TEST_F() function
83 TEST_F(EtsGenericAsParameterTsToEtsTest, checkAnyTypeParameterExplicitCallUnion) TEST_F() function
88 TEST_F(EtsGenericAsParameterTsToEtsTest, checkAnyTypeParameterExplicitCallTuple) TEST_F() function
93 TEST_F(EtsGenericAsParameterTsToEtsTest, checkAnyTypeParameterExplicitCallLiteral) TEST_F() function
98 TEST_F(EtsGenericAsParameterTsToEtsTest, checkGenericTypeFunctionReturnAnyInt) TEST_F() function
103 TEST_F(EtsGenericAsParameterTsToEtsTest, checkGenericTypeFunctionReturnAnyString) TEST_F() function
108 TEST_F(EtsGenericAsParameterTsToEtsTest, checkGenericTypeFunctionReturnAnyBool) TEST_F() function
113 TEST_F(EtsGenericAsParameterTsToEtsTest, checkGenericTypeFunctionReturnAnyArr) TEST_F() function
118 TEST_F(EtsGenericAsParameterTsToEtsTest, checkGenericTypeFunctionReturnAnyObj) TEST_F() function
123 TEST_F(EtsGenericAsParameterTsToEtsTest, checkGenericTypeFunctionReturnAnyUnion) TEST_F() function
128 TEST_F(EtsGenericAsParameterTsToEtsTest, checkGenericTypeFunctionReturnAnyTuple) TEST_F() function
133 TEST_F(EtsGenericAsParameterTsToEtsTest, checkGenericTypeFunctionExplicitCallInt) TEST_F() function
138 TEST_F(EtsGenericAsParameterTsToEtsTest, checkGenericTypeFunctionExplicitCallString) TEST_F() function
143 TEST_F(EtsGenericAsParameterTsToEtsTest, checkGenericTypeFunctionExplicitCallBool) TEST_F() function
148 TEST_F(EtsGenericAsParameterTsToEtsTest, checkGenericTypeFunctionExplicitCallArr) TEST_F() function
153 TEST_F(EtsGenericAsParameterTsToEtsTest, checkGenericTypeFunctionExplicitCallObj) TEST_F() function
158 TEST_F(EtsGenericAsParameterTsToEtsTest, checkGenericTypeFunctionExplicitCallUnion) TEST_F() function
163 TEST_F(EtsGenericAsParameterTsToEtsTest, checkGenericTypeFunctionExplicitCallTuple) TEST_F() function
168 TEST_F(EtsGenericAsParameterTsToEtsTest, checkGenericTypeFunctionExplicitCallLiteral) TEST_F() function
173 TEST_F(EtsGenericAsParameterTsToEtsTest, checkExtendGenericNumber) TEST_F() function
178 TEST_F(EtsGenericAsParameterTsToEtsTest, checkExtendGenericString) TEST_F() function
183 TEST_F(EtsGenericAsParameterTsToEtsTest, checkExtendGenericBool) TEST_F() function
188 TEST_F(EtsGenericAsParameterTsToEtsTest, checkExtendGenericArr) TEST_F() function
193 TEST_F(EtsGenericAsParameterTsToEtsTest, checkExtendGenericObj) TEST_F() function
198 TEST_F(EtsGenericAsParameterTsToEtsTest, checkExtendGenericUnion) TEST_F() function
203 TEST_F(EtsGenericAsParameterTsToEtsTest, checkExtendGenericTuple) TEST_F() function
208 TEST_F(EtsGenericAsParameterTsToEtsTest, checkExtendGenericLiteral) TEST_F() function
213 TEST_F(EtsGenericAsParameterTsToEtsTest, checkGenericExtendInterface) TEST_F() function
218 TEST_F(EtsGenericAsParameterTsToEtsTest, checkGenericExtendType) TEST_F() function
223 TEST_F(EtsGenericAsParameterTsToEtsTest, checkTupleGeneric) TEST_F() function
228 TEST_F(EtsGenericAsParameterTsToEtsTest, checkCollectGenericInt) TEST_F() function
233 TEST_F(EtsGenericAsParameterTsToEtsTest, checkCollectGenericString) TEST_F() function
238 TEST_F(EtsGenericAsParameterTsToEtsTest, checkCollectGenericBool) TEST_F() function
243 TEST_F(EtsGenericAsParameterTsToEtsTest, checkCollectGenericObj) TEST_F() function
248 TEST_F(EtsGenericAsParameterTsToEtsTest, checkGenericUserClass) TEST_F() function
253 TEST_F(EtsGenericAsParameterTsToEtsTest, checkCreateClassFromTs) TEST_F() function
258 TEST_F(EtsGenericAsParameterTsToEtsTest, checkUserClassInstance) TEST_F() function
263 TEST_F(EtsGenericAsParameterTsToEtsTest, checkGenericDefaultInt) TEST_F() function
268 TEST_F(EtsGenericAsParameterTsToEtsTest, checkGenericDefaultString) TEST_F() function
273 TEST_F(EtsGenericAsParameterTsToEtsTest, checkGenericDefaultBool) TEST_F() function
278 TEST_F(EtsGenericAsParameterTsToEtsTest, checkGenericDefaultArr) TEST_F() function
283 TEST_F(EtsGenericAsParameterTsToEtsTest, checkGenericDefaultObj) TEST_F() function
288 TEST_F(EtsGenericAsParameterTsToEtsTest, checkGenericDefaultUnion) TEST_F() function
293 TEST_F(EtsGenericAsParameterTsToEtsTest, checkGenericDefaultTuple) TEST_F() function
298 TEST_F(EtsGenericAsParameterTsToEtsTest, checkGenericDefaultLiteral) TEST_F() function
303 TEST_F(EtsGenericAsParameterTsToEtsTest, checkGenericDefaultIntCallFromTs) TEST_F() function
308 TEST_F(EtsGenericAsParameterTsToEtsTest, checkGenericDefaultStringCallFromTs) TEST_F() function
313 TEST_F(EtsGenericAsParameterTsToEtsTest, checkGenericDefaultBoolCallFromTs) TEST_F() function
318 TEST_F(EtsGenericAsParameterTsToEtsTest, checkGenericDefaultArrCallFromTs) TEST_F() function
323 TEST_F(EtsGenericAsParameterTsToEtsTest, checkGenericDefaultObjCallFromTs) TEST_F() function
328 TEST_F(EtsGenericAsParameterTsToEtsTest, checkGenericDefaultUnionCallFromTs) TEST_F() function
333 TEST_F(EtsGenericAsParameterTsToEtsTest, checkGenericDefaultTupleCallFromTs) TEST_F() function
338 TEST_F(EtsGenericAsParameterTsToEtsTest, checkGenericDefaultLiteralCallFromTs) TEST_F() function
343 TEST_F(EtsGenericAsParameterTsToEtsTest, checkGenericExtendClass) TEST_F() function
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/standalone_function/ets_to_js/
H A Darg_type.cpp25 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_any_call) in TEST_F() function
31 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_unknown_call) in TEST_F() function
37 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_undefined_call) in TEST_F() function
44 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_boolean_lit_call) in TEST_F() function
49 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_byte_lit_call) in TEST_F() function
54 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_float_lit_call) in TEST_F() function
59 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_int_lit_call) in TEST_F() function
64 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_long_lit_call) in TEST_F() function
69 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_number_lit_call) in TEST_F() function
74 TEST_F(EtsInteropScenariosEtsToJ function
79 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_string_lit_call) TEST_F() function
85 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_byte_call) TEST_F() function
91 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_function_arg_type_byte_call_neg) TEST_F() function
96 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_short_call) TEST_F() function
102 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_function_arg_type_short_call_neg) TEST_F() function
107 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_int_call) TEST_F() function
113 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_function_arg_type_int_call_neg) TEST_F() function
118 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_long_call) TEST_F() function
124 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_function_arg_type_long_call_neg) TEST_F() function
130 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_function_arg_type_float_call) TEST_F() function
136 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_function_arg_type_float_call_neg) TEST_F() function
142 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_function_arg_type_char_call) TEST_F() function
147 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_char_call_neg) TEST_F() function
153 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_boolean_call) TEST_F() function
159 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_function_arg_type_boolean_call_neg) TEST_F() function
164 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_string_call) TEST_F() function
169 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_string_call_neg) TEST_F() function
174 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_number_call) TEST_F() function
180 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_function_arg_type_number_call_neg) TEST_F() function
186 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_function_arg_type_object_call) TEST_F() function
191 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_class_call) TEST_F() function
196 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_class_call_neg) TEST_F() function
201 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_array_call) TEST_F() function
206 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_array_call_neg) TEST_F() function
212 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_tuple_call) TEST_F() function
217 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_tuple_call_neg) TEST_F() function
222 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_union_call) TEST_F() function
228 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_function_arg_type_union_call_neg) TEST_F() function
234 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_function_arg_type_callable_call) TEST_F() function
240 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_function_arg_type_callable_call_neg) TEST_F() function
245 TEST_F(EtsInteropScenariosEtsToJs, test_function_arg_type_interface_call) TEST_F() function
[all...]
H A Dret_type.cpp23 TEST_F(EtsInteropScenariosEtsToJs, test_function_ret_type_number_call) in TEST_F() function
28 TEST_F(EtsInteropScenariosEtsToJs, test_function_ret_type_byte_call) in TEST_F() function
33 TEST_F(EtsInteropScenariosEtsToJs, test_function_ret_type_short_call) in TEST_F() function
38 TEST_F(EtsInteropScenariosEtsToJs, test_function_ret_type_int_call) in TEST_F() function
43 TEST_F(EtsInteropScenariosEtsToJs, test_function_ret_type_long_call) in TEST_F() function
48 TEST_F(EtsInteropScenariosEtsToJs, test_function_ret_type_float_call) in TEST_F() function
53 TEST_F(EtsInteropScenariosEtsToJs, test_function_ret_type_char_call) in TEST_F() function
58 TEST_F(EtsInteropScenariosEtsToJs, test_function_ret_type_boolean_call) in TEST_F() function
63 TEST_F(EtsInteropScenariosEtsToJs, test_function_ret_type_string_call) in TEST_F() function
68 TEST_F(EtsInteropScenariosEtsToJ function
73 TEST_F(EtsInteropScenariosEtsToJs, test_function_ret_type_class_call) TEST_F() function
78 TEST_F(EtsInteropScenariosEtsToJs, test_function_ret_type_array_call) TEST_F() function
83 TEST_F(EtsInteropScenariosEtsToJs, test_function_ret_type_tuple_call) TEST_F() function
88 TEST_F(EtsInteropScenariosEtsToJs, test_function_ret_type_callable_call) TEST_F() function
93 TEST_F(EtsInteropScenariosEtsToJs, test_function_ret_type_number_lit_call) TEST_F() function
98 TEST_F(EtsInteropScenariosEtsToJs, test_function_ret_type_byte_lit_call) TEST_F() function
103 TEST_F(EtsInteropScenariosEtsToJs, test_function_ret_type_short_lit_call) TEST_F() function
108 TEST_F(EtsInteropScenariosEtsToJs, test_function_ret_type_int_lit_call) TEST_F() function
113 TEST_F(EtsInteropScenariosEtsToJs, test_function_ret_type_long_lit_call) TEST_F() function
118 TEST_F(EtsInteropScenariosEtsToJs, test_function_ret_type_float_lit_call) TEST_F() function
123 TEST_F(EtsInteropScenariosEtsToJs, test_function_ret_type_char_lit_call) TEST_F() function
128 TEST_F(EtsInteropScenariosEtsToJs, test_function_ret_type_boolean_lit_call) TEST_F() function
133 TEST_F(EtsInteropScenariosEtsToJs, test_function_ret_type_string_lit_call) TEST_F() function
138 TEST_F(EtsInteropScenariosEtsToJs, test_function_ret_type_interface_call) TEST_F() function
[all...]
H A Dopt_arg_type.cpp23 TEST_F(EtsInteropScenariosEtsToJs, test_function_opt_arg_type_any_call) in TEST_F() function
28 TEST_F(EtsInteropScenariosEtsToJs, test_function_opt_arg_type_undefined_call) in TEST_F() function
33 TEST_F(EtsInteropScenariosEtsToJs, test_function_opt_arg_type_unkown_call) in TEST_F() function
38 TEST_F(EtsInteropScenariosEtsToJs, test_function_opt_arg_type_number_call) in TEST_F() function
44 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_function_opt_arg_type_byte_call) in TEST_F() function
50 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_function_opt_arg_type_short_call) in TEST_F() function
56 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_function_opt_arg_type_int_call) in TEST_F() function
62 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_function_opt_arg_type_long_call) in TEST_F() function
68 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_function_opt_arg_type_float_call) in TEST_F() function
74 TEST_F(EtsInteropScenariosEtsToJ function
79 TEST_F(EtsInteropScenariosEtsToJs, test_function_opt_arg_type_boolean_call) TEST_F() function
84 TEST_F(EtsInteropScenariosEtsToJs, test_function_opt_arg_type_string_call) TEST_F() function
89 TEST_F(EtsInteropScenariosEtsToJs, test_function_opt_arg_type_object_call) TEST_F() function
94 TEST_F(EtsInteropScenariosEtsToJs, test_function_opt_arg_type_class_call) TEST_F() function
99 TEST_F(EtsInteropScenariosEtsToJs, test_function_opt_arg_type_array_call) TEST_F() function
104 TEST_F(EtsInteropScenariosEtsToJs, test_function_opt_arg_type_union_call) TEST_F() function
110 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_function_opt_arg_type_tuple_call) TEST_F() function
116 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_function_opt_arg_type_callable_call) TEST_F() function
[all...]
H A Dopt_default_arg_type.cpp23 TEST_F(EtsInteropScenariosEtsToJs, test_function_opt_default_arg_type_any_call) in TEST_F() function
28 TEST_F(EtsInteropScenariosEtsToJs, test_function_opt_default_arg_type_unknown_call) in TEST_F() function
33 TEST_F(EtsInteropScenariosEtsToJs, test_function_opt_default_arg_type_undefined_call) in TEST_F() function
38 TEST_F(EtsInteropScenariosEtsToJs, test_function_opt_default_arg_type_number_call) in TEST_F() function
43 TEST_F(EtsInteropScenariosEtsToJs, test_function_opt_default_arg_type_byte_call) in TEST_F() function
48 TEST_F(EtsInteropScenariosEtsToJs, test_function_opt_default_arg_type_short_call) in TEST_F() function
53 TEST_F(EtsInteropScenariosEtsToJs, test_function_opt_default_arg_type_int_call) in TEST_F() function
58 TEST_F(EtsInteropScenariosEtsToJs, test_function_opt_default_arg_type_long_call) in TEST_F() function
63 TEST_F(EtsInteropScenariosEtsToJs, test_function_opt_default_arg_type_float_call) in TEST_F() function
69 TEST_F(EtsInteropScenariosEtsToJ function
74 TEST_F(EtsInteropScenariosEtsToJs, test_function_opt_default_arg_type_boolean_call) TEST_F() function
79 TEST_F(EtsInteropScenariosEtsToJs, test_function_opt_default_arg_type_string_call) TEST_F() function
84 TEST_F(EtsInteropScenariosEtsToJs, test_function_opt_default_arg_type_object_call) TEST_F() function
89 TEST_F(EtsInteropScenariosEtsToJs, test_function_opt_default_arg_type_class_call) TEST_F() function
94 TEST_F(EtsInteropScenariosEtsToJs, test_function_opt_default_arg_type_array_call) TEST_F() function
99 TEST_F(EtsInteropScenariosEtsToJs, test_function_opt_default_arg_type_union_call) TEST_F() function
104 TEST_F(EtsInteropScenariosEtsToJs, test_function_opt_default_arg_type_tuple_call) TEST_F() function
110 TEST_F(EtsInteropScenariosEtsToJs, DISABLED_test_function_opt_default_arg_type_callable_call) TEST_F() function
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/constructor/ts_to_sts/
H A Dconstructor.cpp23 TEST_F(EtsConstructorTsToEtsTest, checkNamedClass) in TEST_F() function
28 TEST_F(EtsConstructorTsToEtsTest, checkCreateNamedClassFromTs) in TEST_F() function
33 TEST_F(EtsConstructorTsToEtsTest, checkNamedClassInstance) in TEST_F() function
38 TEST_F(EtsConstructorTsToEtsTest, checkAnonymousClass) in TEST_F() function
43 TEST_F(EtsConstructorTsToEtsTest, checkCreateAnonymousClassFromTs) in TEST_F() function
48 TEST_F(EtsConstructorTsToEtsTest, checkAnonymousClassInstance) in TEST_F() function
53 TEST_F(EtsConstructorTsToEtsTest, checkFunctionConstructor) in TEST_F() function
58 TEST_F(EtsConstructorTsToEtsTest, checkCreateFunctionConstructorFromTs) in TEST_F() function
63 TEST_F(EtsConstructorTsToEtsTest, checkFunctionConstructorInstance) in TEST_F() function
68 TEST_F(EtsConstructorTsToEtsTes function
73 TEST_F(EtsConstructorTsToEtsTest, DISABLED_checkIIFEClassError) TEST_F() function
78 TEST_F(EtsConstructorTsToEtsTest, checkCreateIIFEClassFromTs) TEST_F() function
83 TEST_F(EtsConstructorTsToEtsTest, checkIIFEClassInstance) TEST_F() function
88 TEST_F(EtsConstructorTsToEtsTest, checkIIFEConstructor) TEST_F() function
93 TEST_F(EtsConstructorTsToEtsTest, checkIIFEConstructorUndefined) TEST_F() function
98 TEST_F(EtsConstructorTsToEtsTest, checkCreateIIFEConstructorFromTs) TEST_F() function
103 TEST_F(EtsConstructorTsToEtsTest, checkIIFEConstructorInstance) TEST_F() function
108 TEST_F(EtsConstructorTsToEtsTest, DISABLED_checkMethodCreateConstructor) TEST_F() function
113 TEST_F(EtsConstructorTsToEtsTest, DISABLED_checkCreateMethodConstructorClass) TEST_F() function
118 TEST_F(EtsConstructorTsToEtsTest, DISABLED_checkMethodConstructorInstance) TEST_F() function
123 TEST_F(EtsConstructorTsToEtsTest, checkMethodCreateAnonymousClass) TEST_F() function
128 TEST_F(EtsConstructorTsToEtsTest, checkMethodCreateClassInstance) TEST_F() function
133 TEST_F(EtsConstructorTsToEtsTest, checkSimpleObject) TEST_F() function
138 TEST_F(EtsConstructorTsToEtsTest, DISABLED_checkSimpleArrowFunction) TEST_F() function
143 TEST_F(EtsConstructorTsToEtsTest, checkAbstractClass) TEST_F() function
148 TEST_F(EtsConstructorTsToEtsTest, checkCreateAbstractClassFromTs) TEST_F() function
153 TEST_F(EtsConstructorTsToEtsTest, checkAbstractInstance) TEST_F() function
158 TEST_F(EtsConstructorTsToEtsTest, checkChildClass) TEST_F() function
163 TEST_F(EtsConstructorTsToEtsTest, checkCreateChildClassFromTs) TEST_F() function
168 TEST_F(EtsConstructorTsToEtsTest, checkChildInstance) TEST_F() function
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/interface/ts_to_ets/
H A Dinterface_method.cpp23 TEST_F(EtsInterfaceTsToEtsTest, check_any_type_interface_class_string) in TEST_F() function
28 TEST_F(EtsInterfaceTsToEtsTest, check_any_type_interface_class_int) in TEST_F() function
33 TEST_F(EtsInterfaceTsToEtsTest, check_any_type_interface_class_bool) in TEST_F() function
38 TEST_F(EtsInterfaceTsToEtsTest, check_any_type_interface_class_array) in TEST_F() function
43 TEST_F(EtsInterfaceTsToEtsTest, check_any_type_interface_class_object) in TEST_F() function
48 TEST_F(EtsInterfaceTsToEtsTest, check_create_interface_class_any_type_method_string) in TEST_F() function
53 TEST_F(EtsInterfaceTsToEtsTest, check_create_interface_class_any_type_method_int) in TEST_F() function
58 TEST_F(EtsInterfaceTsToEtsTest, check_create_interface_class_any_type_method_bool) in TEST_F() function
63 TEST_F(EtsInterfaceTsToEtsTest, check_create_interface_class_any_type_method_array) in TEST_F() function
68 TEST_F(EtsInterfaceTsToEtsTes function
73 TEST_F(EtsInterfaceTsToEtsTest, check_union_type_interface_class_string) TEST_F() function
78 TEST_F(EtsInterfaceTsToEtsTest, check_union_type_interface_class_int) TEST_F() function
83 TEST_F(EtsInterfaceTsToEtsTest, check_create_interface_class_union_type_method_string) TEST_F() function
88 TEST_F(EtsInterfaceTsToEtsTest, check_create_interface_class_union_type_method_int) TEST_F() function
93 TEST_F(EtsInterfaceTsToEtsTest, check_subset_by_ref_interface) TEST_F() function
98 TEST_F(EtsInterfaceTsToEtsTest, check_subset_by_ref_interface_error) TEST_F() function
103 TEST_F(EtsInterfaceTsToEtsTest, check_subset_by_value_class) TEST_F() function
108 TEST_F(EtsInterfaceTsToEtsTest, check_create_subset_by_value_class_from_ts) TEST_F() function
113 TEST_F(EtsInterfaceTsToEtsTest, check_instance_interface_class_union_type_method_int) TEST_F() function
118 TEST_F(EtsInterfaceTsToEtsTest, check_instance_interface_class_union_type_method_string) TEST_F() function
123 TEST_F(EtsInterfaceTsToEtsTest, check_instance_subset_by_value_class_from_ts) TEST_F() function
128 TEST_F(EtsInterfaceTsToEtsTest, check_tuple_type_class) TEST_F() function
133 TEST_F(EtsInterfaceTsToEtsTest, check_create_tuple_class_from_ts) TEST_F() function
138 TEST_F(EtsInterfaceTsToEtsTest, check_instance_tuple_class_from_ts) TEST_F() function
143 TEST_F(EtsInterfaceTsToEtsTest, check_with_optional_method_class) TEST_F() function
148 TEST_F(EtsInterfaceTsToEtsTest, check_without_optional_method_class) TEST_F() function
153 TEST_F(EtsInterfaceTsToEtsTest, check_create_class_with_optional_method) TEST_F() function
158 TEST_F(EtsInterfaceTsToEtsTest, check_create_class_without_optional_method) TEST_F() function
163 TEST_F(EtsInterfaceTsToEtsTest, check_with_optional_method_instance_class) TEST_F() function
168 TEST_F(EtsInterfaceTsToEtsTest, check_without_optional_method_instance_class) TEST_F() function
173 TEST_F(EtsInterfaceTsToEtsTest, check_optional_arg_with_all_args) TEST_F() function
178 TEST_F(EtsInterfaceTsToEtsTest, check_optional_arg_with_one_args) TEST_F() function
183 TEST_F(EtsInterfaceTsToEtsTest, DISABLED_check_spread_operator_arg_with_all_args) TEST_F() function
188 TEST_F(EtsInterfaceTsToEtsTest, DISABLED_check_spread_operator_arg_with_one_args) TEST_F() function
193 TEST_F(EtsInterfaceTsToEtsTest, check_without_spread_operator_arg_with_all_args) TEST_F() function
198 TEST_F(EtsInterfaceTsToEtsTest, check_without_spread_operator_arg_with_one_args) TEST_F() function
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/js_to_ets/
H A Dscenarios.cpp23 TEST_F(EtsInteropScenariosJsToEts, test_standalone_function_call) in TEST_F() function
29 TEST_F(EtsInteropScenariosJsToEts, test_class_methodCall) in TEST_F() function
37 TEST_F(EtsInteropScenariosJsToEts, Test_interface_methodCall) in TEST_F() function
44 TEST_F(EtsInteropScenariosJsToEts, Test_class_getter) in TEST_F() function
50 TEST_F(EtsInteropScenariosJsToEts, Test_class_setter) in TEST_F() function
56 TEST_F(EtsInteropScenariosJsToEts, Test_lambda_function_call) in TEST_F() function
62 TEST_F(EtsInteropScenariosJsToEts, Test_generic_function_call) in TEST_F() function
68 TEST_F(EtsInteropScenariosJsToEts, Test_function_arg_type_any) in TEST_F() function
74 TEST_F(EtsInteropScenariosJsToEts, Test_function_arg_type_unknown) in TEST_F() function
80 TEST_F(EtsInteropScenariosJsToEt function
86 TEST_F(EtsInteropScenariosJsToEts, Test_function_arg_type_tuple) TEST_F() function
92 TEST_F(EtsInteropScenariosJsToEts, Test_function_return_type_any) TEST_F() function
98 TEST_F(EtsInteropScenariosJsToEts, Test_function_return_type_unknown) TEST_F() function
104 TEST_F(EtsInteropScenariosJsToEts, Test_function_return_type_undefined) TEST_F() function
111 TEST_F(EtsInteropScenariosJsToEts, DISABLED_Test_function_arg_type_callable) TEST_F() function
117 TEST_F(EtsInteropScenariosJsToEts, Test_default_value_define_for_parameter) TEST_F() function
123 TEST_F(EtsInteropScenariosJsToEts, Test_default_value_int_define_for_parameter) TEST_F() function
129 TEST_F(EtsInteropScenariosJsToEts, Test_generic_type_as_parameter) TEST_F() function
135 TEST_F(EtsInteropScenariosJsToEts, Test_generic_type_as_return_value) TEST_F() function
141 TEST_F(EtsInteropScenariosJsToEts, Test_function_arg_type_optional_primitive_explicit) TEST_F() function
147 TEST_F(EtsInteropScenariosJsToEts, Test_function_arg_type_optional_primitive_default) TEST_F() function
153 TEST_F(EtsInteropScenariosJsToEts, Test_function_arg_type_primitive) TEST_F() function
159 TEST_F(EtsInteropScenariosJsToEts, Test_function_return_type_primitive) TEST_F() function
165 TEST_F(EtsInteropScenariosJsToEts, Test_optional_call) TEST_F() function
171 TEST_F(EtsInteropScenariosJsToEts, Test_rest_params) TEST_F() function
177 TEST_F(EtsInteropScenariosJsToEts, Test_function_arg_type_union) TEST_F() function
183 TEST_F(EtsInteropScenariosJsToEts, Test_function_return_type_union) TEST_F() function
189 TEST_F(EtsInteropScenariosJsToEts, Test_class_method_arg_type_union) TEST_F() function
195 TEST_F(EtsInteropScenariosJsToEts, Test_class_method_return_type_union) TEST_F() function
201 TEST_F(EtsInteropScenariosJsToEts, Test_interface_methodCall_return_type_union) TEST_F() function
207 TEST_F(EtsInteropScenariosJsToEts, Test_static_methodCall) TEST_F() function
213 TEST_F(EtsInteropScenariosJsToEts, Test_static_methodCall_return_type_union) TEST_F() function
220 TEST_F(EtsInteropScenariosJsToEts, DISABLED_Test_return_value_is_this) TEST_F() function
226 TEST_F(EtsInteropScenariosJsToEts, Test_return_value_is_omitted) TEST_F() function
232 TEST_F(EtsInteropScenariosJsToEts, Test_function_rest_parameter) TEST_F() function
239 TEST_F(EtsInteropScenariosJsToEts, DISABLED_Test_function_spread_parameter) TEST_F() function
245 TEST_F(EtsInteropScenariosJsToEts, testFunctionOverload) TEST_F() function
251 TEST_F(EtsInteropScenariosJsToEts, testFunctionCallableReturnValue) TEST_F() function
257 TEST_F(EtsInteropScenariosJsToEts, testFunctionArgStringLiteralType) TEST_F() function
263 TEST_F(EtsInteropScenariosJsToEts, testFunctionIntersectionTypePrimitive) TEST_F() function
269 TEST_F(EtsInteropScenariosJsToEts, Test_class_in_place_field_declarations) TEST_F() function
275 TEST_F(EtsInteropScenariosJsToEts, Test_function_returns_composite_type_int) TEST_F() function
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/class_method/ts_to_sts/put_another_instance_class/
H A Dput_another_instance_class.cpp23 TEST_F(EtsClassMethodPutAnotherInstanceClassTsToEtsTest, checkChildClassMethod) in TEST_F() function
28 TEST_F(EtsClassMethodPutAnotherInstanceClassTsToEtsTest, checkCreateChildClassFromTs) in TEST_F() function
33 TEST_F(EtsClassMethodPutAnotherInstanceClassTsToEtsTest, checkInstanceChildClass) in TEST_F() function
38 TEST_F(EtsClassMethodPutAnotherInstanceClassTsToEtsTest, checkChildClassMethodOwnMethod) in TEST_F() function
43 TEST_F(EtsClassMethodPutAnotherInstanceClassTsToEtsTest, checkCreateChildClassFromTsOwnMethod) in TEST_F() function
48 TEST_F(EtsClassMethodPutAnotherInstanceClassTsToEtsTest, checkInstanceChildClassOwnMethod) in TEST_F() function
53 TEST_F(EtsClassMethodPutAnotherInstanceClassTsToEtsTest, checkUserClassMethod) in TEST_F() function
58 TEST_F(EtsClassMethodPutAnotherInstanceClassTsToEtsTest, checkCreateUserClassFromTs) in TEST_F() function
63 TEST_F(EtsClassMethodPutAnotherInstanceClassTsToEtsTest, checkInstanceUserClass) in TEST_F() function
68 TEST_F(EtsClassMethodPutAnotherInstanceClassTsToEtsTes function
73 TEST_F(EtsClassMethodPutAnotherInstanceClassTsToEtsTest, checkCreateInterfaceClassFromTs) TEST_F() function
78 TEST_F(EtsClassMethodPutAnotherInstanceClassTsToEtsTest, checkInstanceInterfaceClass) TEST_F() function
83 TEST_F(EtsClassMethodPutAnotherInstanceClassTsToEtsTest, checkStaticClassMethod) TEST_F() function
88 TEST_F(EtsClassMethodPutAnotherInstanceClassTsToEtsTest, checkCreateStaticClassFromTs) TEST_F() function
93 TEST_F(EtsClassMethodPutAnotherInstanceClassTsToEtsTest, checkPrivateClassMethod) TEST_F() function
98 TEST_F(EtsClassMethodPutAnotherInstanceClassTsToEtsTest, checkCreatePrivateClassFromTs) TEST_F() function
103 TEST_F(EtsClassMethodPutAnotherInstanceClassTsToEtsTest, checkInstancePrivateClass) TEST_F() function
108 TEST_F(EtsClassMethodPutAnotherInstanceClassTsToEtsTest, checkChildProtectedClassMethod) TEST_F() function
113 TEST_F(EtsClassMethodPutAnotherInstanceClassTsToEtsTest, checkCreateChildProtectedClassFromTs) TEST_F() function
118 TEST_F(EtsClassMethodPutAnotherInstanceClassTsToEtsTest, checkInstanceChildProtectedClass) TEST_F() function
123 TEST_F(EtsClassMethodPutAnotherInstanceClassTsToEtsTest, checkProtectedClassMethod) TEST_F() function
128 TEST_F(EtsClassMethodPutAnotherInstanceClassTsToEtsTest, checkCreateProtectedClassFromTs) TEST_F() function
133 TEST_F(EtsClassMethodPutAnotherInstanceClassTsToEtsTest, checkInstanceProtectedClass) TEST_F() function
138 TEST_F(EtsClassMethodPutAnotherInstanceClassTsToEtsTest, checkAbstractClassMethod) TEST_F() function
143 TEST_F(EtsClassMethodPutAnotherInstanceClassTsToEtsTest, checkCreateAbstractClassFromTs) TEST_F() function
148 TEST_F(EtsClassMethodPutAnotherInstanceClassTsToEtsTest, checkInstanceAbstractClass) TEST_F() function
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/constructor_as_arg/error/
H A Derror.cpp23 TEST_F(EtsConstructorAsArgErrorTsToEtsTest, check_create_class_function_int) in TEST_F() function
28 TEST_F(EtsConstructorAsArgErrorTsToEtsTest, check_create_class_function_string) in TEST_F() function
33 TEST_F(EtsConstructorAsArgErrorTsToEtsTest, check_create_class_function_obj) in TEST_F() function
38 TEST_F(EtsConstructorAsArgErrorTsToEtsTest, check_create_class_function_arr) in TEST_F() function
43 TEST_F(EtsConstructorAsArgErrorTsToEtsTest, check_create_class_function_arrow) in TEST_F() function
48 TEST_F(EtsConstructorAsArgErrorTsToEtsTest, check_create_class_arrow_function_int) in TEST_F() function
53 TEST_F(EtsConstructorAsArgErrorTsToEtsTest, check_create_class_arrow_function_string) in TEST_F() function
58 TEST_F(EtsConstructorAsArgErrorTsToEtsTest, check_create_class_arrow_function_obj) in TEST_F() function
63 TEST_F(EtsConstructorAsArgErrorTsToEtsTest, check_create_class_arrow_function_arr) in TEST_F() function
68 TEST_F(EtsConstructorAsArgErrorTsToEtsTes function
73 TEST_F(EtsConstructorAsArgErrorTsToEtsTest, check_parent_class_int) TEST_F() function
78 TEST_F(EtsConstructorAsArgErrorTsToEtsTest, check_parent_class_string) TEST_F() function
83 TEST_F(EtsConstructorAsArgErrorTsToEtsTest, check_parent_class_array) TEST_F() function
88 TEST_F(EtsConstructorAsArgErrorTsToEtsTest, check_parent_class_obj) TEST_F() function
93 TEST_F(EtsConstructorAsArgErrorTsToEtsTest, check_parent_class_arrow) TEST_F() function
98 TEST_F(EtsConstructorAsArgErrorTsToEtsTest, check_child_class_int) TEST_F() function
103 TEST_F(EtsConstructorAsArgErrorTsToEtsTest, check_child_class_string) TEST_F() function
108 TEST_F(EtsConstructorAsArgErrorTsToEtsTest, check_child_class_array) TEST_F() function
113 TEST_F(EtsConstructorAsArgErrorTsToEtsTest, check_child_class_obj) TEST_F() function
118 TEST_F(EtsConstructorAsArgErrorTsToEtsTest, check_child_class_arrow) TEST_F() function
123 TEST_F(EtsConstructorAsArgErrorTsToEtsTest, check_method_class_int) TEST_F() function
128 TEST_F(EtsConstructorAsArgErrorTsToEtsTest, check_method_class_string) TEST_F() function
133 TEST_F(EtsConstructorAsArgErrorTsToEtsTest, check_method_class_arr) TEST_F() function
138 TEST_F(EtsConstructorAsArgErrorTsToEtsTest, check_method_class_obj) TEST_F() function
143 TEST_F(EtsConstructorAsArgErrorTsToEtsTest, check_method_class_arrow) TEST_F() function
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/
H A Descompat.cpp23 TEST_F(ESCompatTest, compat_array) in TEST_F() function
29 TEST_F(ESCompatTest, compat_array_length) in TEST_F() function
34 TEST_F(ESCompatTest, compat_array_pop) in TEST_F() function
39 TEST_F(ESCompatTest, compat_array_fill) in TEST_F() function
44 TEST_F(ESCompatTest, compat_array_shift) in TEST_F() function
50 TEST_F(ESCompatTest, compat_array_slice) in TEST_F() function
56 TEST_F(ESCompatTest, compat_array_splice) in TEST_F() function
62 TEST_F(ESCompatTest, compat_array_to_spliced) in TEST_F() function
68 TEST_F(ESCompatTest, compat_array_copy_within) in TEST_F() function
74 TEST_F(ESCompatTes function
79 TEST_F(ESCompatTest, compat_array_last_index_of) TEST_F() function
85 TEST_F(ESCompatTest, compat_array_to_reversed) TEST_F() function
91 TEST_F(ESCompatTest, DISABLED_compat_array_sort) TEST_F() function
97 TEST_F(ESCompatTest, DISABLED_compat_array_to_sorted) TEST_F() function
103 TEST_F(ESCompatTest, DISABLED_compat_array_join) TEST_F() function
109 TEST_F(ESCompatTest, DISABLED_compat_array_some) TEST_F() function
115 TEST_F(ESCompatTest, DISABLED_compat_array_every) TEST_F() function
121 TEST_F(ESCompatTest, DISABLED_compat_array_filter) TEST_F() function
127 TEST_F(ESCompatTest, DISABLED_compat_array_filter_array) TEST_F() function
133 TEST_F(ESCompatTest, DISABLED_compat_array_map) TEST_F() function
139 TEST_F(ESCompatTest, DISABLED_compat_array_flat_map) TEST_F() function
145 TEST_F(ESCompatTest, DISABLED_compat_array_reduce) TEST_F() function
151 TEST_F(ESCompatTest, DISABLED_compat_array_reduce_right) TEST_F() function
157 TEST_F(ESCompatTest, DISABLED_compat_array_find_last) TEST_F() function
163 TEST_F(ESCompatTest, DISABLED_compat_array_find_index) TEST_F() function
169 TEST_F(ESCompatTest, DISABLED_compat_array_find) TEST_F() function
175 TEST_F(ESCompatTest, DISABLED_compat_array_is_array) TEST_F() function
181 TEST_F(ESCompatTest, DISABLED_compat_array_from_async) TEST_F() function
187 TEST_F(ESCompatTest, DISABLED_compat_boolean) TEST_F() function
193 TEST_F(ESCompatTest, DISABLED_compat_error) TEST_F() function
198 TEST_F(ESCompatTest, json_stringify) TEST_F() function
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/indexed_type/
H A Dindexed_type.cpp22 TEST_F(EtsIndexedType, getArrValueByIndex) in TEST_F() function
27 TEST_F(EtsIndexedType, changeArrValueByIndex) in TEST_F() function
32 TEST_F(EtsIndexedType, checkLengthArr) in TEST_F() function
37 TEST_F(EtsIndexedType, checkAllArrValue) in TEST_F() function
42 TEST_F(EtsIndexedType, getCustomArrValueByIndex) in TEST_F() function
47 TEST_F(EtsIndexedType, changeCustomArrValueByIndex) in TEST_F() function
52 TEST_F(EtsIndexedType, checkLengthCustomArr) in TEST_F() function
57 TEST_F(EtsIndexedType, checkAllCustomArrValue) in TEST_F() function
62 TEST_F(EtsIndexedType, getRecordValue) in TEST_F() function
67 TEST_F(EtsIndexedTyp in TEST_F() function
73 TEST_F(EtsIndexedType, DISABLED_getRecordValueIndex) TEST_F() function
79 TEST_F(EtsIndexedType, DISABLED_changeRecordValueIndex) TEST_F() function
85 TEST_F(EtsIndexedType, DISABLED_checkRecordValueLength) TEST_F() function
91 TEST_F(EtsIndexedType, DISABLED_checkRecordValue) TEST_F() function
96 TEST_F(EtsIndexedType, getTypedArrayValueByIndex) TEST_F() function
102 TEST_F(EtsIndexedType, DISABLED_changeTypedArrayValueByIndex) TEST_F() function
108 TEST_F(EtsIndexedType, DISABLED_checkLengthTypedArray) TEST_F() function
114 TEST_F(EtsIndexedType, DISABLED_checkAllTypedArrayValue) TEST_F() function
119 TEST_F(EtsIndexedType, getValueFromProxyRecord) TEST_F() function
124 TEST_F(EtsIndexedType, changeValueFromProxyRecord) TEST_F() function
130 TEST_F(EtsIndexedType, DISABLED_getValueFromProxyByKeyRecord) TEST_F() function
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_class_methods_returning_values/js_to_ets/
H A Dtest_class_methods.cpp25 TEST_F(EtsInteropClassMethodsReturningValuesTest, TestReturnIntegerAsAny) in TEST_F() function
32 TEST_F(EtsInteropClassMethodsReturningValuesTest, TestReturnStringAsAny) in TEST_F() function
40 TEST_F(EtsInteropClassMethodsReturningValuesTest, DISABLED_eTS_call_TS_TestReturnBigIntegerAsAny) in TEST_F() function
47 TEST_F(EtsInteropClassMethodsReturningValuesTest, TestReturnBooleanAsAny) in TEST_F() function
54 TEST_F(EtsInteropClassMethodsReturningValuesTest, TestReturnUndefinedAsAny) in TEST_F() function
61 TEST_F(EtsInteropClassMethodsReturningValuesTest, TestReturnNullAsAny) in TEST_F() function
68 TEST_F(EtsInteropClassMethodsReturningValuesTest, TestReturnMapAsAny) in TEST_F() function
75 TEST_F(EtsInteropClassMethodsReturningValuesTest, TestReturnSetAsAny) in TEST_F() function
82 TEST_F(EtsInteropClassMethodsReturningValuesTest, TestReturnStringAsLiteral) in TEST_F() function
90 TEST_F(EtsInteropClassMethodsReturningValuesTes function
97 TEST_F(EtsInteropClassMethodsReturningValuesTest, TestReturnIntAsLiteral) TEST_F() function
104 TEST_F(EtsInteropClassMethodsReturningValuesTest, TestReturnBoolAsLiteral) TEST_F() function
111 TEST_F(EtsInteropClassMethodsReturningValuesTest, TestReturnMap) TEST_F() function
118 TEST_F(EtsInteropClassMethodsReturningValuesTest, TestReturnSet) TEST_F() function
125 TEST_F(EtsInteropClassMethodsReturningValuesTest, TestReturnTuple) TEST_F() function
132 TEST_F(EtsInteropClassMethodsReturningValuesTest, TestReturnStringSubsetByRef) TEST_F() function
139 TEST_F(EtsInteropClassMethodsReturningValuesTest, TestReturnMapSubsetByRef) TEST_F() function
146 TEST_F(EtsInteropClassMethodsReturningValuesTest, TestReturnStringSubsetByValue) TEST_F() function
153 TEST_F(EtsInteropClassMethodsReturningValuesTest, TestReturnIntSubsetByValue) TEST_F() function
160 TEST_F(EtsInteropClassMethodsReturningValuesTest, TestReturnLongIntSubsetByValue) TEST_F() function
167 TEST_F(EtsInteropClassMethodsReturningValuesTest, TestReturnBoolSubsetByValue) TEST_F() function
174 TEST_F(EtsInteropClassMethodsReturningValuesTest, TestReturnUndefinedSubsetByValue) TEST_F() function
181 TEST_F(EtsInteropClassMethodsReturningValuesTest, TestReturnNullSubsetByValue) TEST_F() function
188 TEST_F(EtsInteropClassMethodsReturningValuesTest, TestReturnUnion) TEST_F() function
195 TEST_F(EtsInteropClassMethodsReturningValuesTest, TestReturnClass) TEST_F() function
202 TEST_F(EtsInteropClassMethodsReturningValuesTest, TestReturnInterface) TEST_F() function
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/standalone_function/js_to_ets/
H A Darg_type.cpp23 TEST_F(EtsInteropScenariosJsToEts, Test_function_arg_type_any) in TEST_F() function
29 TEST_F(EtsInteropScenariosJsToEts, Test_function_arg_type_unknown) in TEST_F() function
35 TEST_F(EtsInteropScenariosJsToEts, Test_function_arg_type_undefined) in TEST_F() function
41 TEST_F(EtsInteropScenariosJsToEts, Test_function_arg_type_double) in TEST_F() function
47 TEST_F(EtsInteropScenariosJsToEts, Test_function_arg_type_byte) in TEST_F() function
53 TEST_F(EtsInteropScenariosJsToEts, Test_function_arg_type_short) in TEST_F() function
59 TEST_F(EtsInteropScenariosJsToEts, Test_function_arg_type_int) in TEST_F() function
65 TEST_F(EtsInteropScenariosJsToEts, Test_function_arg_type_long) in TEST_F() function
71 TEST_F(EtsInteropScenariosJsToEts, Test_function_arg_type_float) in TEST_F() function
77 TEST_F(EtsInteropScenariosJsToEt function
83 TEST_F(EtsInteropScenariosJsToEts, Test_function_arg_type_boolean) TEST_F() function
89 TEST_F(EtsInteropScenariosJsToEts, Test_function_arg_type_string) TEST_F() function
95 TEST_F(EtsInteropScenariosJsToEts, Test_function_arg_type_object) TEST_F() function
101 TEST_F(EtsInteropScenariosJsToEts, Test_function_arg_type_class) TEST_F() function
107 TEST_F(EtsInteropScenariosJsToEts, Test_function_arg_type_array) TEST_F() function
113 TEST_F(EtsInteropScenariosJsToEts, Test_function_arg_type_tuple) TEST_F() function
119 TEST_F(EtsInteropScenariosJsToEts, Test_function_arg_type_callable) TEST_F() function
125 TEST_F(EtsInteropScenariosJsToEts, Test_function_arg_type_double_lit) TEST_F() function
131 TEST_F(EtsInteropScenariosJsToEts, Test_function_arg_type_byte_lit) TEST_F() function
137 TEST_F(EtsInteropScenariosJsToEts, Test_function_arg_type_short_lit) TEST_F() function
143 TEST_F(EtsInteropScenariosJsToEts, Test_function_arg_type_int_lit) TEST_F() function
149 TEST_F(EtsInteropScenariosJsToEts, Test_function_arg_type_long_lit) TEST_F() function
155 TEST_F(EtsInteropScenariosJsToEts, Test_function_arg_type_float_lit) TEST_F() function
161 TEST_F(EtsInteropScenariosJsToEts, Test_function_arg_type_char_lit) TEST_F() function
167 TEST_F(EtsInteropScenariosJsToEts, Test_function_arg_type_boolean_lit) TEST_F() function
173 TEST_F(EtsInteropScenariosJsToEts, Test_function_arg_type_string_lit) TEST_F() function
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/optional_reference_type/
H A Doptional_reference_type.cpp22 TEST_F(EtsPassingReferenceType, referenceAnyParam) in TEST_F() function
28 TEST_F(EtsPassingReferenceType, referenceAnyWithoutParam) in TEST_F() function
34 TEST_F(EtsPassingReferenceType, referenceLiteralParam) in TEST_F() function
40 TEST_F(EtsPassingReferenceType, referenceLiteralWithoutParam) in TEST_F() function
46 TEST_F(EtsPassingReferenceType, referenceExtraSetParam) in TEST_F() function
52 TEST_F(EtsPassingReferenceType, referenceExtraSetWithoutParam) in TEST_F() function
58 TEST_F(EtsPassingReferenceType, referenceSubsetPickParam) in TEST_F() function
64 TEST_F(EtsPassingReferenceType, referenceSubsetPickWithoutParam) in TEST_F() function
69 TEST_F(EtsPassingReferenceType, referenceSubsetOmitParam) in TEST_F() function
75 TEST_F(EtsPassingReferenceTyp function
81 TEST_F(EtsPassingReferenceType, referenceSubsetPartialParam) TEST_F() function
87 TEST_F(EtsPassingReferenceType, referenceSubsetPartialWithoutParam) TEST_F() function
93 TEST_F(EtsPassingReferenceType, referenceUnionArrParam) TEST_F() function
99 TEST_F(EtsPassingReferenceType, referenceUnionObjParam) TEST_F() function
104 TEST_F(EtsPassingReferenceType, referenceUnionWithoutParam) TEST_F() function
109 TEST_F(EtsPassingReferenceType, referenceClassParam) TEST_F() function
114 TEST_F(EtsPassingReferenceType, referenceClassWithoutParam) TEST_F() function
119 TEST_F(EtsPassingReferenceType, referenceInterfaceParam) TEST_F() function
124 TEST_F(EtsPassingReferenceType, referenceInterfaceWithoutParam) TEST_F() function
131 TEST_F(EtsPassingReferenceType, DISABLED_referenceObjectWithArr) TEST_F() function
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic/ts_to_ets/
H A Dgeneric.cpp23 TEST_F(EtsGenericTsToEtsTest, check_literal_class_generic) in TEST_F() function
28 TEST_F(EtsGenericTsToEtsTest, check_union_class_generic) in TEST_F() function
33 TEST_F(EtsGenericTsToEtsTest, check_interface_class_generic) in TEST_F() function
38 TEST_F(EtsGenericTsToEtsTest, check_abstract_class_generic) in TEST_F() function
43 TEST_F(EtsGenericTsToEtsTest, check_generic_class_generic) in TEST_F() function
48 TEST_F(EtsGenericTsToEtsTest, check_generic_literal_class_object_form_ts) in TEST_F() function
53 TEST_F(EtsGenericTsToEtsTest, check_generic_union_class_object_form_ts) in TEST_F() function
58 TEST_F(EtsGenericTsToEtsTest, check_generic_interface_class_object_form_ts) in TEST_F() function
63 TEST_F(EtsGenericTsToEtsTest, check_generic_abstract_class_object_form_ts) in TEST_F() function
68 TEST_F(EtsGenericTsToEtsTes function
73 TEST_F(EtsGenericTsToEtsTest, check_generic_function_type_any_int) TEST_F() function
78 TEST_F(EtsGenericTsToEtsTest, check_generic_function_type_any_bool) TEST_F() function
83 TEST_F(EtsGenericTsToEtsTest, check_generic_function_tuple_type) TEST_F() function
88 TEST_F(EtsGenericTsToEtsTest, check_generic_explicitly_declared_type) TEST_F() function
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/ets_to_js/indirect_call/package_indirect_union/
H A Dindirect_union.cpp23 TEST_F(EtsInteropScenariosEtsToJsIndirectCallUnion, test_function_arg_type_union_number_call) in TEST_F() function
28 TEST_F(EtsInteropScenariosEtsToJsIndirectCallUnion, test_function_arg_type_union_number_apply) in TEST_F() function
33 TEST_F(EtsInteropScenariosEtsToJsIndirectCallUnion, test_function_arg_type_union_number_bind_with_arg) in TEST_F() function
38 TEST_F(EtsInteropScenariosEtsToJsIndirectCallUnion, test_function_arg_type_union_number_bind_without_arg) in TEST_F() function
43 TEST_F(EtsInteropScenariosEtsToJsIndirectCallUnion, test_function_arg_type_union_string_call) in TEST_F() function
48 TEST_F(EtsInteropScenariosEtsToJsIndirectCallUnion, test_function_arg_type_union_string_apply) in TEST_F() function
53 TEST_F(EtsInteropScenariosEtsToJsIndirectCallUnion, test_function_arg_type_union_string_bind_with_arg) in TEST_F() function
58 TEST_F(EtsInteropScenariosEtsToJsIndirectCallUnion, test_function_arg_type_union_string_bind_without_arg) in TEST_F() function
63 TEST_F(EtsInteropScenariosEtsToJsIndirectCallUnion, test_function_return_type_union_number_call) in TEST_F() function
68 TEST_F(EtsInteropScenariosEtsToJsIndirectCallUnio function
73 TEST_F(EtsInteropScenariosEtsToJsIndirectCallUnion, test_function_return_type_union_number_bind_with_arg) TEST_F() function
78 TEST_F(EtsInteropScenariosEtsToJsIndirectCallUnion, test_function_return_type_union_number_bind_without_arg) TEST_F() function
83 TEST_F(EtsInteropScenariosEtsToJsIndirectCallUnion, test_function_return_type_union_string_call) TEST_F() function
88 TEST_F(EtsInteropScenariosEtsToJsIndirectCallUnion, test_function_return_type_union_string_apply) TEST_F() function
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/setter/ts_to_ets/
H A Dsetter_ts.cpp23 TEST_F(EtsSetterTsToEtsTest, check_abstract_сlass_setter) in TEST_F() function
28 TEST_F(EtsSetterTsToEtsTest, check_union_setter) in TEST_F() function
33 TEST_F(EtsSetterTsToEtsTest, check_interface_setter) in TEST_F() function
38 TEST_F(EtsSetterTsToEtsTest, check_user_class_setter) in TEST_F() function
43 TEST_F(EtsSetterTsToEtsTest, check_extends_class) in TEST_F() function
48 TEST_F(EtsSetterTsToEtsTest, check_extends_class_with_value) in TEST_F() function
53 TEST_F(EtsSetterTsToEtsTest, check_tuple_type_object_form_ts) in TEST_F() function
58 TEST_F(EtsSetterTsToEtsTest, check_setter_any_type_object_form_ts) in TEST_F() function
63 TEST_F(EtsSetterTsToEtsTest, check_setter_union_type_object_form_ts) in TEST_F() function
68 TEST_F(EtsSetterTsToEtsTes function
73 TEST_F(EtsSetterTsToEtsTest, check_setter_user_object_form_ts) TEST_F() function
78 TEST_F(EtsSetterTsToEtsTest, check_setter_subset_ref_set_object_form_ts) TEST_F() function
83 TEST_F(EtsSetterTsToEtsTest, check_setter_subset_value_set_object_form_ts) TEST_F() function
88 TEST_F(EtsSetterTsToEtsTest, check_setter_abstract_class_object_form_ts) TEST_F() function
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/passing_optional_type/
H A Dpassing_optional_type.cpp22 TEST_F(EtsPassingOptionalType, optionalAnyParam) in TEST_F() function
28 TEST_F(EtsPassingOptionalType, optionalAnyWithoutParam) in TEST_F() function
34 TEST_F(EtsPassingOptionalType, optionalAnyObjectParam) in TEST_F() function
40 TEST_F(EtsPassingOptionalType, optionalAnyObjectWithoutParam) in TEST_F() function
46 TEST_F(EtsPassingOptionalType, optionalLiteralParam) in TEST_F() function
52 TEST_F(EtsPassingOptionalType, optionalLiteralWithoutParam) in TEST_F() function
58 TEST_F(EtsPassingOptionalType, optionalLiteralObjectParam) in TEST_F() function
64 TEST_F(EtsPassingOptionalType, optionalLiteralObjectWithoutParam) in TEST_F() function
70 TEST_F(EtsPassingOptionalType, optionalExtraSetParam) in TEST_F() function
76 TEST_F(EtsPassingOptionalTyp function
82 TEST_F(EtsPassingOptionalType, optionalSubSetObjectReduseParam) TEST_F() function
88 TEST_F(EtsPassingOptionalType, optionalSubSetObjectPartialParam) TEST_F() function
94 TEST_F(EtsPassingOptionalType, optionalExtraSetObjectParam) TEST_F() function
100 TEST_F(EtsPassingOptionalType, optionalExtraSetObjectWithoutParam) TEST_F() function
106 TEST_F(EtsPassingOptionalType, optionalSubSetObjectParam) TEST_F() function
112 TEST_F(EtsPassingOptionalType, optionalSubSetObjectWithoutParam) TEST_F() function
118 TEST_F(EtsPassingOptionalType, optionalUnionStringParam) TEST_F() function
124 TEST_F(EtsPassingOptionalType, optionalUnionStringWithoutParam) TEST_F() function
130 TEST_F(EtsPassingOptionalType, optionalUnionNumberParam) TEST_F() function
137 TEST_F(EtsPassingOptionalType, optionalUnionWithoutParam) TEST_F() function
143 TEST_F(EtsPassingOptionalType, optionalUnionStringObjectParam) TEST_F() function
149 TEST_F(EtsPassingOptionalType, optionalUnionNumberObjectParam) TEST_F() function
156 TEST_F(EtsPassingOptionalType, optionalUnionObjectWithoutParam) TEST_F() function
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/instanceof/
H A Dinstanceof.cpp28 TEST_F(EtsInteropInstanceOf, Test_object_instanceof_object) in TEST_F() function
33 TEST_F(EtsInteropInstanceOf, Test_etstype_instanceof_object) in TEST_F() function
38 TEST_F(EtsInteropInstanceOf, Test_jsvalue_instanceof_object) in TEST_F() function
43 TEST_F(EtsInteropInstanceOf, Test_dynvalue_instanceof_object) in TEST_F() function
48 TEST_F(EtsInteropInstanceOf, Test_dyndecl_instanceof_object) in TEST_F() function
58 TEST_F(EtsInteropInstanceOf, Test_object_instanceof_etstype) in TEST_F() function
63 TEST_F(EtsInteropInstanceOf, Test_etstype_instanceof_etstype) in TEST_F() function
68 TEST_F(EtsInteropInstanceOf, Test_jsvalue_instanceof_etstype) in TEST_F() function
73 TEST_F(EtsInteropInstanceOf, Test_dynvalue_instanceof_etstype) in TEST_F() function
78 TEST_F(EtsInteropInstanceO function
88 TEST_F(EtsInteropInstanceOf, Test_object_instanceof_dyndecl) TEST_F() function
93 TEST_F(EtsInteropInstanceOf, Test_etstype_instanceof_dyndecl) TEST_F() function
98 TEST_F(EtsInteropInstanceOf, Test_jsvalue_instanceof_dyndecl) TEST_F() function
103 TEST_F(EtsInteropInstanceOf, Test_dynvalue_instanceof_dyndecl) TEST_F() function
108 TEST_F(EtsInteropInstanceOf, Test_dyndecl_instanceof_dyndecl) TEST_F() function
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_call_params/ts_to_sts/
H A Dgeneric_call_params.cpp23 TEST_F(EtsGenericCallParamsTsToEtsTest, checkApplyFunctionGenericString) in TEST_F() function
28 TEST_F(EtsGenericCallParamsTsToEtsTest, checkApplyFunctionGenericInt) in TEST_F() function
33 TEST_F(EtsGenericCallParamsTsToEtsTest, checkApplyFunctionGenericTuple) in TEST_F() function
38 TEST_F(EtsGenericCallParamsTsToEtsTest, checkGenericExtendsClass) in TEST_F() function
43 TEST_F(EtsGenericCallParamsTsToEtsTest, checkGenericExtendsClassCallFromTs) in TEST_F() function
48 TEST_F(EtsGenericCallParamsTsToEtsTest, checkApplyFunctionGenericArrayCallFromTs) in TEST_F() function
53 TEST_F(EtsGenericCallParamsTsToEtsTest, checkApplyFunctionGenericArray) in TEST_F() function
58 TEST_F(EtsGenericCallParamsTsToEtsTest, DISABLED_CheckApplyFunWithConstraintsFun) in TEST_F() function
63 TEST_F(EtsGenericCallParamsTsToEtsTest, checkApplyFunWithConstraintsArrowFun) in TEST_F() function
68 TEST_F(EtsGenericCallParamsTsToEtsTes function
73 TEST_F(EtsGenericCallParamsTsToEtsTest, DISABLED_CheckClassSubset) TEST_F() function
78 TEST_F(EtsGenericCallParamsTsToEtsTest, checkSubsetClassCallFromTs) TEST_F() function
83 TEST_F(EtsGenericCallParamsTsToEtsTest, checkApplyFunctionGenericUnion) TEST_F() function
[all...]

Completed in 51 milliseconds

12345678910>>...20