arkcompiler_ets_runtime/ecmascript
shaoyijiang 551d7f4fb3 Signed-off-by: shaoyijiang <shaoyijiang@huawei.com>
Change-Id: Iceb54d1c839c5822395c847a0abc37ab465e03ef

Change-Id: I96c8d5f5a090322a35f4a4f98d552614b4fde607
2023-11-13 12:44:18 +00:00
..
base Bug Fix in JsonStringifier::SerializeKeys , Modified jshclass but did not convert to dictionary mode 2023-10-18 22:06:01 +08:00
builtins Opt string.replace func 2023-10-24 15:38:06 +08:00
compiler !5047 Revert 4973 "Bugfix for GetObjectLiteralFromCache" And 4938 "Optimize CreateObjectWithBuffer" 2023-10-24 14:31:54 +00:00
containers Feat(Aot): PGO ArrayLiteral elemnetKind for array aot opt 2023-08-09 23:09:42 +08:00
debugger Signed-off-by: yang-19970325 <yangyang585@huawei.com> 2023-10-17 14:19:14 +08:00
deoptimizer Perf(interpreter): Performance optimization for pgo 2023-10-09 16:25:18 +08:00
dfx Signed-off-by: shaoyijiang <shaoyijiang@huawei.com> 2023-11-13 12:44:18 +00:00
extractortool/src Signed-off-by: shaoyijiang <shaoyijiang@huawei.com> 2023-11-13 12:44:18 +00:00
ic Reason:add FindElementWithCache IR 2023-10-23 09:23:09 +08:00
interpreter Move module from Function to Method 2023-09-20 16:49:17 +08:00
intl ix file formatting and locale "resize" function 2023-03-16 11:08:00 +08:00
jobs Support Dropframe for Cases of Exception and Async 2023-08-25 16:34:24 +08:00
js_api The same bigint type becomes two keys in the map 2023-10-21 17:47:14 +08:00
js_vm The code has security issues 2023-07-13 09:06:57 +08:00
jspandafile Revert "!4973 Bugfix for GetObjectLiteralFromCache" 2023-10-24 20:08:56 +08:00
mem !5027 Complete pr 4963 of properties add 8 2023-10-24 14:28:42 +00:00
module Execute patch func_main_0 for HotReload 2023-10-19 20:35:48 +08:00
napi Add Debugger UnitTest framework 2023-10-23 09:27:37 +08:00
ohos !4951 add white list for aot compiling 2023-10-12 12:01:54 +00:00
patch Execute patch func_main_0 for HotReload 2023-10-19 20:35:48 +08:00
pgo_profiler !4985 Init abc related data when encoder created 2023-10-24 14:32:33 +00:00
platform fix Date() bug 2023-10-23 18:56:29 +08:00
quick_fix Execute patch func_main_0 for HotReload 2023-10-19 20:35:48 +08:00
regexp !4996 Bugfix on BuiltinsRegExp::FlagsBitsToString which flagsStr is OOB 2023-10-18 03:31:08 +00:00
require Revert "Refactor module, modify unreasonable hierarchical[Part 2]" 2023-09-18 15:50:38 +08:00
sdk 部件弹性化部署整改 2023-07-03 19:56:05 +08:00
shared_mm change mutex based on pthread_mutex 2023-09-27 15:11:28 +08:00
snapshot AOT type and snapshot support hsp 2023-10-08 17:33:02 +08:00
stackmap Fix: ASSERT(stackmapNum % 2 == 0) 2023-10-15 01:00:28 +10:00
stubs !5047 Revert 4973 "Bugfix for GetObjectLiteralFromCache" And 4938 "Optimize CreateObjectWithBuffer" 2023-10-24 14:31:54 +00:00
taskpool qos migrate from frame_aware_sched to qos_manager 2023-10-12 17:01:58 +08:00
tests Add Debugger UnitTest framework 2023-10-23 09:27:37 +08:00
ts_types ExtendClassType Bugfix 2023-10-14 10:00:10 +08:00
accessor_data.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
async_generator_helper.cpp Fix AsyncGenerator 2023-02-23 18:43:29 +08:00
async_generator_helper.h Added New Code Of Asyncgenrator 2022-08-02 15:42:50 +08:00
byte_array.cpp Fixed ByteArray not supporting BIGINT64 and BIGUINT64 2023-07-04 23:14:59 +08:00
byte_array.h Fixed ByteArray not supporting BIGINT64 and BIGUINT64 2023-07-04 23:14:59 +08:00
common.h Fix compiler fail 2023-10-09 13:53:57 +08:00
date_parse.cpp Rectification of safety problems 2023-07-13 11:08:45 +08:00
date_parse.h Rectification of safety problems 2023-07-13 11:08:45 +08:00
dump.cpp Optimize for-in loop 2023-10-12 10:00:43 +08:00
ecma_context.cpp Execute patch func_main_0 for HotReload 2023-10-19 20:35:48 +08:00
ecma_context.h Reason:add FindElementWithCache IR 2023-10-23 09:23:09 +08:00
ecma_global_storage.h Fix codestyle [part-4] 2023-06-20 20:01:19 +08:00
ecma_handle_scope.cpp Add log for handle scope 2023-07-26 14:53:52 +08:00
ecma_handle_scope.h enable multi contexts and fix bugs 2023-06-11 16:18:18 +08:00
ecma_isa.yaml Support CallRutime instrunction 2023-02-14 18:45:28 +08:00
ecma_macros.h [Bug]: Fix the symbol section info (part-1) 2023-09-10 18:15:50 +08:00
ecma_param_configuration.h Adjust semi space overshoot size 2023-09-25 10:25:51 +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 Reason:Add string fromCharCode ir 2023-09-16 11:38:34 +08:00
ecma_string_table.h constant string optimization 2023-05-08 17:07:03 +08:00
ecma_string-inl.h Reason:Add SlicedString to optimize string.substring 2023-09-05 19:45:47 +08:00
ecma_string.cpp !4924 Optimize for-in loop 2023-10-13 09:02:55 +00:00
ecma_string.h Reason:optimize string split and fix slicedString bug 2023-10-12 09:47:01 +08:00
ecma_vm.cpp !5027 Complete pr 4963 of properties add 8 2023-10-24 14:28:42 +00:00
ecma_vm.h Merge branch 'master' of gitee.com:openharmony/arkcompiler_ets_runtime into master 2023-10-24 02:16:43 +00:00
elements.cpp Refactor>(PGO): PGO refactor 2023-09-17 16:00:55 +08:00
elements.h Refactor>(PGO): PGO refactor 2023-09-17 16:00:55 +08:00
enum_conversion.h Optimizes AOT ldobjbyname for Builtin.prototype in TypeScript 2023-10-12 14:40:25 +08:00
filter_helper.h Modifying Code Alarms 2023-08-10 17:35:58 +08:00
frames.cpp !4895 Tweak some code 2023-09-24 08:26:14 +00:00
frames.h Signed-off-by: shaoyijiang <shaoyijiang@huawei.com> 2023-11-13 12:44:18 +00:00
free_object.cpp Description:Memory Leak DFX 2022-07-19 10:49:19 +08:00
free_object.h Merge remote-tracking branch 'origin/master' into wcc_0808 2022-08-30 19:19:34 +08:00
generator_helper.cpp Descriptor: support first level instruction 2022-08-24 14:12:42 +08:00
generator_helper.h
global_dictionary-inl.h Optimize for-in loop 2023-10-12 10:00:43 +08:00
global_dictionary.h Optimize for-in loop 2023-10-12 10:00:43 +08:00
global_env_constants-inl.h global_env_constants cleanup for strings 2023-10-19 22:04:55 +08:00
global_env_constants.cpp !5019 Fix camera crash 2023-10-24 14:16:03 +00:00
global_env_constants.h global_env_constants cleanup for strings 2023-10-19 22:04:55 +08:00
global_env_fields.h Optimizes AOT ldobjbyname for Builtin.prototype in TypeScript 2023-10-12 14:40:25 +08:00
global_env.cpp Support Fast Json Stringify 2023-09-04 19:10:43 +08:00
global_env.h Optimizes AOT ldobjbyname for Builtin.prototype in TypeScript 2023-10-12 14:40:25 +08:00
global_handle_collection.h feat(heap): Heap leak check optimization 2023-01-13 09:35:29 +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 !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
js_array_iterator.h
js_array.cpp Fix Array.prototype.sort 2023-09-26 10:52:55 +08:00
js_array.h Fix Array.prototype.sort 2023-09-26 10:52:55 +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 Added New Code Of Asyncgenrator 2022-08-02 15:42:50 +08:00
js_async_generator_object.cpp !4406 THROW_TYPE_ERROR_AND_RETURN Part 3 2023-07-15 08:19:15 +00:00
js_async_generator_object.h Fix AsyncGenerator 2023-02-23 18:43:29 +08:00
js_bigint.cpp 【修复】BigInt::ToInt64和BigInt::BigIntToUint64存在非法内存访问 2023-09-21 19:14:06 +08:00
js_bigint.h Fix code check 2022-11-26 15:24:12 +08:00
js_collator.cpp Fixes circular header dependency 2023-09-08 19:05:41 +08:00
js_collator.h Optimize LocaleCompare for AOT 2023-06-26 15:43:44 +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 Header file redundancy rectification 2022-07-18 19:58:44 +08:00
js_date_time_format.cpp where dateStyle,timeStyle is not effective in Intl.DateTimeFormat 2023-10-17 18:50:56 +08:00
js_date_time_format.h where dateStyle,timeStyle is not effective in Intl.DateTimeFormat 2023-10-17 18:50:56 +08:00
js_date.cpp fix Date() bug 2023-10-23 18:56:29 +08:00
js_date.h bugfix about date 2023-04-10 20:24:30 +08:00
js_displaynames.cpp Fixes circular header dependency 2023-09-08 19:05:41 +08:00
js_displaynames.h use full-path for all headers. 2022-07-25 20:32:55 +08: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 add ts module regexp.. 2023-06-11 16:17:47 +08:00
js_finalization_registry.h AOT Supports VTable [PART_1] 2023-03-16 19:07:49 +08:00
js_for_in_iterator.cpp Optimize for-in loop 2023-10-12 10:00:43 +08:00
js_for_in_iterator.h Optimize for-in loop 2023-10-12 10:00:43 +08:00
js_function_kind.h Descriptor: Support async/await in taskpool 2023-02-14 18:44:43 +08:00
js_function.cpp Perf(interpreter): Performance optimization for pgo 2023-10-09 16:25:18 +08:00
js_function.h Perf(interpreter): Performance optimization for pgo 2023-10-09 16:25:18 +08:00
js_generator_object.cpp !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
js_generator_object.h move this to interpreted frame state 2022-09-16 10:56:07 +08:00
js_global_object.h Add ldpatchvar & stpatchvar for hot patch 2022-09-03 16:12:46 +08:00
js_handle.h enable multi contexts and fix bugs 2023-06-11 16:18:18 +08:00
js_hclass-inl.h Refactor>(PGO): PGO refactor 2023-09-17 16:00:55 +08:00
js_hclass.cpp Fix camera crash 2023-10-24 17:08:13 +08:00
js_hclass.h Fix camera crash 2023-10-24 17:08:13 +08:00
js_intl.h !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
js_iterator.cpp !4406 THROW_TYPE_ERROR_AND_RETURN Part 3 2023-07-15 08:19:15 +00:00
js_iterator.h Fix AsyncGenerator 2023-02-23 18:43:29 +08:00
js_list_format.cpp Fixes circular header dependency 2023-09-08 19:05:41 +08:00
js_list_format.h use full-path for all headers. 2022-07-25 20:32:55 +08:00
js_locale.cpp Fixes circular header dependency 2023-09-08 19:05:41 +08:00
js_locale.h Fix master262 2023-07-31 17:38:03 +08:00
js_map_iterator.cpp Array From Optimization 2023-09-20 17:11:39 +08:00
js_map_iterator.h Optimize Array.from Mapiterator 2023-07-25 16:41:40 +08:00
js_map.cpp Change the data type (int to uint) 2023-07-25 21:05:05 +08:00
js_map.h Change the data type (int to uint) 2023-07-25 21:05:05 +08:00
js_native_pointer.h Fix transfer ArrayBuffer with native area allocator 2023-06-27 20:11:28 +08:00
js_number_format.cpp Fixes circular header dependency 2023-09-08 19:05:41 +08:00
js_number_format.h Internationalized module isolation scheme (function isolation) 2023-03-13 14:52:07 +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 !4963 properties Add 8 2023-10-20 13:44:52 +00:00
js_object.cpp !5027 Complete pr 4963 of properties add 8 2023-10-24 14:28:42 +00:00
js_object.h complete pr 4963 of properties add 8 2023-10-23 16:01:02 +08:00
js_plural_rules.cpp Fixes circular header dependency 2023-09-08 19:05:41 +08:00
js_plural_rules.h !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
js_primitive_ref.cpp Fix THROW_TYPE_ERROR_AND_RETURN Part 1 2023-07-10 10:24:40 +08:00
js_primitive_ref.h Fix String extend Bug 2023-05-22 16:02:21 +08:00
js_promise.cpp add ts module regexp.. 2023-06-11 16:17:47 +08:00
js_promise.h
js_proxy.cpp [Bug]: ASSERTION FAILED in GetProperty 2023-09-23 17:03:28 +08:00
js_proxy.h Add Napi_ Get_ All_ Property_ Names interface capability 2023-08-29 19:07:04 +08:00
js_realm.h !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
js_regexp_iterator.cpp Modifying Code Alarms 2023-05-18 17:05:50 +08:00
js_regexp_iterator.h add test case for JSRegexpIterator 2022-07-14 09:52:10 +08:00
js_regexp.h Add a fast path for regexp.test 2023-10-09 21:00:46 +08:00
js_relative_time_format.cpp Fixes circular header dependency 2023-09-08 19:05:41 +08:00
js_relative_time_format.h Internationalized module isolation scheme (function isolation) 2023-03-13 14:52:07 +08:00
js_runtime_options.cpp !4870 GlobalValueNumbering 2023-10-13 03:04:09 +00:00
js_runtime_options.h !4870 GlobalValueNumbering 2023-10-13 03:04:09 +00:00
js_serializer.cpp Add buffer size info for serialization trace 2023-09-27 15:06:32 +08:00
js_serializer.h support default transfer 2023-08-17 21:12:48 +08:00
js_set_iterator.cpp !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
js_set_iterator.h
js_set.cpp Modifying Code Alarms 2023-09-18 16:20:29 +08:00
js_set.h The code has security issues 2023-07-13 09:06:57 +08:00
js_stable_array.cpp 整改圈复杂度 2023-09-23 10:38:41 +08:00
js_stable_array.h 整改圈复杂度 2023-09-23 10:38:41 +08:00
js_string_iterator.cpp fix issue: return JSTaggedValue::Exception to JS-World, which cause 0xa problem 2022-08-15 22:37:14 +08:00
js_string_iterator.h
js_symbol.h ecmastring interface refractor 2022-09-23 16:29:26 +08:00
js_tagged_number.h Fix Multiplication -0 Bug 2023-06-01 16:47:49 +08:00
js_tagged_value-inl.h Optimize for-in loop 2023-10-12 10:00:43 +08:00
js_tagged_value.cpp Add Napi_ Get_ All_ Property_ Names interface capability 2023-08-29 19:07:04 +08:00
js_tagged_value.h Optimize for-in loop 2023-10-12 10:00:43 +08:00
js_thread_hclass_entries.h Optimizes AOT ldobjbyname for Builtin.prototype in TypeScript 2023-10-12 14:40:25 +08:00
js_thread_stub_entries.h Optimizes AOT ldobjbyname for Builtin.prototype in TypeScript 2023-10-12 14:40:25 +08:00
js_thread.cpp Reason:add FindElementWithCache IR 2023-10-23 09:23:09 +08:00
js_thread.h !5027 Complete pr 4963 of properties add 8 2023-10-24 14:28:42 +00:00
js_typed_array.cpp [optimization] Add a fastpath of TypedArray type for BuiltinsArray::Fill 2023-09-05 17:41:16 +08:00
js_typed_array.h [optimization] Add a fastpath of TypedArray type for BuiltinsArray::Fill 2023-09-05 17:41:16 +08:00
js_weak_container.cpp support WeakMap, WeakSet, DataView display 2023-07-11 16:55:25 +08:00
js_weak_container.h support WeakMap, WeakSet, DataView display 2023-07-11 16:55:25 +08:00
js_weak_ref.h ecmastring interface refractor 2022-09-23 16:29:26 +08:00
layout_info-inl.h Fix !4069 Collective Review Comments 2023-06-13 15:39:46 +08:00
layout_info.cpp Optimize for-in loop 2023-10-12 10:00:43 +08:00
layout_info.h Optimize for-in loop 2023-10-12 10:00:43 +08:00
lexical_env.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
linked_hash_table.cpp The same bigint type becomes two keys in the map 2023-10-21 17:47:14 +08:00
linked_hash_table.h modify code Optimize clear, delete, has, get, interface performance in builtins_set and builtins_map 2022-08-12 16:08:07 +08:00
log_wrapper.h Support Inline Deopt 2023-05-13 10:46:38 +08:00
log.cpp Support Inline Deopt 2023-05-13 10:46:38 +08:00
log.h Support Inline Deopt 2023-05-13 10:46:38 +08:00
marker_cell.h Avoid Re-enter interpreter of BuiltinString.prototype.replace 2023-09-25 10:19:15 +08:00
message_string.cpp feat>(compiler): PGO type profiler 2023-03-30 20:39:06 +08:00
message_string.h Reason:Add string fromCharCode ir 2023-09-16 11:38:34 +08:00
method.cpp Move module from Function to Method 2023-09-20 16:49:17 +08:00
method.h Move module from Function to Method 2023-09-20 16:49:17 +08:00
object_factory-inl.h Fixes circular header dependency 2023-09-08 19:05:41 +08:00
object_factory.cpp Execute patch func_main_0 for HotReload 2023-10-19 20:35:48 +08:00
object_factory.h !4924 Optimize for-in loop 2023-10-13 09:02:55 +00:00
object_fast_operator-inl.h !5027 Complete pr 4963 of properties add 8 2023-10-24 14:28:42 +00:00
object_fast_operator.h !4923 Fix Array.prototype.sort part1 2023-09-27 09:22:49 +00:00
object_operator.cpp bugfix icmiss & typedarray 2023-10-19 16:03:34 +08:00
object_operator.h Avoid Re-enter interpreter of BuiltinString.prototype.replace 2023-09-25 10:19:15 +08:00
property_accessor.cpp Optimize for-in loop 2023-10-12 10:00:43 +08:00
property_accessor.h Optimize for-in loop 2023-10-12 10:00:43 +08:00
property_attributes.h Fix AddPropertyByName tagged array extend bug 2023-09-11 11:53:43 +08:00
property_detector-inl.h Modifying Code Alarms 2023-10-07 16:24:32 +08:00
property_detector.h Avoid Re-enter interpreter of BuiltinString.prototype.replace 2023-09-25 10:19:15 +08:00
record.h
runtime_call_id.h Optimize for-in loop 2023-10-12 10:00:43 +08:00
subtyping_operator-inl.h add ts module regexp.. 2023-06-11 16:17:47 +08:00
subtyping_operator.cpp Part2: AOT obj literal use pgo type 2023-07-04 10:52:12 +08:00
subtyping_operator.h Maintain Subtyping when Adding Property on Prototype 2023-05-24 10:28:33 +08:00
symbol_table.h Signed-off-by: linxiang8 <linxiang8@huawei.com> 2023-03-02 10:10:33 +08:00
tagged_array-inl.h Fixes circular header dependency 2023-09-08 19:05:41 +08:00
tagged_array.h Feat(Aot): Track Double/Int field for aot compiler 2023-07-12 21:55:16 +08:00
tagged_dictionary.cpp Optimize for-in loop 2023-10-12 10:00:43 +08:00
tagged_dictionary.h Optimize for-in loop 2023-10-12 10:00:43 +08:00
tagged_hash_array.cpp Fix HashMap And HashSet 2022-08-15 18:06:05 +08:00
tagged_hash_array.h Remove leading spaces at empty line 2022-12-27 17:59:06 +08:00
tagged_hash_table.h builtin.cpp repetitive code cleanup 2023-09-26 16:42:23 +08:00
tagged_list.cpp Code Review for Builtins Array &BufferArray 2023-07-18 17:03:12 +08:00
tagged_list.h Remove leading spaces at empty line 2022-12-27 17:59:06 +08:00
tagged_node.cpp Fix some bugs and JSMutableHandle use error 2023-02-27 11:00:36 +08:00
tagged_node.h The same bigint type becomes two keys in the map 2023-10-21 17:47:14 +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 Change the data type (int to uint) 2023-07-25 21:05:05 +08:00
tagged_tree.h !4436 Change the data type (int to uint) 2023-07-27 03:25:34 +00:00
template_map.h Signed-off-by: linxiang8 <linxiang8@huawei.com> 2023-03-02 10:10:33 +08:00
template_string.cpp Fix ArrayCreate and JSTaggedValue::ToPropertyKey 2023-07-06 10:12:07 +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 Modifying Code Alarms 2023-03-23 14:43:41 +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 Fix camera crash 2023-10-24 17:08:13 +08:00
weak_vector.h Fix camera crash 2023-10-24 17:08:13 +08:00