arkcompiler_ets_runtime/ecmascript
openharmony_ci b2d545c02a
!4209 Remove Load/StoreElement elementsLength check
Merge pull request !4209 from 孙哲/master
2023-06-08 14:33:33 +00:00
..
base Modify some optional parameters to pass null application crash of container 2023-06-05 11:16:40 +08:00
builtins add printOptStat and printMehodCallStat tools at builtins global 2023-06-08 16:14:37 +08:00
compiler !4209 Remove Load/StoreElement elementsLength check 2023-06-08 14:33:33 +00:00
containers Modify some optional parameters to pass null application crash of container 2023-06-05 11:16:40 +08:00
debugger Fix Codecheck warning: blank space at the end of the line 2023-06-07 11:21:39 +08:00
deoptimizer !4156 Fix stobjbyvalue for empty or COW array 2023-06-04 10:54:12 +00:00
dfx add printOptStat and printMehodCallStat tools at builtins global 2023-06-08 16:14:37 +08:00
ic Feat(PGO): PGO Support profile number type of object field 2023-05-24 15:36:53 +08:00
interpreter Adding Assembly Interpreter implementation of debugger statement; 2023-06-07 17:51:06 +08:00
intl ix file formatting and locale "resize" function 2023-03-16 11:08:00 +08:00
jobs Fix Log print error in intl 2023-03-24 20:34:46 +08:00
js_api 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_vm Rectify bundle.json 2023-05-27 22:32:29 +08:00
jspandafile Description: Bugfix For JSPandaFile Lock 2023-06-07 09:59:20 +08:00
mem Modifying Code Alarms 2023-06-07 11:35:31 +08:00
module Support using dynamic-import to load native module 2023-06-01 19:30:08 +08:00
napi !4184 Add detach and isdetach about arraybuffer 2023-06-08 07:49:36 +00:00
patch Bugfix of GeneratePatchInfo 2023-05-16 12:25:46 +08:00
pgo_profiler Modifying Code Alarms 2023-06-07 11:35:31 +08:00
platform Fix rewriting an file failed after code sign 2023-06-02 16:16:00 +08:00
quick_fix Rectify bundle.json 2023-05-27 22:32:29 +08:00
regexp Resubmit the fallback code 2023-06-06 16:14:02 +08:00
require Extract the classes in aot file manager 2023-04-20 22:54:52 +08:00
sdk Add Hilog lib for mac 2023-05-27 17:47:47 +08:00
shared_mm Descriptor: Encapsulate some interface in PandaFile 2023-01-03 15:16:51 +08:00
snapshot constant string optimization 2023-05-08 17:07:03 +08:00
stackmap Enable multi-modules compilation of aot 2023-05-12 15:07:00 +08:00
stubs !4209 Remove Load/StoreElement elementsLength check 2023-06-08 14:33:33 +00:00
taskpool Reconstruct Lock for Runner 2023-03-22 10:56:49 +08:00
tests Fix JSSerializer bug 2023-06-05 20:45:53 +08:00
ts_types !4120 Support using dynamic-import to load native module 2023-06-02 10:25:47 +00: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 Modify the variable name and function name for typedarray and bytearray 2023-02-06 19:40:56 +08:00
byte_array.h Modify the variable name and function name for typedarray and bytearray 2023-02-06 19:40:56 +08:00
common.h Triggered CompressGC when switch background 2023-06-05 09:32:42 +08:00
date_parse.cpp Modifying Code Alarms 2023-05-18 17:05:50 +08:00
date_parse.h Modifying Code Alarms 2023-05-18 17:05:50 +08:00
dump.cpp Intruduce TSClassAnalysisPass 2023-05-26 16:45:32 +08:00
ecma_global_storage.h 修改memtrace中的tag 2023-05-16 06:27:20 +00:00
ecma_handle_scope.h feat(dfx): optimize global handle check tools 2023-01-28 14:12:17 +08:00
ecma_isa.yaml Support CallRutime instrunction 2023-02-14 18:45:28 +08:00
ecma_macros.h Bugfix on Promise.all for memory leak 2023-04-25 09:47:39 +08:00
ecma_param_configuration.h Remove leading spaces at empty line 2022-12-27 17:59:06 +08:00
ecma_runtime_call_info.h Fix the unexpected aligning behavior of struct EcmaRuntimeCallInfo in linux_x86 build 2023-04-27 14:20:02 +08:00
ecma_string_table.cpp constant string optimization 2023-05-08 17:07:03 +08:00
ecma_string_table.h constant string optimization 2023-05-08 17:07:03 +08:00
ecma_string-inl.h heap allocation sampling 2023-05-23 15:38:38 +08:00
ecma_string.cpp constant string optimization 2023-05-08 17:07:03 +08:00
ecma_string.h napi fix bug 2023-05-15 08:59:13 +08:00
ecma_vm.cpp add printOptStat and printMehodCallStat tools at builtins global 2023-06-08 16:14:37 +08:00
ecma_vm.h add printOptStat and printMehodCallStat tools at builtins global 2023-06-08 16:14:37 +08:00
frames.cpp !4074 CpuProfiler preload debuginfo && add Invalid Value check && add lock reentry check 2023-05-22 17:02:29 +00:00
frames.h !4056 fix cppcrash 2023-05-22 14:45:53 +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 add log fatal before unreachable 2022-12-01 16:30:13 +08:00
global_dictionary.h Explicit only works on single-argument constructor 2023-01-03 11:06:16 +08:00
global_env_constants-inl.h Fix some header macro naming for consistency 2023-04-14 22:36:06 +08:00
global_env_constants.cpp !3957 Create constant string to optimize the memory of Heap 2023-05-09 11:22:41 +00:00
global_env_constants.h !3957 Create constant string to optimize the memory of Heap 2023-05-09 11:22:41 +00:00
global_env.cpp Snapshot support serialize builtins object independently 2022-06-09 21:21:44 +08:00
global_env.h Reason:optimize fastcall 2023-06-03 18:42:00 +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 Remove Load/StoreElement elementsLength check 2023-06-08 18:50:14 +08:00
js_array.h Descriptor: Fix daily build error 2023-01-06 09:40:10 +08:00
js_arraybuffer.cpp Add onheap path for arraybuffer while arraybuffer bytelength is not greater than 64 2022-10-29 14:25:41 +08:00
js_arraybuffer.h Judge special value use Isxxx() instead of equal 2023-01-14 10:20:50 +08:00
js_async_from_sync_iterator.cpp Fix AsyncGenerator 2023-02-23 18:43:29 +08:00
js_async_from_sync_iterator.h Fix AsyncGenerator 2023-02-23 18:43:29 +08:00
js_async_function.cpp Add exception check for NewPromiseCapability 2023-04-23 11:19:55 +08:00
js_async_function.h Added New Code Of Asyncgenrator 2022-08-02 15:42:50 +08:00
js_async_generator_object.cpp Fix AsyncGenerator 2023-02-23 18:43:29 +08:00
js_async_generator_object.h Fix AsyncGenerator 2023-02-23 18:43:29 +08:00
js_bigint.cpp Fix bug about napi_create_bigint_words and napi_get_value_int64 2023-03-02 21:45:03 +08:00
js_bigint.h Fix code check 2022-11-26 15:24:12 +08:00
js_collator.cpp ix file formatting and locale "resize" function 2023-03-16 11:08:00 +08:00
js_collator.h Add fast path for Number/BigInt/String's locale sensitive API 2022-12-02 17:00:12 +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 Fix js_date_time abc crash exceptions 2023-06-08 15:50:17 +08:00
js_date_time_format.h Add fast path for Number/BigInt/String's locale sensitive API 2022-12-02 17:00:12 +08:00
js_date.cpp bugfix about date 2023-04-10 20:24:30 +08:00
js_date.h bugfix about date 2023-04-10 20:24:30 +08:00
js_displaynames.cpp Internationalized module isolation scheme (function isolation) 2023-03-13 14:52:07 +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 AOT Supports VTable [PART_1] 2023-03-16 19:07:49 +08:00
js_finalization_registry.h AOT Supports VTable [PART_1] 2023-03-16 19:07:49 +08:00
js_for_in_iterator.cpp reason:optimize for in 2022-11-26 19:13:06 +08:00
js_for_in_iterator.h reason:optimize for in 2022-11-26 19:13:06 +08:00
js_function_kind.h Descriptor: Support async/await in taskpool 2023-02-14 18:44:43 +08:00
js_function.cpp Add Function Call Timer Tools 2023-06-04 11:12:04 +08:00
js_function.h Modifying Code Alarms 2023-05-29 15:44:56 +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 Fix some bugs and JSMutableHandle use error 2023-02-27 11:00:36 +08:00
js_hclass-inl.h constant string optimization 2023-05-08 17:07:03 +08:00
js_hclass.cpp Modifying Code Alarms 2023-06-07 11:35:31 +08:00
js_hclass.h Reason:optimize fastcall 2023-06-03 18:42:00 +08:00
js_intl.h !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
js_iterator.cpp Fix AsyncGenerator 2023-02-23 18:43:29 +08:00
js_iterator.h Fix AsyncGenerator 2023-02-23 18:43:29 +08:00
js_list_format.cpp Internationalized module isolation scheme (function isolation) 2023-03-13 14:52:07 +08:00
js_list_format.h use full-path for all headers. 2022-07-25 20:32:55 +08:00
js_locale.cpp Internationalized module isolation scheme (function isolation) 2023-03-13 14:52:07 +08:00
js_locale.h Add UT for multi-hap hot reload and codecheck fix 2023-01-30 16:08:55 +08:00
js_map_iterator.cpp !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
js_map_iterator.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
js_map.cpp modify code Optimize clear, delete, has, get, interface performance in builtins_set and builtins_map 2022-08-12 16:08:07 +08:00
js_map.h Descriptor: Fix daily build error 2023-01-06 09:40:10 +08:00
js_native_pointer.h Fix JSSerializer bug that could not transfer JSArrayBuffer 2023-05-23 12:48:08 +00:00
js_number_format.cpp Modifying Code Alarms 2023-05-18 17:05:50 +08:00
js_number_format.h Internationalized module isolation scheme (function isolation) 2023-03-13 14:52:07 +08:00
js_object-inl.h Description: Add Range Analysis Pass 2023-04-24 10:52:18 +08:00
js_object.cpp !4085 Fix String extend Bug 2023-05-23 03:19:22 +00:00
js_object.h Add object_fast_operator file 2023-01-18 13:52:15 +08:00
js_plural_rules.cpp Internationalized module isolation scheme (function isolation) 2023-03-13 14:52:07 +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 String extend Bug 2023-05-22 16:02:21 +08:00
js_primitive_ref.h Fix String extend Bug 2023-05-22 16:02:21 +08:00
js_promise.cpp !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
js_promise.h
js_proxy.cpp Fix code style 2022-12-26 19:50:46 +08:00
js_proxy.h Move ConstantPool from JSFunction to JSMethod 2022-08-17 18:58:42 +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 use full-path for all headers. 2022-07-25 20:32:55 +08:00
js_relative_time_format.cpp Modifying Code Alarms 2023-05-18 17:05:50 +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 Fix builtins.d.abc option when target compilation 2023-05-31 10:32:26 +08:00
js_runtime_options.h Feat(Aot): PGO extension supports hclass dump 2023-06-01 19:54:22 +08:00
js_serializer.cpp Fix JSSerializer bug 2023-06-05 20:45:53 +08:00
js_serializer.h Refactor JSSerializer to make it more concise 2023-05-24 15:43:09 +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 modify code Optimize clear, delete, has, get, interface performance in builtins_set and builtins_map 2022-08-12 16:08:07 +08:00
js_set.h Descriptor: Fix daily build error 2023-01-06 09:40:10 +08:00
js_stable_array.cpp !4071 Fix FastCopyElementFromArray 2023-05-18 09:24:31 +00:00
js_stable_array.h Descriptor: Fix daily build error 2023-01-06 09:40:10 +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 CpuProfiler preload debuginfo && add Invalid Value check && add lock reentry check 2023-05-22 21:14:55 +08:00
js_tagged_value.cpp !4031 Fix JSTaggedValue::Equal Bug 2023-05-11 06:23:36 +00:00
js_tagged_value.h CpuProfiler preload debuginfo && add Invalid Value check && add lock reentry check 2023-05-22 21:14:55 +08:00
js_thread.cpp Optimize JSThread::GetAsmStackLimit 2023-05-29 11:27:41 +08:00
js_thread.h Optimize JSThread::GetAsmStackLimit 2023-05-29 11:27:41 +08:00
js_typed_array.cpp Modify the variable name and function name for typedarray and bytearray 2023-02-06 19:40:56 +08:00
js_typed_array.h Modify the variable name and function name for typedarray and bytearray 2023-02-06 19:40:56 +08:00
js_weak_container.cpp Descriptor: delete bit_utils.h 2022-07-26 15:03:18 +08:00
js_weak_container.h Descriptor: Fix daily build error 2023-01-06 09:40:10 +08:00
js_weak_ref.h ecmastring interface refractor 2022-09-23 16:29:26 +08:00
layout_info-inl.h Intruduce TSClassAnalysisPass 2023-05-26 16:45:32 +08:00
layout_info.cpp Feat(PGO): PGO Support profile number type of object field 2023-05-24 15:36:53 +08:00
layout_info.h Intruduce TSClassAnalysisPass 2023-05-26 16:45:32 +08:00
lexical_env.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
linked_hash_table.cpp ecmastring interface refractor 2022-09-23 16:29:26 +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
message_string.cpp feat>(compiler): PGO type profiler 2023-03-30 20:39:06 +08:00
message_string.h Reason:add function apply builtins ir 2023-04-24 21:03:55 +08:00
method.cpp Refactor loadedJSPandaFiles for memory leak 2023-04-07 14:57:06 +08:00
method.h Reason:optimize fastcall 2023-06-03 18:42:00 +08:00
object_factory-inl.h constant string optimization 2023-05-08 17:07:03 +08:00
object_factory.cpp !4125 Fix JS Serializer bugs 2023-06-05 13:41:00 +00:00
object_factory.h !4125 Fix JS Serializer bugs 2023-06-05 13:41:00 +00:00
object_fast_operator-inl.h Modifying Code Alarms 2023-05-18 17:05:50 +08:00
object_fast_operator.h Add object_fast_operator file 2023-01-18 13:52:15 +08:00
object_operator.cpp Feat(PGO): PGO Support profile number type of object field 2023-05-24 15:36:53 +08:00
object_operator.h Rename AOT to TS in HClass Related Scenarios 2023-02-06 12:50:01 +08:00
property_attributes.h Intruduce TSClassAnalysisPass 2023-05-26 16:45:32 +08:00
record.h
runtime_call_id.h add printOptStat and printMehodCallStat tools at builtins global 2023-06-08 16:14:37 +08:00
subtyping_operator-inl.h Modifying Code Alarms 2023-03-21 11:27:53 +08:00
subtyping_operator.cpp Support analyze initialization of the class 2023-05-26 16:25:20 +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 Fix FillFreeObject Bug 2023-03-25 09:34:25 +08:00
tagged_array.h AOT Supports VTable [PART_1] 2023-03-16 19:07:49 +08:00
tagged_dictionary.cpp Fix code style 2022-12-26 19:50:46 +08:00
tagged_dictionary.h !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +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 Signed-off-by: linxiang8 <linxiang8@huawei.com> 2023-03-02 10:10:33 +08:00
tagged_list.cpp Modify the LinkedList module exception description 2023-01-11 14:21:53 +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 ecmastring interface refractor 2022-09-23 16:29:26 +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 Fix some bugs and JSMutableHandle use error 2023-02-27 11:00:36 +08:00
tagged_tree.h Remove leading spaces at empty line 2022-12-27 17:59:06 +08:00
template_map.h Signed-off-by: linxiang8 <linxiang8@huawei.com> 2023-03-02 10:10:33 +08:00
template_string.cpp !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +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 Modifying Code Alarms 2023-03-24 13:39:32 +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 add test case for WaiterList and modify test case 2022-08-25 10:24:41 +08:00
weak_vector.cpp AOT Supports VTable [PART_1] 2023-03-16 19:07:49 +08:00
weak_vector.h Eliminate Level Check in SubTyping Check 2023-05-05 17:19:00 +08:00