arkcompiler_ets_runtime/ecmascript
wengchangcheng bb446398c0 Descriptor: decrease compiler time
details use dynamic link of libark_ecma_debugger.so & libjsdebugtest.so
issue: https://gitee.com/openharmony/ark_js_runtime/issues/I5FYDR

Signed-off-by: wengchangcheng <wengchangcheng@huawei.com>
Change-Id: Ic0f7c21d0e296dbcb28753fe038f10fa4d4c8f37
2022-07-07 20:20:23 +08:00
..
base fix codex warning 2022-07-07 17:33:05 +08:00
builtins fix codex warning 2022-07-07 17:33:05 +08:00
compiler !1742 add a unit-test for JSAsyncFunction 2022-07-07 11:40:37 +00:00
containers New EcmaRuntimeCallInfo in stack pointer 2022-07-05 14:54:43 +08:00
dfx Descriptor: ark hilog refactor 2022-07-06 22:55:49 +08:00
ic fix codex warning 2022-07-07 17:33:05 +08:00
interpreter !1752 fix codex warning 2022-07-07 11:41:25 +00:00
jobs fix codex warning 2022-07-07 17:33:05 +08:00
js_vm Descriptor: ark hilog refactor 2022-07-06 22:55:49 +08:00
jspandafile Descriptor: ark hilog refactor 2022-07-06 22:55:49 +08:00
mem Descriptor: ark hilog refactor 2022-07-06 22:55:49 +08:00
module Descriptor: ark hilog refactor 2022-07-06 22:55:49 +08:00
napi !1744 Fix CodeCheck 2022-07-07 11:20:43 +00:00
regexp fix codex warning 2022-07-07 17:33:05 +08:00
require !1620 fix codex warning 2022-06-20 01:56:15 +00:00
shared_mm Descriptor: ark hilog refactor 2022-07-06 22:55:49 +08:00
snapshot Descriptor: ark hilog refactor 2022-07-06 22:55:49 +08:00
stubs fix codex warning 2022-07-07 17:33:05 +08:00
taskpool for ark_js_vm on mac 2022-05-09 09:06:58 +08:00
tests !1753 add unittest case for js_list_format 2022-07-07 11:42:53 +00:00
tooling Descriptor: decrease compiler time 2022-07-07 20:20:23 +08:00
ts_types Descriptor: ark hilog refactor 2022-07-06 22:55:49 +08:00
accessor_data.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
builtins.cpp issue:I5F5ZK 2022-07-05 09:20:21 +08:00
builtins.h Upload promise code 2022-06-20 09:24:17 +08:00
common.h New EcmaRuntimeCallInfo in stack pointer 2022-07-05 14:54:43 +08:00
dump.cpp !1672 fix pending job hitrace 2022-06-30 08:08:38 +00: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: ark hilog refactor 2022-07-06 22:55:49 +08:00
ecma_param_configuration.h add read-only space 2022-06-28 09:15:29 +08:00
ecma_runtime_call_info.h New EcmaRuntimeCallInfo in stack pointer 2022-07-05 14:54:43 +08:00
ecma_string_table.cpp Descriptor: ark hilog refactor 2022-07-06 22:55:49 +08:00
ecma_string_table.h Description: 2022-05-31 17:38:54 +08:00
ecma_string-inl.h Descriptor: ark hilog refactor 2022-07-06 22:55:49 +08:00
ecma_string.cpp Descriptor: ark hilog refactor 2022-07-06 22:55:49 +08:00
ecma_string.h Descriptor: ark hilog refactor 2022-07-06 22:55:49 +08:00
ecma_vm.cpp Descriptor: ark hilog refactor 2022-07-06 22:55:49 +08:00
ecma_vm.h Fix CodeCheck 2022-07-07 18:43:05 +08:00
file_loader.cpp Descriptor: ark hilog refactor 2022-07-06 22:55:49 +08:00
file_loader.h !1722 add module resolvePath 2022-07-05 08:31:24 +00:00
frames.cpp Fix CodeCheck 2022-07-07 18:43:05 +08:00
frames.h !1752 fix codex warning 2022-07-07 11:41:25 +00: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 !1636 string.replaceAll and regexp groupname 2022-06-29 08:33:54 +00:00
global_env_constants.h !1636 string.replaceAll and regexp groupname 2022-06-29 08:33:54 +00:00
global_env.cpp Snapshot support serialize builtins object independently 2022-06-09 21:21:44 +08:00
global_env.h Fix CodeCheck 2022-07-07 18:43:05 +08: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 New EcmaRuntimeCallInfo in stack pointer 2022-07-05 14:54:43 +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 fix codex warning 2022-07-07 17:33:05 +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 New EcmaRuntimeCallInfo in stack pointer 2022-07-05 14:54:43 +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 New EcmaRuntimeCallInfo in stack pointer 2022-07-05 14:54:43 +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 New EcmaRuntimeCallInfo in stack pointer 2022-07-05 14:54:43 +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 New EcmaRuntimeCallInfo in stack pointer 2022-07-05 14:54:43 +08:00
js_array.h fix codex waring 2022-05-05 17:03:02 +08:00
js_arraybuffer.cpp Descriptor: ark hilog refactor 2022-07-06 22:55:49 +08:00
js_arraybuffer.h optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
js_async_function.cpp New EcmaRuntimeCallInfo in stack pointer 2022-07-05 14:54:43 +08:00
js_async_function.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
js_bigint.cpp Descriptor: ark hilog refactor 2022-07-06 22:55:49 +08:00
js_bigint.h Descriptor: ark hilog refactor 2022-07-06 22:55:49 +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-07-07 17:33:05 +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 fix codex warning 2022-07-07 17:33:05 +08:00
js_function.h New EcmaRuntimeCallInfo in stack pointer 2022-07-05 14:54:43 +08: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 Optimizing bigint data structures 2022-06-28 18:53:08 +08:00
js_hclass.cpp !1662 add read-only space 2022-06-28 07:00:24 +00:00
js_hclass.h Resolve Compatibility Issues between TSAOT and ECMA spec 2022-06-28 14:43:16 +08:00
js_intl.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
js_iterator.cpp New EcmaRuntimeCallInfo in stack pointer 2022-07-05 14:54:43 +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 add notes and delete unused code 2022-07-05 17:47:51 +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 New EcmaRuntimeCallInfo in stack pointer 2022-07-05 14:54:43 +08:00
js_object.h Resolve Compatibility Issues between TSAOT and ECMA spec 2022-06-28 14:43:16 +08: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 New EcmaRuntimeCallInfo in stack pointer 2022-07-05 14:54:43 +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 New EcmaRuntimeCallInfo in stack pointer 2022-07-05 14:54:43 +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 https://gitee.com/openharmony/ark_js_runtime/issues/I5DDMT 2022-06-29 11:31:55 +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 Descriptor: ark hilog refactor 2022-07-06 22:55:49 +08:00
js_serializer.cpp !1739 支持context传递 2022-07-07 07:56:29 +00:00
js_serializer.h support post context 2022-07-07 11:52:34 +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 codex warning 2022-07-07 17:33:05 +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 New EcmaRuntimeCallInfo in stack pointer 2022-07-05 14:54:43 +08:00
js_tagged_value.h Add Container LightWeightMap and LightWeightSet 2022-06-21 10:02:29 +08:00
js_thread.cpp Descriptor: ark hilog refactor 2022-07-06 22:55:49 +08:00
js_thread.h New EcmaRuntimeCallInfo in stack pointer 2022-07-05 14:54:43 +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 Resolve Compatibility Issues between TSAOT and ECMA spec 2022-06-28 14:43:16 +08:00
layout_info.h Resolve Compatibility Issues between TSAOT and ECMA spec 2022-06-28 14:43:16 +08:00
lexical_env.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
linked_hash_table.cpp add test case for JSSetIterator issue:https://gitee.com/openharmony/ark_js_runtime/issues/I5ELZT 2022-06-29 12:53:50 +08:00
linked_hash_table.h add test case for JSSetIterator issue:https://gitee.com/openharmony/ark_js_runtime/issues/I5ELZT 2022-06-29 12:53:50 +08:00
llvm_stackmap_parser.cpp Descriptor: ark hilog refactor 2022-07-06 22:55:49 +08:00
llvm_stackmap_parser.h Descriptor: ark hilog refactor 2022-07-06 22:55:49 +08:00
log_wrapper.h Descriptor: ark hilog refactor 2022-07-06 22:55:49 +08:00
log.h Descriptor: ark hilog refactor 2022-07-06 22:55:49 +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 Descriptor: ark hilog refactor 2022-07-06 22:55:49 +08:00
object_factory.h Optimizing bigint data structures 2022-06-28 18:53:08 +08:00
object_operator.cpp Resolve Compatibility Issues between TSAOT and ECMA spec 2022-06-28 14:43:16 +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 !1636 string.replaceAll and regexp groupname 2022-06-29 08:33:54 +00: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 New EcmaRuntimeCallInfo in stack pointer 2022-07-05 14:54:43 +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 New EcmaRuntimeCallInfo in stack pointer 2022-07-05 14:54:43 +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