arkcompiler_ets_runtime/ecmascript
wangzhaoyong 8514a995a6 support ffrt update id
Signed-off-by: wangzhaoyong <wangzhaoyong@huawei.com>
Change-Id: I710649ad5df527bd086d40a25ba7d0b333aa0033
2024-05-06 19:42:19 +08:00
..
base 修改告警 2024-05-04 18:22:49 +08:00
builtins !7233 Opt object IR 2024-05-05 11:41:12 +00:00
checkpoint Remove Checkpoint call during changing state from RUNNING to RUNNING 2024-03-29 16:15:57 +08:00
compiler !7017 Add SA for ark_aot_compiler service. 2024-05-06 07:45:54 +00:00
containers New API for SharedArray 2024-04-02 07:56:43 +08:00
debugger Fix CpuProfiler probability of stopping failure 2024-04-29 20:39:18 +08:00
deoptimizer [JIT] Set default options for concurrent jit compile 2024-04-21 23:30:13 +08:00
dfx 修改告警 2024-05-04 18:22:49 +08:00
extractortool/src !6720 5.0 component improvement(ets_runtime) 2024-04-11 15:54:05 +00:00
ic [BaselineJIT]adapt new properties and bugfix for BaselineJIT 2024-04-29 11:25:49 +08:00
interpreter !7221 Modify napi_load_module exception throwing type 2024-05-03 09:09:22 +00:00
intl modify napi performance 2024-04-21 14:47:41 +08:00
jit !7178 Add qos for jit thread 2024-05-05 08:09:55 +00:00
jobs NAPI Optimization - ResolveReject Defer 2024-05-04 19:40:16 +08:00
js_api 修改告警 2024-05-04 18:22:49 +08:00
js_vm 回退 'Pull Request !6378 : Enable forward CFI and PAC backward CFI' 2024-03-14 01:20:39 +00:00
jspandafile !7218 ColdReload 涉及模块化时,获取数据异常 2024-05-05 14:39:42 +00:00
mem !7254 Support heapsnapshot when young space oom 2024-05-06 11:36:11 +00:00
module !7210 [BugFix] 修复import三方Har包场景下,触发热重载时三方包加载失败并产生JsCrash的问题 2024-05-06 04:01:19 +00:00
napi !7169 aot will escape while js crash count more than three times 2024-05-06 07:46:33 +00:00
ohos !7069 Enable AOT For Preload Applications 2024-04-28 06:24:05 +00:00
patch !7218 ColdReload 涉及模块化时,获取数据异常 2024-05-05 14:39:42 +00:00
pgo_profiler Optimize AOT NewObjRange 2024-04-28 11:07:38 +08:00
platform add sa service 2024-05-05 12:42:14 +08:00
quick_fix fix code check 2024-04-18 17:04:51 +08:00
regexp Fix regexp parser cache nullptr bug 2024-04-21 12:41:56 +08:00
require Exception log Rectification 2024-03-10 21:33:51 +08:00
sdk 部件弹性化部署整改 2023-07-03 19:56:05 +08:00
serializer !7248 NULL pointer dereference during deserialization 2024-05-06 06:21:39 +00:00
shared_mm modify napi performance 2024-04-21 14:47:41 +08:00
shared_objects Revert sendable json 2024-04-24 19:58:59 +08:00
snapshot Remove TSManager and TSTypes 2024-04-18 19:02:45 +08:00
stackmap llvm litecg相关目录整理 2024-02-22 15:46:20 +08:00
stubs !7218 ColdReload 涉及模块化时,获取数据异常 2024-05-05 14:39:42 +00:00
taskpool [JIT] jit concurrent compile 2 2024-04-15 14:04:05 +08:00
tests !7243 Adjust large committed size gradually only 2024-05-06 11:18:05 +00:00
ts_types Remove TSManager and TSTypes 2024-04-18 19:02:45 +08:00
accessor_data.h New API for SharedArray 2024-04-02 07:56:43 +08:00
async_generator_helper.cpp Fix AsyncGenerator 2023-02-23 18:43:29 +08:00
async_generator_helper.h
builtin_entries.h clear builtin entry when sttoglobalrecord 2024-01-08 16:38:59 +08:00
byte_array.cpp Fixed ByteArray not supporting BIGINT64 and BIGUINT64 2023-07-04 23:14:59 +08:00
byte_array.h Implement serialize base class 2023-12-01 09:02:26 +08:00
common.h share constpool between vm 2024-04-03 19:08:44 +08:00
date_parse.cpp [Bug]: Bug in date parse 2024-03-25 10:50:22 +08:00
date_parse.h BugFix:ark failed to parse the date 2024-01-09 10:07:10 +08:00
dump.cpp Revert sendable json 2024-04-24 19:58:59 +08:00
ecma_context.cpp enable jit js crash escape 2024-04-22 08:36:26 +04:00
ecma_context.h Support ColdReload 2024-05-05 21:18:16 +08:00
ecma_global_storage.h Fix share gc cross thread disposing weak node global bug 2024-03-16 20:51:53 +08:00
ecma_handle_scope.cpp [JIT] support concurrent compile 2024-04-15 14:04:05 +08:00
ecma_handle_scope.h enable multi contexts and fix bugs 2023-06-11 16:18:18 +08:00
ecma_isa.yaml [新需求]: Use first-level instruction of definefieldbyname 2023-12-24 17:17:43 +08:00
ecma_macros.h Bugfix:[Bug]: An exception was generated while throwing an exception 2024-04-09 15:46:29 +08:00
ecma_param_configuration.h Fix cpuprofiler Sampling error 2024-04-23 09:57:21 +08:00
ecma_runtime_call_info.h Fixed data type under builtins (int->uint) 2023-07-20 16:48:27 +08:00
ecma_string_table.cpp Allocate global const env and builtins string to read only space 2024-04-26 16:48:54 +08:00
ecma_string_table.h Make the string table mutex non-recursive 2024-04-27 17:37:59 +08:00
ecma_string-inl.h optimize regexp replace internal string concat 2024-04-17 15:59:03 +08:00
ecma_string.cpp 修改startWith处理utf16结果异常问题 2024-04-24 10:09:09 +08:00
ecma_string.h 修改告警 2024-05-04 18:22:49 +08:00
ecma_vm.cpp !7248 NULL pointer dereference during deserialization 2024-05-06 06:21:39 +00:00
ecma_vm.h !7166 Add securemem 2024-05-04 11:21:40 +00:00
element_accessor-inl.h ElementsKind-Part3 Prepare for AOT and switchOn 2024-02-19 19:18:11 +08:00
element_accessor.cpp ElementsKind-Part3 Prepare for AOT and switchOn 2024-02-19 19:18:11 +08:00
element_accessor.h ElementsKind-Part3 Prepare for AOT and switchOn 2024-02-19 19:18:11 +08:00
elements.cpp Feat(Aot): Enable builtins object ldobjbyname 2024-03-07 09:24:57 +08:00
elements.h ElementsKind-Part3 Prepare for AOT and switchOn 2024-02-19 19:18:11 +08:00
enum_conversion.h Fix the aot bug of ldobjbyname 2024-04-16 12:15:31 +08:00
filter_helper.h Modifying Code Alarms 2023-08-10 17:35:58 +08:00
frames.cpp [BaselineJIT]adapt new properties and bugfix for BaselineJIT 2024-04-29 11:25:49 +08:00
frames.h [BaselineJIT]adapt new properties and bugfix for BaselineJIT 2024-04-29 11:25:49 +08:00
free_object.cpp [Bug]: 即使ARK_ASAN_ON未定义,仍有可能将ASAN_POISON_MEMORY_REGION编入,导致use after poison 2024-04-01 14:19:53 +08:00
free_object.h Support sharedHeap allocation 2024-01-25 21:56:23 +08:00
generator_helper.cpp
generator_helper.h
global_dictionary-inl.h Support BigInt in Sendable object 2024-03-16 11:31:05 +08:00
global_dictionary.h Bugfix on GlobalDictionary::InvalidatePropertyBox which index is wrong entry param for InvalidateAndReplaceEntry 2024-01-06 15:39:40 +08:00
global_env_constants-inl.h [feature]:dataview.prototype.get arraybuffer.isview aot nativeinline 2024-04-02 12:37:44 +08:00
global_env_constants.cpp Allocate global const env and builtins string to read only space 2024-04-26 16:48:54 +08:00
global_env_constants.h Put Map HClass into GlobalEnv 2024-04-24 19:08:02 +08:00
global_env_fields.h !6719 Optimize string regexp fastpath 2024-04-25 12:32:11 +00:00
global_env.cpp Move EcmaString & StringTable on Shared Heap 2024-02-07 23:13:44 +08:00
global_env.h Fix some typedarray bugs and Add UT 2024-04-14 19:37:09 +08:00
global_handle_collection.h feat(heap): Heap leak check optimization 2023-01-13 09:35:29 +08:00
global_index_map.cpp Work serialize optimization 2024-02-27 19:22:08 +08:00
global_index_map.h PGO support builtin Ctor Hclass 2024-03-29 10:03:45 +08:00
global_index.h 修改告警 2024-04-24 09:57:44 +08:00
js_arguments.cpp
js_arguments.h
js_array_iterator.cpp 构造函数递归Set导致断言失败 bugfix 2024-04-15 19:31:56 +08:00
js_array_iterator.h Impl for-of and for-in HIR lowering 2023-10-26 15:40:03 +08:00
js_array.cpp optimize create array with length 2024-05-05 09:20:16 +00:00
js_array.h Optimizing the performance of array.prototype.sort. 2024-04-09 20:41:02 +08:00
js_arraybuffer.cpp Fixed data type under builtins (int->uint) 2023-07-20 16:48:27 +08:00
js_arraybuffer.h Fix transfer ArrayBuffer with native area allocator 2023-06-27 20:11:28 +08:00
js_async_from_sync_iterator.cpp Fix THROW_TYPE_ERROR_AND_RETURN Part 1 2023-07-10 10:24:40 +08:00
js_async_from_sync_iterator.h Fix AsyncGenerator 2023-02-23 18:43:29 +08:00
js_async_function.cpp !4406 THROW_TYPE_ERROR_AND_RETURN Part 3 2023-07-15 08:19:15 +00:00
js_async_function.h
js_async_generator_object.cpp fixbug for AsyncGeneratorResolve have overflow 2024-04-10 08:57:58 +08:00
js_async_generator_object.h Fix AsyncGenerator 2023-02-23 18:43:29 +08:00
js_bigint.cpp 修改告警 2024-05-04 18:22:49 +08:00
js_bigint.h [JIT] export libark_jsruntime.so symbols for libark_jsoptimizer.so 2024-01-25 12:24:36 +08:00
js_collator.cpp !6945 修改Collator Collation值设定错误问题 2024-04-24 04:40:44 +00:00
js_collator.h modify napi performance 2024-04-21 14:47:41 +08:00
js_dataview.cpp Modify the variable name and function name for typedarray and bytearray 2023-02-06 19:40:56 +08:00
js_dataview.h
js_date_time_format.cpp Merge branch 'master' of gitee.com:openharmony/arkcompiler_ets_runtime into intl_datetimeformat_2 2024-04-24 11:48:18 +00:00
js_date_time_format.h !6994 modify code alarms 2024-04-22 03:55:51 +00:00
js_date.cpp modify code alarms 2024-04-19 14:53:36 +08:00
js_date.h bugfix about date 2023-04-10 20:24:30 +08:00
js_displaynames.cpp Merge branch 'master' of gitee.com:openharmony/arkcompiler_ets_runtime into displaynames_type 2024-04-22 11:30:46 +00:00
js_displaynames.h Merge branch 'master' of gitee.com:openharmony/arkcompiler_ets_runtime into displaynames_type 2024-04-22 11:30:46 +00:00
js_file_path.cpp Load ai support worker and taskpool 2023-02-03 10:27:16 +08:00
js_file_path.h solve the issue of ai file sharing 2023-01-09 19:41:52 +08:00
js_finalization_registry.cpp Forbidden Calling GetJSThread by Region 2024-01-19 17:38:00 +08:00
js_finalization_registry.h AOT Supports VTable [PART_1] 2023-03-16 19:07:49 +08:00
js_for_in_iterator.cpp !6037 异常未及时返回part5 2024-01-30 06:44:34 +00:00
js_for_in_iterator.h Modify code warning 2024-01-09 19:54:37 +08:00
js_function_kind.h asyncmethod.constructor.name 2023-12-28 13:55:37 +08:00
js_function.cpp fix check task concurrent function 2024-05-04 21:48:23 +08:00
js_function.h fix check task concurrent function 2024-05-04 21:48:23 +08:00
js_generator_object.cpp Add error message for some THROW_TYPE_ERROR_AND_RETURNs 2024-01-04 09:59:41 +08:00
js_generator_object.h issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I9FCQ6 2024-04-12 11:25:54 +08:00
js_global_object.h
js_handle.h [JIT] support concurrent compile 2024-04-15 14:04:05 +08:00
js_hclass-inl.h Fix code check and UT fails 2024-03-17 22:26:42 +08:00
js_hclass.cpp Revert sendable json 2024-04-24 19:58:59 +08:00
js_hclass.h Revert sendable json 2024-04-24 19:58:59 +08:00
js_intl.h
js_iterator.cpp 异常问题加固part1 2024-01-30 09:47:06 +08:00
js_iterator.h Fix AsyncGenerator 2023-02-23 18:43:29 +08:00
js_list_format.cpp !6886 [BUG] 修复初始化list-format时options非JSObject未抛出异常 2024-04-23 04:01:14 +00:00
js_list_format.h modify napi performance 2024-04-21 14:47:41 +08:00
js_locale.cpp !6681 修复DisplayNames of接口 type属性设定范围不全问题 2024-05-01 03:07:17 +00:00
js_locale.h !6681 修复DisplayNames of接口 type属性设定范围不全问题 2024-05-01 03:07:17 +00:00
js_map_iterator.cpp ElementsKind-Part2 2023-12-18 15:57:47 +08:00
js_map_iterator.h Impl for-of and for-in HIR lowering 2023-10-26 15:40:03 +08:00
js_map.cpp Forbidden Calling GetJSThread by Region 2024-01-19 17:38:00 +08:00
js_map.h Forbidden Calling GetJSThread by Region 2024-01-19 17:38:00 +08:00
js_native_pointer.h modify napi performance 2024-04-21 14:47:41 +08:00
js_number_format.cpp !6941 【bug】修复formatToParts参数不支持bigint问题 2024-05-01 02:28:57 +00:00
js_number_format.h modify napi performance 2024-04-21 14:47:41 +08:00
js_object_resizing_strategy.h complete pr 4963 of properties add 8 2023-10-23 16:01:02 +08:00
js_object-inl.h Support SendableArray 2024-03-22 22:50:31 +08:00
js_object.cpp RealmC always equal for shared constructor 2024-04-28 13:03:05 +08:00
js_object.h !6994 modify code alarms 2024-04-22 03:55:51 +00:00
js_plural_rules.cpp modify napi performance 2024-04-21 14:47:41 +08:00
js_plural_rules.h modify napi performance 2024-04-21 14:47:41 +08:00
js_primitive_ref.cpp 没有抛异常 2024-02-23 16:26:25 +08:00
js_primitive_ref.h Fix String extend Bug 2023-05-22 16:02:21 +08:00
js_promise.cpp NAPI Optimization - ResolveReject Defer 2024-05-04 19:40:16 +08:00
js_promise.h
js_proxy.cpp bugfix:Proxy function backstack error 2024-04-16 14:53:38 +08:00
js_proxy.h [JIT] export libark_jsruntime.so symbols for libark_jsoptimizer.so 2024-01-25 12:24:36 +08:00
js_realm.h
js_regexp_iterator.cpp Optimize RegExp 2024-03-23 10:41:06 +08:00
js_regexp_iterator.h
js_regexp.h Opt string regexp 2024-04-25 16:51:36 +08:00
js_relative_time_format.cpp 增加JSRelativeTimeFormat::InitializeRelativeTimeFormat对类型检查保护 2023-12-05 15:52:46 +08:00
js_relative_time_format.h modify napi performance 2024-04-21 14:47:41 +08:00
js_runtime_options.cpp enable baseline compiler 2024-04-21 17:58:55 +08:00
js_runtime_options.h Add securemem 2024-05-04 08:08:32 +08:00
js_segment_iterator.cpp modify napi performance 2024-04-21 14:47:41 +08:00
js_segment_iterator.h modify napi performance 2024-04-21 14:47:41 +08:00
js_segmenter.cpp !6883 [BUG] 修复初始化Segmenter时options非JSObject未抛出异常 2024-04-23 06:50:19 +00:00
js_segmenter.h modify napi performance 2024-04-21 14:47:41 +08:00
js_segments.cpp modify napi performance 2024-04-21 14:47:41 +08:00
js_segments.h modify napi performance 2024-04-21 14:47:41 +08:00
js_serializer.cpp add initialize for function flag 2024-05-05 01:15:02 +08:00
js_serializer.h add JS_TERMINATION_ERROR and exceed limit Size jscrash 2023-12-23 11:05:30 +08:00
js_set_iterator.cpp Impl for-of and for-in HIR lowering 2023-10-26 15:40:03 +08:00
js_set_iterator.h Impl for-of and for-in HIR lowering 2023-10-26 15:40:03 +08:00
js_set.cpp Forbidden Calling GetJSThread by Region 2024-01-19 17:38:00 +08:00
js_set.h Forbidden Calling GetJSThread by Region 2024-01-19 17:38:00 +08:00
js_stable_array.cpp 修改告警 2024-05-04 18:22:49 +08:00
js_stable_array.h Fix some typedarray bugs and Add UT 2024-04-14 19:37:09 +08:00
js_string_iterator.cpp
js_string_iterator.h
js_symbol.h fix debug pgo 262 2024-04-29 17:29:45 +08:00
js_tagged_number.h Fix Multiplication -0 Bug 2023-06-01 16:47:49 +08:00
js_tagged_value_internals.h Add JsTaggedValue values in JSNapi. 2023-11-20 14:22:21 +03:00
js_tagged_value-inl.h Revert sendable json 2024-04-24 19:58:59 +08:00
js_tagged_value.cpp Support sendable TypedArray 2024-04-07 21:03:05 +08:00
js_tagged_value.h Revert sendable json 2024-04-24 19:58:59 +08:00
js_thread_hclass_entries.h PGO collect builtin typedArrayOnHeap HClass 2024-04-01 16:23:04 +08:00
js_thread_stub_entries.h enable baseline compiler 2024-04-21 17:58:55 +08:00
js_thread.cpp support ffrt update id 2024-05-06 19:42:19 +08:00
js_thread.h support ffrt update id 2024-05-06 19:42:19 +08:00
js_typed_array.cpp Fix some typedarray bugs and Add UT 2024-04-14 19:37:09 +08:00
js_typed_array.h Fix some typedarray bugs and Add UT 2024-04-14 19:37:09 +08:00
js_weak_container.cpp Forbidden Calling GetJSThread by Region 2024-01-19 17:38:00 +08:00
js_weak_container.h Forbidden Calling GetJSThread by Region 2024-01-19 17:38:00 +08:00
js_weak_ref.h ecmastring interface refractor 2022-09-23 16:29:26 +08:00
jsnapi_sendable.cpp Fix inherit from AsyncLock 2024-04-02 19:47:21 +08:00
jsnapi_sendable.h Fix inherit from AsyncLock 2024-04-02 19:47:21 +08:00
layout_info-inl.h [JIT] support concurrent compile 2024-04-15 14:04:05 +08:00
layout_info.cpp fix debug pgo 262 2024-04-29 17:29:45 +08:00
layout_info.h fix debug pgo 262 2024-04-29 17:29:45 +08:00
lexical_env.h Remove TSManager and TSTypes 2024-04-18 19:02:45 +08:00
linked_hash_table.cpp !7089 Optimize builtin map.set 2024-04-25 09:07:52 +00:00
linked_hash_table.h Optimize Map/Set.clear 2024-04-22 20:37:34 +08:00
log_wrapper.h enable baseline compiler 2024-04-21 17:58:55 +08:00
log.cpp enable baseline compiler 2024-04-21 17:58:55 +08:00
log.h enable baseline compiler 2024-04-21 17:58:55 +08:00
marker_cell.h Implement serialize base class 2023-12-01 09:02:26 +08:00
message_string.cpp CallBuiltinStub bugfix 2024-04-16 09:56:57 +08:00
message_string.h Fix exception message thrown when object is not of type TypedArray 2024-04-23 14:16:08 +08:00
method.cpp Clear aotflag when new jsfunction if the flag was set for jit 2024-03-28 16:25:53 +08:00
method.h enable baseline compiler 2024-04-21 17:58:55 +08:00
mutator_lock.cpp Introducing barrier to improve suspend-all performance 2024-04-27 18:50:53 +08:00
mutator_lock.h Introducing barrier to improve suspend-all performance 2024-04-27 18:50:53 +08:00
object_factory-inl.h modify napi performance 2024-04-21 14:47:41 +08:00
object_factory.cpp !7239 optimize napi_create_array_with length 2024-05-06 07:28:55 +00:00
object_factory.h NAPI Optimization StringRef::New 2024-04-27 22:11:43 +08:00
object_fast_operator-inl.h !7142 [新需求]: string IR fast path 性能优化 2024-04-29 17:55:32 +00:00
object_fast_operator.h 修改告警 2024-05-04 18:22:49 +08:00
object_operator.cpp Opt string regexp 2024-04-25 16:51:36 +08:00
object_operator.h Opt string regexp 2024-04-25 16:51:36 +08:00
on_heap.h add onheap testcase 2024-01-22 19:19:08 +08:00
property_accessor.cpp Bugfix: Sharedobject refers a local object 2024-04-13 21:38:51 +08:00
property_accessor.h Optimize for-in loop 2023-10-12 10:00:43 +08:00
property_attributes.h qSupport nullish / generic in sendable class 2024-03-26 20:17:59 +08:00
property_detector-inl.h Modifying Code Alarms 2023-10-07 16:24:32 +08:00
property_detector.h Opt string regexp 2024-04-25 16:51:36 +08:00
record.h
runtime_call_id.h Support ColdReload 2024-05-05 21:18:16 +08:00
runtime_lock.cpp An optimization of the RT Lock Holder 2024-04-08 10:55:16 +08:00
runtime_lock.h Support multi-thread test for shared heap 2024-02-26 20:25:33 +08:00
runtime.cpp Introducing barrier to improve suspend-all performance 2024-04-27 18:50:53 +08:00
runtime.h fix constpool bug 2024-04-09 22:32:13 +08:00
shared_object_factory.cpp add initialize for function flag 2024-05-05 01:15:02 +08:00
sustaining_js_handle.cpp [JIT] Set default options for concurrent jit compile 2024-04-21 23:30:13 +08:00
sustaining_js_handle.h [JIT] Set default options for concurrent jit compile 2024-04-21 23:30:13 +08:00
symbol_table.h Signed-off-by: linxiang8 <linxiang8@huawei.com> 2023-03-02 10:10:33 +08:00
tagged_array-inl.h Optimize Map/Set.clear 2024-04-22 20:37:34 +08:00
tagged_array.h Optimize Map/Set.clear 2024-04-22 20:37:34 +08:00
tagged_dictionary.cpp Support Object.freeze for sharedobject/sharedfunction 2024-04-10 09:36:17 +08:00
tagged_dictionary.h Support Object.freeze for sharedobject/sharedfunction 2024-04-10 09:36:17 +08:00
tagged_hash_array.cpp 修改告警 2024-05-04 18:22:49 +08:00
tagged_hash_array.h fix hashmap key 2024-01-06 10:44:01 +08:00
tagged_hash_table.h Make linked hash table can be shared allocated 2024-03-22 10:24:50 +08:00
tagged_list.cpp !6024 Container Optimization List - Get 2024-01-29 07:12:48 +00:00
tagged_list.h optimize get interface of list container 2024-01-29 06:03:53 +00:00
tagged_node.cpp [稳定性问题]: 修复文件云盘全选2000+未缓存文件点击复制,必现崩溃问题 2024-01-09 00:25:10 +08:00
tagged_node.h Container Optimization - HashMap - SetAll and Set 2024-01-25 10:30:52 +08:00
tagged_queue.h
tagged_tree.cpp 修改告警 2024-05-04 18:22:49 +08:00
tagged_tree.h Add Compare function 2024-02-02 10:50:08 +08:00
template_map.h Signed-off-by: linxiang8 <linxiang8@huawei.com> 2023-03-02 10:10:33 +08:00
template_string.cpp 异常未及时返回part3 2024-01-26 11:28:00 +08:00
template_string.h
transitions_dictionary.h Signed-off-by: linxiang8 <linxiang8@huawei.com> 2023-03-02 10:10:33 +08:00
vtable.cpp Fixes circular header dependency 2023-09-08 19:05:41 +08:00
vtable.h Remove TSManager and TSTypes 2024-04-18 19:02:45 +08:00
waiter_list.cpp Fix compilation issue on ArkUI-X 2023-02-06 11:15:03 +08:00
waiter_list.h change mutex based on pthread_mutex 2023-09-27 15:11:28 +08:00
weak_vector.cpp In the process of applying AOT, the application code needs to be statically parsed in the AOT process, and decryption and optimization are required 2023-11-11 09:24:49 +08:00
weak_vector.h In the process of applying AOT, the application code needs to be statically parsed in the AOT process, and decryption and optimization are required 2023-11-11 09:24:49 +08:00