arkcompiler_ets_runtime/ecmascript
openharmony_ci bf1bd2e303
!1247 fix some bugs
Merge pull request !1247 from lukai/master
2022-05-10 13:32:38 +00:00
..
base !1247 fix some bugs 2022-05-10 13:32:38 +00:00
builtins fix some bugs 2022-05-10 19:21:56 +08:00
compiler !1242 Fix assembler rsp frame of x64 platform 2022-05-10 08:10:09 +00:00
containers fix codex warning 2022-04-25 14:33:01 +08:00
dfx !1178 Snapshot code optimization 2022-05-07 12:55:32 +00:00
ic Fix UT test and json parser 2022-05-05 11:36:33 +08:00
interpreter Fix assembler rsp frame of x64 platform 2022-05-10 10:18:14 +08:00
jobs Delete useless code dependencies 2022-04-24 18:02:32 +08:00
js_vm Descriptor:fix ut fail and modify debugger test 2022-05-05 20:49:16 +08:00
jspandafile !1181 clear extractors when destroy 2022-05-05 10:07:41 +00:00
mem !1247 fix some bugs 2022-05-10 13:32:38 +00:00
module for ark_js_vm on mac 2022-05-09 09:06:58 +08:00
napi add test case for JSAPIDequeIterator and delete useless code 2022-05-09 14:25:06 +08:00
regexp fix codex warning 2022-04-30 10:31:33 +08:00
shared_mm Modify sharedmemorymanager filename 2022-04-13 11:53:13 +08:00
snapshot Snapshot code optimization 2022-05-07 09:23:06 +08:00
stubs !1220 Link and update JSfunction and constpool info in aot execution phase. 2022-05-09 08:16:50 +00:00
taskpool for ark_js_vm on mac 2022-05-09 09:06:58 +08:00
tests !1246 Fix run unit tests fail on rk3568 2022-05-10 13:15:24 +00:00
tooling fix exception in attach 2022-05-10 09:24:59 +08:00
trampoline !1222 refactor asm Interpreted frame 2022-05-09 06:34:37 +00:00
ts_types fix codex warning 2022-04-30 10:31:33 +08:00
accessor_data.h delete object_xray-inl.h, move into object_xray.h and create visitor.h 2022-04-28 21:25:51 +08:00
builtins.cpp for ark_js_vm on mac 2022-05-09 09:06:58 +08:00
builtins.h According to the 2021 internationalization specification add international specification module listformat class code 2022-04-27 10:24:14 +08:00
common.h Refactor JSThread layout and introduce macro for debugging 2022-03-10 00:25:35 -08:00
dump.cpp refactor class FrameHandler 2022-05-04 10:36:44 +08:00
ecma_global_storage-inl.h Support weak refernce of ark napi 2022-02-12 11:09:33 +08:00
ecma_global_storage.h Add a protection judgment to prevent application crash 2022-03-24 15:56:44 +08:00
ecma_handle_scope.h Refactor ID definition and callSignature initialization mechanism of stubs 2022-03-18 22:01:52 +08:00
ecma_isa.yaml isa: add return property for ecma.returnundefined 2022-04-11 16:26:43 +03:00
ecma_macros.h for ark_js_vm on mac 2022-05-09 09:06:58 +08:00
ecma_runtime_call_info.h constuct entry frame of execute with rsp 2022-05-07 14:13:50 +08:00
ecma_string_table.cpp fix ecmastring table 2022-03-14 11:03:53 +08:00
ecma_string_table.h Snapshot code optimization 2022-05-07 09:23:06 +08:00
ecma_string-inl.h delete object_xray-inl.h, move into object_xray.h and create visitor.h 2022-04-28 21:25:51 +08:00
ecma_string.cpp optimize asm interpreter performance 2022-04-28 18:43:32 +08:00
ecma_string.h Fix utf16 string writing to buffer 2022-05-07 18:39:07 +08:00
ecma_vm.cpp !1231 JSNativePointer Optimization 2022-05-10 07:55:25 +00:00
ecma_vm.h Link and update JSfunction and constpool info in aot execution phase. 2022-05-09 15:31:18 +08:00
frames.h Refactor asm interpreted frame 2022-05-08 20:40:24 -07:00
free_object.cpp add ark js_runtime 2021-09-05 16:05:06 +08:00
free_object.h Bugfix:Fix application bug that found by monkey testing 2022-02-26 18:39:47 +08:00
generator_helper.cpp optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
generator_helper.h optimize primitive type ACCESSORS 2022-01-25 18:05:12 +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 According to the 2021 internationalization specification add international specification module listformat class code 2022-04-27 10:24:14 +08:00
global_env_constants.h Snapshot code optimization 2022-05-07 09:23:06 +08:00
global_env.cpp Get Object Literal's Hclass From Cache 2022-04-11 21:57:35 +08:00
global_env.h Snapshot code optimization 2022-05-07 09:23:06 +08:00
global_handle_collection.h Sync js_runtime to openharmony 2021-09-08 09:20:53 +08:00
js_api_arraylist_iterator.cpp Modify ArrayList, TreeMap And TreeSet 2022-03-03 17:02:21 +08:00
js_api_arraylist_iterator.h Modify ArrayList, TreeMap And TreeSet 2022-03-03 17:02:21 +08:00
js_api_arraylist.cpp fix codeDex warning. 2022-04-14 10:56:51 +08:00
js_api_arraylist.h Clean Code For CodeHub Issues 2022-03-22 11:34:13 +08:00
js_api_deque_iterator.cpp Add Container Deque And Stack 2022-03-29 18:13:38 +08:00
js_api_deque_iterator.h Add Container Deque And Stack 2022-03-29 18:13:38 +08:00
js_api_deque.cpp Add Container Deque And Stack 2022-03-29 18:13:38 +08:00
js_api_deque.h Add Container Deque And Stack 2022-03-29 18:13:38 +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 Add Container Plainarray 2022-04-15 13:11:55 +08:00
js_api_plain_array.cpp fix codex warning 2022-04-30 10:31:33 +08:00
js_api_plain_array.h Add Container Plainarray 2022-04-15 13:11:55 +08:00
js_api_queue_iterator.cpp Add Container Queue 2022-03-05 16:55:38 +08:00
js_api_queue_iterator.h Add Container Queue 2022-03-05 16:55:38 +08:00
js_api_queue.cpp Add Container Queue 2022-03-05 16:55:38 +08:00
js_api_queue.h Add Container Queue 2022-03-05 16:55:38 +08:00
js_api_stack_iterator.cpp fix codeDex warning. 2022-04-14 10:56:51 +08:00
js_api_stack_iterator.h Add Container Deque And Stack 2022-03-29 18:13:38 +08:00
js_api_stack.cpp fix codeDex warning. 2022-04-14 10:56:51 +08:00
js_api_stack.h Add Container Deque And Stack 2022-03-29 18:13:38 +08:00
js_api_tree_map_iterator.cpp Rectify template problems 2022-04-22 09:44:50 +08:00
js_api_tree_map_iterator.h Modify ArrayList, TreeMap And TreeSet 2022-03-03 17:02:21 +08:00
js_api_tree_map.cpp Rectify template problems 2022-04-22 09:44:50 +08:00
js_api_tree_map.h Description 2022-02-10 11:28:34 +08:00
js_api_tree_set_iterator.cpp fix codex warning 2022-04-25 14:33:01 +08:00
js_api_tree_set_iterator.h Modify ArrayList, TreeMap And TreeSet 2022-03-03 17:02:21 +08:00
js_api_tree_set.cpp Rectify template problems 2022-04-22 09:44:50 +08:00
js_api_tree_set.h Description 2022-02-10 11:28:34 +08:00
js_arguments.cpp ObjectFactory New Ecmastring Rectification 2022-04-09 10:34:11 +08:00
js_arguments.h optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
js_array_iterator.cpp fix codeDex warning. 2022-04-14 10:56:51 +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 FFI optimization for call params 2022-04-07 21:13:46 +08:00
js_async_function.h Description:sync from code from wgr_master to ohos 2021-12-21 09:36:03 +08:00
js_bigint.cpp fix codex warning 2022-05-06 17:52:55 +08:00
js_bigint.h add Wextra and Werror in gn args 2022-03-24 21:45:19 +08:00
js_collator.cpp Refactor ID definition and callSignature initialization mechanism of stubs 2022-03-18 22:01:52 +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 fix codex waring 2022-05-05 17:03:02 +08:00
js_date_time_format.h optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
js_date.cpp Fix compile problem caused by rebase 2022-04-25 09:28: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_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 optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
js_function.cpp Delete useless code dependencies 2022-04-24 18:02:32 +08:00
js_function.h Support constpool serialize, global const and global env object reuse, string deduplication 2022-04-27 21:16:00 +08:00
js_generator_object.cpp optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
js_generator_object.h optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
js_global_object.h Sync js_runtime to openharmony 2021-09-08 09:20:53 +08:00
js_handle.h Refactor ID definition and callSignature initialization mechanism of stubs 2022-03-18 22:01:52 +08:00
js_hclass-inl.h fix codeDex warning(3) 2022-04-17 15:23:43 +08:00
js_hclass.cpp fix codeDex warning(3) 2022-04-17 15:23:43 +08:00
js_hclass.h issue:I55TH8 2022-05-05 16:54:26 +08:00
js_intl.h heapdump 2021-10-21 01:40:14 -10:00
js_iterator.cpp Add object object fromEntries interface 2022-05-05 14:14:56 +08:00
js_iterator.h add Wextra and Werror in gn args 2022-03-24 21:45:19 +08:00
js_list_format.cpp According to the 2021 internationalization specification add international specification module listformat class code 2022-04-27 10:24:14 +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 fix codeDex warning. 2022-04-14 10:56:51 +08:00
js_locale.h fix codeDex warning(3) 2022-04-17 15:23:43 +08:00
js_map_iterator.cpp Rectify template problems 2022-04-22 09:44:50 +08:00
js_map_iterator.h optimize primitive type ACCESSORS 2022-01-25 18:05:12 +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 refactor the uint fileds in jsmethod 2022-04-27 02:43:40 -10:00
js_method.h constuct entry frame of execute with rsp 2022-05-07 14:13:50 +08:00
js_native_pointer.h SnapShot serialize and deserialize by using ObjectXray visit object 2022-04-10 12:32:07 +08:00
js_number_format.cpp add Wextra and Werror in gn args 2022-03-24 21:45:19 +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 fix codeDex warning. 2022-04-14 10:56:51 +08:00
js_object.cpp Stringify support TypedArray 2022-04-19 20:16:09 +08:00
js_object.h delete object_xray-inl.h, move into object_xray.h and create visitor.h 2022-04-28 21:25:51 +08:00
js_plural_rules.cpp Clean Code For CodeHub Issues #96-#123 And #250-#264 2022-03-21 17:09:19 +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 FFI optimization for call params 2022-04-07 21:13:46 +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 codex warning 2022-04-25 14:33:01 +08:00
js_proxy.h SnapShot serialize and deserialize by using ObjectXray visit object 2022-04-10 12:32:07 +08:00
js_realm.h heapdump 2021-10-21 01:40:14 -10:00
js_regexp.h optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
js_relative_time_format.cpp EcmaScript Standard Module Implementation 2022-03-10 19:10:42 +08:00
js_relative_time_format.h Modify RegionFactory and Chunk 2022-02-21 15:22:01 +08:00
js_runtime_options.h Prebuild com_sub.m and bc_stub.m 2022-05-10 09:56:40 +08:00
js_serializer.cpp for ark_js_vm on mac 2022-05-09 09:06:58 +08:00
js_serializer.h Add x64 assembler 2022-04-13 22:01:24 -07: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 EcmaString::FastSubString 2022-04-20 10:08:40 +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 According to the 2021 internationalization specification add international specification module listformat class code 2022-04-27 10:24:14 +08:00
js_tagged_value.cpp !972 Add Container Plainarray 2022-04-15 06:54:59 +00:00
js_tagged_value.h issue:I55TH8 2022-05-05 16:54:26 +08:00
js_thread.cpp Fix assembler rsp frame of x64 platform 2022-05-10 10:18:14 +08:00
js_thread.h Refactor asm interpreted frame 2022-05-08 20:40:24 -07:00
js_typed_array.cpp Merge branch 'master' of gitee.com:openharmony/ark_js_runtime into master 2022-04-14 02:57:27 +00:00
js_typed_array.h add -Werror -Wextra gn flag for 'compiler' 2022-03-25 15:31:59 +08:00
js_weak_container.cpp Rectify template problems 2022-04-22 09:44:50 +08:00
js_weak_container.h Sync js_runtime to openharmony 2021-09-08 09:20:53 +08:00
layout_info-inl.h fix codex warning 2022-04-30 10:31:33 +08:00
layout_info.cpp [part-1] delete "*-inl.h" of newest codex rule 2022-04-07 14:14:49 +08:00
layout_info.h [part-1] delete "*-inl.h" of newest codex rule 2022-04-07 14:14:49 +08:00
lexical_env.h refactor debugger extractor 2022-03-30 17:49:11 +08:00
linked_hash_table.cpp Rectify template problems 2022-04-22 09:44:50 +08:00
linked_hash_table.h Rectify template problems 2022-04-22 09:44:50 +08:00
message_string.cpp move interpreter helper stubs from common stub to bc stub 2022-04-28 21:14:18 +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 Snapshot code optimization 2022-05-07 09:23:06 +08:00
object_factory.h Snapshot code optimization 2022-05-07 09:23:06 +08:00
object_operator.cpp Refactor asm interpreted frame 2022-05-08 20:40:24 -07: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 Setter/Getter Optimization 2022-05-06 14:17:02 +08:00
symbol_table.h fix codex warning 2022-04-25 14:33:01 +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 add Wextra and Werror in gn args 2022-03-24 21:45:19 +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_queue.h [part-1] delete "*-inl.h" of newest codex rule 2022-04-07 14:14:49 +08:00
tagged_tree.cpp Rectify template problems 2022-04-22 09:44:50 +08:00
tagged_tree.h Rectify template problems 2022-04-22 09:44:50 +08:00
template_map.h fix codex warning 2022-04-25 14:33:01 +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
weak_vector.cpp [part-1] delete "*-inl.h" of newest codex rule 2022-04-07 14:14:49 +08:00
weak_vector.h [part-1] delete "*-inl.h" of newest codex rule 2022-04-07 14:14:49 +08:00