arkcompiler_ets_runtime/ecmascript/tests
wangzhaoyong afe179b242 fix serialize bug when post context
1. fix deserialze context
2. add UT

issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I6WGY3

Signed-off-by: wangzhaoyong <wangzhaoyong@huawei.com>
Change-Id: I0a863885edb31972633135e41a3af5f43885c9c7
2023-04-17 21:05:16 +08:00
..
accessor_data_test.cpp Descriptor: delete FunctionKind in JSFunction 2022-09-09 00:09:56 +08:00
assert_scope_test.cpp [part-1] delete "*-inl.h" of newest codex rule 2022-04-07 14:14:49 +08:00
BUILD.gn Fix Log print error in intl 2023-03-24 20:34:46 +08:00
builtins_test.cpp reason:add string charat ir 2022-08-27 18:03:47 +08:00
byte_array_test.cpp Add onheap path for arraybuffer while arraybuffer bytelength is not greater than 64 2022-10-29 14:25:41 +08:00
concurrent_marking_test.cpp modify 1024 * 1024 to MB 2022-07-19 19:21:58 +08:00
concurrent_sweep_test.cpp fix codex and codeCheck warnings 2022-09-26 20:26:14 +08:00
dump_test.cpp Bugfix of inaccurate index when using "Export... as ..." 2023-04-11 14:42:48 +08:00
ecma_string_accessor_test.cpp Remove leading spaces at empty line 2022-12-27 17:59:06 +08:00
ecma_string_table_test.cpp ecmastring interface refractor 2022-09-23 16:29:26 +08:00
ecma_string_test.cpp optimize ToLocalLowerCase and ToLocaleUpperCase 2022-11-29 17:14:19 +08:00
ecma_vm_test.cpp add cpu profiler properties 2023-01-29 11:40:13 +08:00
frame_test.cpp Bugfix for GetArkJSHeapCrashInfoTest fail in 32 bit 2022-12-16 14:43:05 +08:00
gc_test.cpp Remove leading spaces at empty line 2022-12-27 17:59:06 +08:00
global_dictionary_test.cpp Fix some bugs and JSMutableHandle use error 2023-02-27 11:00:36 +08:00
glue_regs_test.cpp reason:add string charat ir 2022-08-27 18:03:47 +08:00
handle_leak_test.cpp Modify compilation alarms 2023-04-03 14:09:50 +08:00
huge_object_test.cpp Descriptor: delete native_stack.h, trace.h and mem.h 2022-07-28 19:15:13 +08:00
js_api_arraylist_iterator_test.cpp js api and Container code coverage and bugfix 2022-11-18 11:43:23 +08:00
js_api_arraylist_test.cpp Modify the bug related to ArrayList 2023-02-01 10:44:22 +08:00
js_api_deque_iterator_test.cpp Remove leading spaces at empty line 2022-12-27 17:59:06 +08:00
js_api_deque_test.cpp Remove leading spaces at empty line 2022-12-27 17:59:06 +08:00
js_api_hashmap_iterator_test.cpp Remove leading spaces at empty line 2022-12-27 17:59:06 +08:00
js_api_hashmap_test.cpp Modify the problem that the set interface 401 error code in the hashmap cannot be thrown 2023-03-21 10:45:56 +08:00
js_api_hashset_iterator_test.cpp Remove leading spaces at empty line 2022-12-27 17:59:06 +08:00
js_api_hashset_test.cpp Remove leading spaces at empty line 2022-12-27 17:59:06 +08:00
js_api_lightweightmap_iterator_test.cpp Remove leading spaces at empty line 2022-12-27 17:59:06 +08:00
js_api_lightweightmap_test.cpp Remove leading spaces at empty line 2022-12-27 17:59:06 +08:00
js_api_lightweightset_iterator_test.cpp Remove leading spaces at empty line 2022-12-27 17:59:06 +08:00
js_api_lightweightset_test.cpp Modify the bugs in the list, LinkedList and lightWeightSet in containers 2023-03-13 21:29:42 +08:00
js_api_linked_list_iterator_test.cpp js api and Container code coverage and bugfix 2022-11-18 11:43:23 +08:00
js_api_linked_list_test.cpp Judge special value use Isxxx() instead of equal 2023-01-14 10:20:50 +08:00
js_api_list_iterator_test.cpp js api and Container code coverage and bugfix 2022-11-18 11:43:23 +08:00
js_api_list_test.cpp Judge special value use Isxxx() instead of equal 2023-01-14 10:20:50 +08:00
js_api_plain_array_iterator_test.cpp Remove leading spaces at empty line 2022-12-27 17:59:06 +08:00
js_api_plain_array_test.cpp Remove leading spaces at empty line 2022-12-27 17:59:06 +08:00
js_api_queue_iterator_test.cpp Remove leading spaces at empty line 2022-12-27 17:59:06 +08:00
js_api_queue_test.cpp reason:optimize for in 2022-11-26 19:13:06 +08:00
js_api_stack_iterator_test.cpp Remove leading spaces at empty line 2022-12-27 17:59:06 +08:00
js_api_stack_test.cpp Fix code style 2022-12-26 19:50:46 +08:00
js_api_tree_map_iterator_test.cpp Remove leading spaces at empty line 2022-12-27 17:59:06 +08:00
js_api_tree_map_test.cpp js api and Container code coverage and bugfix 2022-11-18 11:43:23 +08:00
js_api_tree_set_iterator_test.cpp Remove leading spaces at empty line 2022-12-27 17:59:06 +08:00
js_api_tree_set_test.cpp js api and Container code coverage and bugfix 2022-11-18 11:43:23 +08:00
js_api_vector_iterator_test.cpp Remove leading spaces at empty line 2022-12-27 17:59:06 +08:00
js_api_vector_test.cpp Remove leading spaces at empty line 2022-12-27 17:59:06 +08:00
js_arguments_test.cpp Runtime architecture adjustment 2022-04-21 14:37:31 +08:00
js_array_buffer_test.cpp add log fatal before unreachable 2022-12-01 16:30:13 +08:00
js_array_iterator_test.cpp Runtime architecture adjustment 2022-04-21 14:37:31 +08:00
js_array_test.cpp cow array optimize 2022-10-26 11:37:49 +08:00
js_async_function_test.cpp add test case for JSAsyncFunction and fix notes 2022-07-06 18:05:41 +08:00
js_async_generator_object_test.cpp Add asyncgenerator ut test case 2022-08-24 20:35:22 +08:00
js_bigint_test.cpp Fix bug about napi_create_bigint_words and napi_get_value_int64 2023-03-02 21:45:03 +08:00
js_collator_test.cpp AOT support js stacktrace 2023-03-03 10:08:54 +08:00
js_dataview_test.cpp Runtime architecture adjustment 2022-04-21 14:37:31 +08:00
js_date_test.cpp reason:overwrite Date parse 2023-02-02 21:34:23 +08:00
js_date_time_format_test.cpp Internationalized module isolation scheme (function isolation) 2023-03-13 14:52:07 +08:00
js_displaynames_test.cpp Internationalized module isolation scheme (function isolation) 2023-03-13 14:52:07 +08:00
js_finalization_registry_test.cpp fix clock app crash 2022-07-27 18:15:34 +08:00
js_forin_iterator_test.cpp Runtime architecture adjustment 2022-04-21 14:37:31 +08:00
js_function_test.cpp ecmastring interface refractor 2022-09-23 16:29:26 +08:00
js_generator_object_test.cpp Descriptor: support first level instruction 2022-08-24 14:12:42 +08:00
js_handle_test.cpp Modify unreasonable use scenarios 2023-03-13 07:30:33 +00:00
js_hclass_test.cpp Remove leading spaces at empty line 2022-12-27 17:59:06 +08:00
js_iterator_test.cpp Runtime architecture adjustment 2022-04-21 14:37:31 +08:00
js_list_format_test.cpp Internationalized module isolation scheme (function isolation) 2023-03-13 14:52:07 +08:00
js_locale_test.cpp Internationalized module isolation scheme (function isolation) 2023-03-13 14:52:07 +08:00
js_map_iterator_test.cpp add test case for jsMapIterator class 2022-08-12 15:17:21 +08:00
js_map_test.cpp fix codex warning 2022-04-30 10:31:33 +08:00
js_number_format_test.cpp Internationalized module isolation scheme (function isolation) 2023-03-13 14:52:07 +08:00
js_object_test.cpp Fix some bugs and JSMutableHandle use error 2023-02-27 11:00:36 +08:00
js_plural_rules_test.cpp Internationalized module isolation scheme (function isolation) 2023-03-13 14:52:07 +08:00
js_primitive_ref_test.cpp add TreeString and LineString 2022-11-25 16:39:45 +08:00
js_promise_test.cpp Fix code style 2022-12-26 19:50:46 +08:00
js_proxy_test.cpp Remove leading spaces at empty line 2022-12-27 17:59:06 +08:00
js_regexp_iterator_test.cpp Remove redundant maybe_unused 2023-01-04 11:06:58 +08:00
js_relative_time_format_test.cpp Internationalized module isolation scheme (function isolation) 2023-03-13 14:52:07 +08:00
js_serializer_test.cpp fix serialize bug when post context 2023-04-17 21:05:16 +08:00
js_set_iterator_test.cpp Remove redundant maybe_unused 2023-01-04 11:06:58 +08:00
js_set_test.cpp fix codex warning 2022-04-30 10:31:33 +08:00
js_stable_array_test.cpp ecmastring interface refractor 2022-09-23 16:29:26 +08:00
js_symbol_test.cpp Supplement the full-path to the header files 2022-07-25 16:58:15 +08:00
js_tagged_number_test.cpp add test case for JSTaggedNumber and fix 262 script 2022-07-25 18:08:56 +08:00
js_tagged_queue_test.cpp Runtime architecture adjustment 2022-04-21 14:37:31 +08:00
js_typed_array_test.cpp Modify the variable name and function name for typedarray and bytearray 2023-02-06 19:40:56 +08:00
js_verification_test.cpp Tidy-up Heap class; re-organize the public methods by categories and add descriptions. 2022-04-28 16:10:59 +08:00
layout_info_test.cpp add test case for LayoutInfo 2022-07-27 18:04:56 +08:00
lexical_env_test.cpp Runtime architecture adjustment 2022-04-21 14:37:31 +08:00
linked_hash_table_test.cpp fix codex warning 2022-04-30 10:31:33 +08:00
linked_node_test.cpp Add Containers HashMap And HashSet 2022-07-20 11:16:28 +08:00
locale_helper_test.cpp Internationalized module isolation scheme (function isolation) 2023-03-13 14:52:07 +08:00
mem_controller_test.cpp Descriptor: delete native_stack.h, trace.h and mem.h 2022-07-28 19:15:13 +08:00
mem_map_allocator_test.cpp Fix code style 2022-12-26 19:50:46 +08:00
native_pointer_test.cpp Modify JSMethod to Method 2022-08-23 15:23:06 +08:00
object_factory_test.cpp adjust function position 2022-12-08 18:42:35 +08:00
object_operator_test.cpp Remove leading spaces at empty line 2022-12-27 17:59:06 +08:00
rb_tree_node_test.cpp Add Containers HashMap And HashSet 2022-07-20 11:16:28 +08:00
read_only_space_test.cpp Modify compilation alarms 2023-04-03 14:09:50 +08:00
symbol_table_test.cpp ecmastring interface refractor 2022-09-23 16:29:26 +08:00
tagged_array_test.cpp adjust function position 2022-12-08 18:42:35 +08:00
tagged_dictionary_test.cpp Fix some bugs and JSMutableHandle use error 2023-02-27 11:00:36 +08:00
tagged_hash_array_test.cpp add test case for TaggedHashArray class 2022-08-10 09:33:19 +08:00
tagged_tree_test.cpp add TreeString and LineString 2022-11-25 16:39:45 +08:00
tagged_value_test.cpp bugfix stringToNumber 2023-03-17 09:06:00 +08:00
template_map_test.cpp Remove leading spaces at empty line 2022-12-27 17:59:06 +08:00
template_string_test.cpp ecmastring interface refractor 2022-09-23 16:29:26 +08:00
test_helper.h Remove leading spaces at empty line 2022-12-27 17:59:06 +08:00
throw_oom_error_test.cpp Throw OOMError instead of Fatal when jsheap is used up 2022-08-29 11:41:11 +08:00
transitions_dictionary_test.cpp add unittest case for jsPandaFile 2022-08-22 18:21:09 +08:00
waiter_list_test.cpp Disable WaiterListTest.DeleteNode UT test temporarily 2022-09-21 15:25:19 +08:00
weak_ref_old_gc_test.cpp Descriptor: support first level instruction 2022-08-24 14:12:42 +08:00
weak_ref_semi_gc_test.cpp Descriptor: support first level instruction 2022-08-24 14:12:42 +08:00
weak_vector_test.cpp Descriptor: support first level instruction 2022-08-24 14:12:42 +08:00