arkcompiler_ets_runtime/ecmascript
Gymee f8b8b3008f fix debugger signal bugs
Signed-off-by: Gymee <yumeijie@huawei.com>
Change-Id: I42ca0cc591a7b0697d89b02081152fd763251d2a
2022-07-05 11:05:19 +08:00
..
base It need to earse object from TaggedQueue when pop 2022-06-22 09:36:41 +08:00
builtins JSON Stringify support BigInt 2022-06-21 14:08:03 +08:00
compiler reason:fix Int16BuildTaggedWithNoGC 2022-06-25 14:55:13 +08:00
containers Add Container LightWeightMap and LightWeightSet 2022-06-21 10:02:29 +08:00
dfx !1640 Memory leaked in window's Testing Application 2022-06-22 06:49:48 +00:00
ic fix LdGlobaleVar and TryLdGlobalByName 2022-06-20 10:13:02 +08:00
interpreter !1658 Refactor Entry frame 2022-06-24 06:21:00 +00:00
jobs Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
js_vm !1600 Adapt to new version and roll back ark independent compilation 2022-06-21 04:19:52 +00:00
jspandafile Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
mem !1640 Memory leaked in window's Testing Application 2022-06-22 06:49:48 +00:00
module Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
napi fix debugger signal bugs 2022-07-05 11:05:19 +08:00
regexp describe:Modify static alarm 2022-06-06 11:34:06 +08:00
require !1620 fix codex warning 2022-06-20 01:56:15 +00:00
shared_mm Descriptor: modify stream and add switch of enable_dump_in_faultlog 2022-05-21 16:37:04 +08:00
snapshot Add Container LightWeightMap and LightWeightSet 2022-06-21 10:02:29 +08:00
stubs !1659 Fix compiling issue on MacOS when compile SDK 2022-06-23 13:22:19 +00:00
taskpool for ark_js_vm on mac 2022-05-09 09:06:58 +08:00
tests !1656 add unittest case for js_generator_object 2022-06-27 02:00:44 +00:00
tooling fix debugger signal bugs 2022-07-05 11:05:19 +08:00
ts_types Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
accessor_data.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
builtins.cpp !1576 Upload finally, any and allsettled codes of promise module 2022-06-20 03:09:24 +00:00
builtins.h Upload promise code 2022-06-20 09:24:17 +08:00
common.h Snapshot support serialize builtins object independently 2022-06-09 21:21:44 +08:00
dump.cpp Add Container LightWeightMap and LightWeightSet 2022-06-21 10:02:29 +08:00
ecma_global_storage.h Modify function template issue:https://gitee.com/openharmony/ark_js_runtime/issues/I5DEVS 2022-06-21 18:39:41 +08:00
ecma_handle_scope.h Add jsnapi interface CopyableGlobal 2022-05-31 22:14:22 +08:00
ecma_isa.yaml isa: add return property for ecma.returnundefined 2022-04-11 16:26:43 +03:00
ecma_macros.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
ecma_param_configuration.h adjust pool size and related vm-memory according to physical memory 2022-06-18 14:38:43 +08:00
ecma_runtime_call_info.h Support CommonJS's module export function 2022-06-08 10:59:06 +08:00
ecma_string_table.cpp Description: 2022-05-31 17:38:54 +08:00
ecma_string_table.h Description: 2022-05-31 17:38:54 +08:00
ecma_string-inl.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
ecma_string.cpp fix codex warning issue:https://gitee.com/openharmony/ark_js_runtime/issues/I5C3XK 2022-06-14 10:38:06 +08:00
ecma_string.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
ecma_vm.cpp fixed for debug call with argv 2022-06-21 14:31:59 +08:00
ecma_vm.h !1596 adjust pool size and related vm-memory according to physical memory 2022-06-20 13:43:57 +00:00
file_loader.cpp Code review 2022-06-14 16:02:10 +08:00
file_loader.h Refactor Frame and add Iterator 2022-06-14 10:15:33 +08:00
frames.cpp fixed for code check warning 2022-06-23 18:53:48 +08:00
frames.h fixed for code check warning 2022-06-23 18:53:48 +08:00
free_object.cpp add ark js_runtime 2021-09-05 16:05:06 +08:00
free_object.h Description:1、0x06 is judge to forward address. 2022-06-06 10:14:54 +08:00
generator_helper.cpp Impl rsp frame of generator 2022-05-16 09:18:47 +08:00
generator_helper.h Impl rsp frame of generator 2022-05-16 09:18:47 +08:00
global_dictionary-inl.h Add test case for GlobalDictionary and Fix the problem that the value attribute of propertybox is recycled 2022-05-07 09:07:15 +08:00
global_dictionary.h fix codex warning 2022-04-25 14:33:01 +08:00
global_env_constants-inl.h fix code warning for codeDex 2022-04-12 14:27:50 +08:00
global_env_constants.cpp Add Container LightWeightMap and LightWeightSet 2022-06-21 10:02:29 +08:00
global_env_constants.h Add Container LightWeightMap and LightWeightSet 2022-06-21 10:02:29 +08:00
global_env.cpp Snapshot support serialize builtins object independently 2022-06-09 21:21:44 +08:00
global_env.h !1576 Upload finally, any and allsettled codes of promise module 2022-06-20 03:09:24 +00:00
global_handle_collection.h Sync js_runtime to openharmony 2021-09-08 09:20:53 +08:00
js_api_arraylist_iterator.cpp Add Containers List And LinkedList 2022-06-02 17:02:40 +08:00
js_api_arraylist_iterator.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
js_api_arraylist.cpp Modify Container ArrayList 2022-06-06 15:30:04 +08:00
js_api_arraylist.h Add Container LightWeightMap and LightWeightSet 2022-06-21 10:02:29 +08:00
js_api_deque_iterator.cpp Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
js_api_deque_iterator.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
js_api_deque.cpp Add Containers List And LinkedList 2022-06-02 17:02:40 +08:00
js_api_deque.h Add Container LightWeightMap and LightWeightSet 2022-06-21 10:02:29 +08:00
js_api_lightweightmap_iterator.cpp Add Container LightWeightMap and LightWeightSet 2022-06-21 10:02:29 +08:00
js_api_lightweightmap_iterator.h Add Container LightWeightMap and LightWeightSet 2022-06-21 10:02:29 +08:00
js_api_lightweightmap.cpp Add Container LightWeightMap and LightWeightSet 2022-06-21 10:02:29 +08:00
js_api_lightweightmap.h Add Container LightWeightMap and LightWeightSet 2022-06-21 10:02:29 +08:00
js_api_lightweightset_iterator.cpp Add Container LightWeightMap and LightWeightSet 2022-06-21 10:02:29 +08:00
js_api_lightweightset_iterator.h Add Container LightWeightMap and LightWeightSet 2022-06-21 10:02:29 +08:00
js_api_lightweightset.cpp Add Container LightWeightMap and LightWeightSet 2022-06-21 10:02:29 +08:00
js_api_lightweightset.h Add Container LightWeightMap and LightWeightSet 2022-06-21 10:02:29 +08:00
js_api_linked_list_iterator.cpp fix codex warning issue:https://gitee.com/openharmony/ark_js_runtime/issues/I5BCD6?from=project-issue 2022-06-08 16:29:33 +08:00
js_api_linked_list_iterator.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
js_api_linked_list.cpp Add Containers List And LinkedList 2022-06-02 17:02:40 +08:00
js_api_linked_list.h Add Container LightWeightMap and LightWeightSet 2022-06-21 10:02:29 +08:00
js_api_list_iterator.cpp fix codex warning issue:https://gitee.com/openharmony/ark_js_runtime/issues/I5BCD6?from=project-issue 2022-06-08 16:29:33 +08:00
js_api_list_iterator.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
js_api_list.cpp Add Containers List And LinkedList 2022-06-02 17:02:40 +08:00
js_api_list.h Add Container LightWeightMap and LightWeightSet 2022-06-21 10:02:29 +08:00
js_api_plain_array_iterator.cpp Add Container Plainarray 2022-04-15 13:11:55 +08:00
js_api_plain_array_iterator.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
js_api_plain_array.cpp fix codex warning issue:https://gitee.com/openharmony/ark_js_runtime/issues/I5BJJW?from=project-issue 2022-06-09 16:33:51 +08:00
js_api_plain_array.h Add Container LightWeightMap and LightWeightSet 2022-06-21 10:02:29 +08:00
js_api_queue_iterator.cpp Add Containers List And LinkedList 2022-06-02 17:02:40 +08:00
js_api_queue_iterator.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
js_api_queue.cpp fix codex warning issue:https://gitee.com/openharmony/ark_js_runtime/issues/I5BCD6?from=project-issue 2022-06-08 16:29:33 +08:00
js_api_queue.h Add Container LightWeightMap and LightWeightSet 2022-06-21 10:02:29 +08:00
js_api_stack_iterator.cpp fix codeDex warning. 2022-04-14 10:56:51 +08:00
js_api_stack_iterator.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
js_api_stack.cpp Add Containers List And LinkedList 2022-06-02 17:02:40 +08:00
js_api_stack.h Add Container LightWeightMap and LightWeightSet 2022-06-21 10:02:29 +08:00
js_api_tree_map_iterator.cpp Add Container LightWeightMap and LightWeightSet 2022-06-21 10:02:29 +08:00
js_api_tree_map_iterator.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
js_api_tree_map.cpp Add Containers List And LinkedList 2022-06-02 17:02:40 +08:00
js_api_tree_map.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
js_api_tree_set_iterator.cpp Add Container LightWeightMap and LightWeightSet 2022-06-21 10:02:29 +08:00
js_api_tree_set_iterator.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
js_api_tree_set.cpp Add Containers List And LinkedList 2022-06-02 17:02:40 +08:00
js_api_tree_set.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
js_api_vector_iterator.cpp fix codex warning 2022-05-25 15:24:19 +08:00
js_api_vector_iterator.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
js_api_vector.cpp Add Container LightWeightMap and LightWeightSet 2022-06-21 10:02:29 +08:00
js_api_vector.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
js_arguments.cpp Remove JSArgument's unused accessor 2022-06-14 19:44:14 +08:00
js_arguments.h Remove JSArgument's unused accessor 2022-06-14 19:44:14 +08:00
js_array_iterator.cpp Js TypeArray optimization 2022-05-21 18:15:02 +08:00
js_array_iterator.h optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
js_array.cpp Stringify support TypedArray 2022-04-19 20:16:09 +08:00
js_array.h fix codex waring 2022-05-05 17:03:02 +08:00
js_arraybuffer.cpp The overhead of de duplication operation is too high in function PushToNativePointerList 2022-05-07 17:21:10 +08:00
js_arraybuffer.h optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
js_async_function.cpp Fix the mem leak from js method 2022-05-25 10:53:36 +08:00
js_async_function.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
js_bigint.cpp fix bug of bigint assert and finalizationregistry GC 2022-06-22 14:05:29 +08:00
js_bigint.h Solve the problem that bigint division calculation will run in an infinite loop on rk3568 2022-06-13 11:45:50 +08:00
js_collator.cpp Reuse of Object.Create()'s hclass 2022-06-13 22:05:01 +08:00
js_collator.h Clean Code For CodeHub Issues #96-#123 And #250-#264 2022-03-21 17:09:19 +08:00
js_dataview.cpp add DataView.prototype.setBigUint64 DataView.prototype.setBigInt64 DataView.prototype.getBigUint64 2022-04-08 16:17:00 +08:00
js_dataview.h Add typedArray and array extensions 2022-03-24 10:24:32 +08:00
js_date_time_format.cpp Modify static vulnerability 2022-05-31 10:55:57 +08:00
js_date_time_format.h optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
js_date.cpp fix codex warning 2022-05-20 18:57:39 +08:00
js_date.h Add js date cache 2022-03-24 23:08:47 -10:00
js_displaynames.cpp Add international specification module displaynames class code 2022-03-29 09:13:51 +08:00
js_displaynames.h Add international specification module displaynames class code 2022-03-29 09:13:51 +08:00
js_finalization_registry.cpp fix bug of bigint assert and finalizationregistry GC 2022-06-22 14:05:29 +08:00
js_finalization_registry.h fix bug of bigint assert and finalizationregistry GC 2022-06-22 14:05:29 +08:00
js_for_in_iterator.cpp Fix long gc duration problem in photos app 2022-04-10 20:45:15 -10:00
js_for_in_iterator.h Fix internal issue list problem 2022-03-14 17:42:27 +08:00
js_function_kind.h issue:I5C5EG 2022-06-15 14:54:18 +08:00
js_function.cpp Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
js_function.h !1576 Upload finally, any and allsettled codes of promise module 2022-06-20 03:09:24 +00:00
js_generator_object.cpp Impl rsp frame of generator 2022-05-16 09:18:47 +08:00
js_generator_object.h optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
js_global_object.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
js_handle.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
js_hclass-inl.h fix codeDex warning(3) 2022-04-17 15:23:43 +08:00
js_hclass.cpp add test case for JSHClass issue:https://gitee.com/openharmony/ark_js_runtime/issues/I5DM7X 2022-06-24 08:56:55 +08:00
js_hclass.h add test case for JSHClass issue:https://gitee.com/openharmony/ark_js_runtime/issues/I5DM7X 2022-06-24 08:56:55 +08:00
js_intl.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
js_iterator.cpp Description: 2022-05-31 17:38:54 +08:00
js_iterator.h add Wextra and Werror in gn args 2022-03-24 21:45:19 +08:00
js_list_format.cpp Reuse of Object.Create()'s hclass 2022-06-13 22:05:01 +08:00
js_list_format.h According to the 2021 internationalization specification add international specification module listformat class code 2022-04-27 10:24:14 +08:00
js_locale.cpp describe:Modify static alarm 2022-06-06 11:34:06 +08:00
js_locale.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
js_map_iterator.cpp Rectify template problems 2022-04-22 09:44:50 +08:00
js_map_iterator.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
js_map.cpp Rectify template problems 2022-04-22 09:44:50 +08:00
js_map.h Description:sync from code from wgr_master to ohos 2021-12-21 09:36:03 +08:00
js_method.cpp Descriptor: debugger refactor of independent js_runtime [ part-1 ] 2022-06-07 17:47:53 +08:00
js_method.h fix LdGlobaleVar and TryLdGlobalByName 2022-06-20 10:13:02 +08:00
js_native_pointer.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
js_number_format.cpp Reuse of Object.Create()'s hclass 2022-06-13 22:05:01 +08:00
js_number_format.h add Wextra and Werror in gn args 2022-03-24 21:45:19 +08:00
js_object-inl.h issue:I5C5EG 2022-06-15 14:54:18 +08:00
js_object.cpp !1576 Upload finally, any and allsettled codes of promise module 2022-06-20 03:09:24 +00:00
js_object.h !1576 Upload finally, any and allsettled codes of promise module 2022-06-20 03:09:24 +00:00
js_plural_rules.cpp Reuse of Object.Create()'s hclass 2022-06-13 22:05:01 +08:00
js_plural_rules.h Clean Code For CodeHub Issues #96-#123 And #250-#264 2022-03-21 17:09:19 +08:00
js_primitive_ref.cpp fix codeDex warning. 2022-04-14 10:56:51 +08:00
js_primitive_ref.h Add bigint type, add related instructions and Napi 2022-03-10 21:25:06 +08:00
js_promise.cpp Fix the mem leak from js method 2022-05-25 10:53:36 +08:00
js_promise.h [part-1] delete "*-inl.h" of newest codex rule 2022-04-07 14:14:49 +08:00
js_proxy.cpp Fix Asm x64 262 Bug 1 2022-06-17 10:34:35 +08:00
js_proxy.h Descriptor: fix proxy bug 2022-06-02 11:52:38 +08:00
js_realm.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
js_regexp_iterator.cpp Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
js_regexp_iterator.h Add regExp.matchAll interface and symbol.matchAll and regExp iterator related functions 2022-05-18 18:02:39 +08:00
js_regexp.h optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
js_relative_time_format.cpp Reuse of Object.Create()'s hclass 2022-06-13 22:05:01 +08:00
js_relative_time_format.h Modify RegionFactory and Chunk 2022-02-21 15:22:01 +08:00
js_runtime_options.h Add log compile method option asm 2022-06-22 09:38:58 +08:00
js_serializer.cpp Optimized for NativeBindingObject 2022-06-23 14:18:10 +08:00
js_serializer.h Optimized for NativeBindingObject 2022-06-23 14:18:10 +08:00
js_set_iterator.cpp Rectify template problems 2022-04-22 09:44:50 +08:00
js_set_iterator.h optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
js_set.cpp Rectify template problems 2022-04-22 09:44:50 +08:00
js_set.h Description:sync from code from wgr_master to ohos 2021-12-21 09:36:03 +08:00
js_stable_array.cpp fix json new array join bug 2022-06-23 10:29:49 +08:00
js_stable_array.h Sync js_runtime to openharmony 2021-09-08 09:20:53 +08:00
js_string_iterator.cpp optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
js_string_iterator.h optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
js_symbol.h fix codeDex warning. 2022-04-14 10:56:51 +08:00
js_tagged_number.h Refactor ID definition and callSignature initialization mechanism of stubs 2022-03-18 22:01:52 +08:00
js_tagged_value-inl.h Add Container LightWeightMap and LightWeightSet 2022-06-21 10:02:29 +08:00
js_tagged_value.cpp Add Container LightWeightMap and LightWeightSet 2022-06-21 10:02:29 +08:00
js_tagged_value.h Add Container LightWeightMap and LightWeightSet 2022-06-21 10:02:29 +08:00
js_thread.cpp Fix compiling issue when compile SDK on MacOS 2022-06-23 17:24:30 +08:00
js_thread.h fix bug of bigint assert and finalizationregistry GC 2022-06-22 14:05:29 +08:00
js_typed_array.cpp Add atomics project and modify code errors 2022-06-02 19:09:01 +08:00
js_typed_array.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
js_weak_container.cpp Rectify template problems 2022-04-22 09:44:50 +08:00
js_weak_container.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
js_weak_ref.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
layout_info-inl.h fix codex warning 2022-04-30 10:31:33 +08:00
layout_info.cpp ==-------------------------------------------== 2022-06-07 14:13:15 +08:00
layout_info.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
lexical_env.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
linked_hash_table.cpp Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
linked_hash_table.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
llvm_stackmap_parser.cpp Merge remote-tracking branch 'szc/FrameHandler2' 2022-06-16 16:52:49 +08:00
llvm_stackmap_parser.h fixed for aarch64 aot test case 2022-06-23 16:46:13 +08:00
message_string.cpp Fix TDD containerAsmAction 2022-05-24 16:34:34 +08:00
message_string.h move interpreter helper stubs from common stub to bc stub 2022-04-28 21:14:18 +08:00
object_factory-inl.h Refactor ID definition and callSignature initialization mechanism of stubs 2022-03-18 22:01:52 +08:00
object_factory.cpp Add Container LightWeightMap and LightWeightSet 2022-06-21 10:02:29 +08:00
object_factory.h Add Container LightWeightMap and LightWeightSet 2022-06-21 10:02:29 +08:00
object_operator.cpp Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
object_operator.h delete object_xray-inl.h, move into object_xray.h and create visitor.h 2022-04-28 21:25:51 +08:00
property_attributes.h Clean Code 2022-03-19 14:31:04 +08:00
record.h Sync js_runtime to openharmony 2021-09-08 09:20:53 +08:00
runtime_call_id.h Add Container LightWeightMap and LightWeightSet 2022-06-21 10:02:29 +08:00
symbol_table.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
tagged_array-inl.h delete object_xray-inl.h, move into object_xray.h and create visitor.h 2022-04-28 21:25:51 +08:00
tagged_array.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
tagged_dictionary.cpp fix codex warning 2022-04-25 14:33:01 +08:00
tagged_dictionary.h fix codex warning 2022-04-25 14:33:01 +08:00
tagged_hash_table.h fix codex warning 2022-04-26 19:16:21 +08:00
tagged_list.cpp Add Container LightWeightMap and LightWeightSet 2022-06-21 10:02:29 +08:00
tagged_list.h Add Container LightWeightMap and LightWeightSet 2022-06-21 10:02:29 +08:00
tagged_queue.h It need to earse object from TaggedQueue when pop 2022-06-22 09:36:41 +08:00
tagged_tree.cpp !1474 Modify static vulnerability alarm and code warning 2022-06-07 03:28:54 +00:00
tagged_tree.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
template_map.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
template_string.cpp fix codeDex warning. 2022-04-14 10:56:51 +08:00
template_string.h Sync js_runtime to openharmony 2021-09-08 09:20:53 +08:00
transitions_dictionary.h fix codex warning 2022-04-25 14:33:01 +08:00
waiter_list.cpp fix compilation bug on MacOS 2022-06-09 15:27:58 +08:00
waiter_list.h Add atomics project and modify code errors 2022-06-02 19:09:01 +08:00
weak_vector.cpp [part-1] delete "*-inl.h" of newest codex rule 2022-04-07 14:14:49 +08:00
weak_vector.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00