arkcompiler_ets_runtime/ecmascript
openharmony_ci ba929190cc
!810 Fix stub.m compile error
Merge pull request !810 from songzhengchao/aotcompiler0320
2022-03-20 09:44:12 +00:00
..
base Clean Code 2022-03-19 14:31:04 +08:00
builtins Refactor ID definition and callSignature initialization mechanism of stubs 2022-03-18 22:01:52 +08:00
compiler Fix compile stub.m abort 2022-03-20 17:00:25 +08:00
containers Fix internal issue list problem 2022-03-14 17:42:27 +08:00
dfx Clean Code 2022-03-19 14:31:04 +08:00
ic Refactor ID definition and callSignature initialization mechanism of stubs 2022-03-18 22:01:52 +08:00
interpreter Fix compilation errors 2022-03-18 18:17:21 -07:00
jobs Fix internal issue list problem 2022-03-14 15:19:45 +08:00
js_vm Refactor ID definition and callSignature initialization mechanism of stubs 2022-03-18 22:01:52 +08:00
jspandafile Clean Code 2022-03-19 14:31:04 +08:00
mem !796 Fix update weak reference in concurrent marking 2022-03-19 01:58:12 +00:00
module EcmaScript Standard Module Implementation 2022-03-10 19:10:42 +08:00
napi Merge branch 'master' of gitee.com:openharmony/ark_js_runtime into master 2022-03-17 02:07:56 +00:00
platform Add information such as instruction immediate, method_id, string_id, etc. 2022-03-15 11:02:40 +08:00
regexp Fix RegExp \p bug 2022-03-02 15:37:28 +08:00
snapshot Fix internal issue list problem 2022-03-14 15:19:45 +08:00
stubs Fix compilation errors 2022-03-18 18:17:21 -07:00
tests Merge branch 'master' of gitee.com:openharmony/ark_js_runtime into master 2022-03-17 02:07:56 +00:00
tooling !765 Fix internal issue list problem 2022-03-18 06:49:23 +00:00
trampoline Refactor ID definition and callSignature initialization mechanism of stubs 2022-03-18 22:01:52 +08:00
ts_types Add information such as instruction immediate, method_id, string_id, etc. 2022-03-15 11:02:40 +08:00
accessor_data.h Refactor ID definition and callSignature initialization mechanism of stubs 2022-03-18 22:01:52 +08:00
builtins.cpp Add bigint type, add related instructions and Napi 2022-03-10 21:25:06 +08:00
builtins.h Add bigint type, add related instructions and Napi 2022-03-10 21:25:06 +08:00
common.h Refactor JSThread layout and introduce macro for debugging 2022-03-10 00:25:35 -08:00
dump.cpp !703 modify transitions to weak reference 2022-03-14 12:11:31 +00:00
ecma_exceptions.cpp fix warning file 2021-12-24 18:37:44 +08:00
ecma_exceptions.h Sync js_runtime to openharmony 2021-09-08 09:20:53 +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 Support weak refernce of ark napi 2022-02-12 11:09:33 +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 The bigint instruction is moved backward, and the sdk is compatible with the yellow zone 2022-03-16 17:46:59 +08:00
ecma_language_context.cpp Refactor ID definition and callSignature initialization mechanism of stubs 2022-03-18 22:01:52 +08:00
ecma_language_context.h Decouple SetExceptionToVReg 2022-02-22 10:46:58 +08:00
ecma_macros.h Refactor ID definition and callSignature initialization mechanism of stubs 2022-03-18 22:01:52 +08:00
ecma_runtime_call_info.h modify ACCESSOR for EcmaString and TaggedArray 2022-01-17 11:51:50 +08:00
ecma_string_table.cpp fix ecmastring table 2022-03-14 11:03:53 +08:00
ecma_string_table.h Performance optimization for String table 2022-02-15 14:23:43 +08:00
ecma_string-inl.h !410 modify ACCESSOR for EcmaString and TaggedArray 2022-01-17 10:34:20 +00:00
ecma_string.cpp Performance optimization for String table 2022-02-15 14:23:43 +08:00
ecma_string.h Refactor ID definition and callSignature initialization mechanism of stubs 2022-03-18 22:01:52 +08:00
ecma_vm.cpp Fix compilation errors 2022-03-18 18:17:21 -07:00
ecma_vm.h Refactor ID definition and callSignature initialization mechanism of stubs 2022-03-18 22:01:52 +08:00
frames.h !748 Add Call Stub 2022-03-16 04:57:48 +00: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 optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
global_dictionary.h Sync code from c_asm_interpreter to master 2022-02-22 17:01:18 +08:00
global_env_constants-inl.h issue:#I4P7EY 2022-02-22 16:50:20 +08:00
global_env_constants.cpp Add bigint type, add related instructions and Napi 2022-03-10 21:25:06 +08:00
global_env_constants.h Add bigint type, add related instructions and Napi 2022-03-10 21:25:06 +08:00
global_env.cpp EcmaScript Standard Module Implementation 2022-03-10 19:10:42 +08:00
global_env.h Add bigint type, add related instructions and Napi 2022-03-10 21:25:06 +08:00
global_handle_collection.h Sync js_runtime to openharmony 2021-09-08 09:20:53 +08:00
internal_call_params.cpp modify ACCESSOR for EcmaString and TaggedArray 2022-01-17 11:51:50 +08:00
internal_call_params.h fix launcher startup vistor bug 2022-01-05 19:19:33 +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 EcmaScript Standard Module Implementation 2022-03-10 19:10:42 +08:00
js_api_arraylist.h Add container ArrayList 2022-02-18 10:37:31 +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_tree_map_iterator.cpp Modify ArrayList, TreeMap And TreeSet 2022-03-03 17:02:21 +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 Description 2022-02-10 11:28:34 +08:00
js_api_tree_map.h Description 2022-02-10 11:28:34 +08:00
js_api_tree_set_iterator.cpp Modify ArrayList, TreeMap And TreeSet 2022-03-03 17:02:21 +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 Description 2022-02-10 11:28:34 +08:00
js_api_tree_set.h Description 2022-02-10 11:28:34 +08:00
js_arguments.cpp Sync js_runtime to openharmony 2021-09-08 09:20:53 +08:00
js_arguments.h optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
js_array_iterator.cpp optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
js_array_iterator.h optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
js_array.cpp EcmaScript Standard Module Implementation 2022-03-10 19:10:42 +08:00
js_array.h EcmaScript Standard Module Implementation 2022-03-10 19:10:42 +08:00
js_arraybuffer.cpp fix jspandafile of framework file and aot info 2022-03-04 15:29:27 +08:00
js_arraybuffer.h optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
js_async_function.cpp optimize primitive type ACCESSORS 2022-01-25 18:05:12 +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 Add bigint type, add related instructions and Napi 2022-03-10 21:25:06 +08:00
js_bigint.h Add bigint type, add related instructions and Napi 2022-03-10 21:25:06 +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 Fix internal issue list problem 2022-03-14 17:42:27 +08:00
js_dataview.cpp optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
js_dataview.h optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
js_date_time_format.cpp Fix internal issue list problem 2022-03-17 10:03:48 +08:00
js_date_time_format.h optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
js_date.cpp Adapt for windows platform 2022-03-02 11:22:58 +08:00
js_date.h Description:sync from code from wgr_master to ohos 2021-12-21 09:36:03 +08:00
js_for_in_iterator.cpp optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08: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 Fix internal issue list problem 2022-03-14 15:19:45 +08:00
js_function.h Refactor ID definition and callSignature initialization mechanism of stubs 2022-03-18 22:01:52 +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 modify transitions to weak reference 2022-03-14 11:02:43 +08:00
js_hclass.cpp Fix Non Moveable Space OOM 2022-03-20 15:02:45 +08:00
js_hclass.h Refactor ID definition and callSignature initialization mechanism of stubs 2022-03-18 22:01:52 +08:00
js_intl.h heapdump 2021-10-21 01:40:14 -10:00
js_invoker.cpp Sync js_runtime to openharmony 2021-09-08 09:20:53 +08:00
js_invoker.h Sync js_runtime to openharmony 2021-09-08 09:20:53 +08:00
js_iterator.cpp optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
js_iterator.h optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
js_locale.cpp modify ACCESSOR for EcmaString and TaggedArray 2022-01-17 11:51:50 +08:00
js_locale.h Fix internal issue list problem 2022-03-14 15:19:45 +08:00
js_map_iterator.cpp Fix internal issue list problem 2022-03-14 17:42:27 +08:00
js_map_iterator.h optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
js_map.cpp Description:sync from code from wgr_master to ohos 2021-12-21 09:36:03 +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 Optimize call 2022-02-26 11:53:40 +08:00
js_method.h Add Call Stub 2022-03-15 17:36:58 +08:00
js_native_pointer.h fix jspandafile of framework file and aot info 2022-03-04 15:29:27 +08:00
js_number_format.cpp Add bigint type, add related instructions and Napi 2022-03-10 21:25:06 +08:00
js_number_format.h Modify RegionFactory and Chunk 2022-02-21 15:22:01 +08:00
js_object-inl.h !526 Add Container ArrayList 2022-02-18 09:53:09 +00:00
js_object.cpp EcmaScript Standard Module Implementation 2022-03-10 19:10:42 +08:00
js_object.h Refactor ID definition and callSignature initialization mechanism of stubs 2022-03-18 22:01:52 +08:00
js_plural_rules.cpp fix jspandafile of framework file and aot info 2022-03-04 15:29:27 +08:00
js_plural_rules.h optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
js_primitive_ref.cpp add ark js_runtime 2021-09-05 16:05:06 +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 optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
js_promise.h optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
js_proxy.cpp modify ACCESSOR for EcmaString and TaggedArray 2022-01-17 11:51:50 +08:00
js_proxy.h optimize primitive type ACCESSORS 2022-01-25 18:05:12 +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 Refactor ID definition and callSignature initialization mechanism of stubs 2022-03-18 22:01:52 +08:00
js_serializer.cpp Add objectId++ for special case that deserialize empty EcmaString 2022-02-24 17:27:27 +08:00
js_serializer.h Make WriteInt() ReadInt() consistent, fix bug imported in recent PR 2022-02-14 19:24:43 +08:00
js_set_iterator.cpp optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
js_set_iterator.h optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
js_set.cpp Description:sync from code from wgr_master to ohos 2021-12-21 09:36:03 +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 modify ACCESSOR for EcmaString and TaggedArray 2022-01-17 11:51:50 +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 optimize primitive type ACCESSORS 2022-01-25 18:05:12 +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 bigint type, add related instructions and Napi 2022-03-10 21:25:06 +08:00
js_tagged_value.cpp Add bigint type, add related instructions and Napi 2022-03-10 21:25:06 +08:00
js_tagged_value.h Add bigint type, add related instructions and Napi 2022-03-10 21:25:06 +08:00
js_thread.cpp Clean Code 2022-03-19 14:31:04 +08:00
js_thread.h Fix compilation errors 2022-03-18 18:17:21 -07:00
js_typed_array.cpp modify ACCESSOR for EcmaString and TaggedArray 2022-01-17 11:51:50 +08:00
js_typed_array.h fix warning files 2022-02-15 16:58:32 +08:00
js_weak_container.cpp Description:sync from code from wgr_master to ohos 2021-12-21 09:36:03 +08:00
js_weak_container.h Sync js_runtime to openharmony 2021-09-08 09:20:53 +08:00
layout_info-inl.h modify ACCESSOR for EcmaString and TaggedArray 2022-01-17 11:51:50 +08:00
layout_info.cpp modify ACCESSOR for EcmaString and TaggedArray 2022-01-17 11:51:50 +08:00
layout_info.h modify ACCESSOR for EcmaString and TaggedArray 2022-01-17 11:51:50 +08:00
lexical_env.h issue: https://gitee.com/openharmony/ark_js_runtime/issues/I4VE0E 2022-03-01 11:16:43 +08:00
linked_hash_table-inl.h Description:sync from code from wgr_master to ohos 2021-12-21 09:36:03 +08:00
linked_hash_table.cpp optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
linked_hash_table.h Description:sync from code from wgr_master to ohos 2021-12-21 09:36:03 +08:00
message_string.cpp Refactor ID definition and callSignature initialization mechanism of stubs 2022-03-18 22:01:52 +08:00
message_string.h Fix compilation errors 2022-03-18 18:17:21 -07: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 Add bigint type, add related instructions and Napi 2022-03-10 21:25:06 +08:00
object_factory.h Refactor ID definition and callSignature initialization mechanism of stubs 2022-03-18 22:01:52 +08:00
object_operator.cpp Sync code from c_asm_interpreter to master 2022-02-22 17:01:18 +08:00
object_operator.h Sync js_runtime to openharmony 2021-09-08 09:20:53 +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_api.cpp Performance optimization for gc 2022-02-15 14:23:43 +08:00
runtime_api.h Performance optimization for gc 2022-02-15 14:23:43 +08:00
runtime_call_id.h Clean Code 2022-03-19 14:31:04 +08:00
stub_module.cpp Refactor ID definition and callSignature initialization mechanism of stubs 2022-03-18 22:01:52 +08:00
stub_module.h Refactor ID definition and callSignature initialization mechanism of stubs 2022-03-18 22:01:52 +08:00
symbol_table-inl.h Sync js_runtime to openharmony 2021-09-08 09:20:53 +08:00
symbol_table.h Description:sync from code from wgr_master to ohos 2021-12-21 09:36:03 +08:00
tagged_array-inl.h modify ACCESSOR for EcmaString and TaggedArray 2022-01-17 11:51:50 +08:00
tagged_array.h Refactor ID definition and callSignature initialization mechanism of stubs 2022-03-18 22:01:52 +08:00
tagged_dictionary.cpp Fix internal issue list problem 2022-03-14 17:42:27 +08:00
tagged_dictionary.h modify ACCESSOR for EcmaString and TaggedArray 2022-01-17 11:51:50 +08:00
tagged_hash_table-inl.h Clean Code 2022-03-19 14:31:04 +08:00
tagged_hash_table.h Description:sync from code from wgr_master to ohos 2021-12-21 09:36:03 +08:00
tagged_queue-inl.h modify ACCESSOR for EcmaString and TaggedArray 2022-01-17 11:51:50 +08:00
tagged_queue.h modify ACCESSOR for EcmaString and TaggedArray 2022-01-17 11:51:50 +08:00
tagged_tree-inl.h Clean Code 2022-03-19 14:31:04 +08:00
tagged_tree.cpp Clean Code 2022-03-19 14:31:04 +08:00
tagged_tree.h Clean Code 2022-03-19 14:31:04 +08:00
template_map.h Description:sync from code from wgr_master to ohos 2021-12-21 09:36:03 +08:00
template_string.cpp Sync js_runtime to openharmony 2021-09-08 09:20:53 +08:00
template_string.h Sync js_runtime to openharmony 2021-09-08 09:20:53 +08:00
transitions_dictionary.h modify transitions to weak reference 2022-03-14 11:02:43 +08:00
weak_vector-inl.h modify ACCESSOR for EcmaString and TaggedArray 2022-01-17 11:51:50 +08:00
weak_vector.cpp modify ACCESSOR for EcmaString and TaggedArray 2022-01-17 11:51:50 +08:00
weak_vector.h Clean Code 2022-03-19 14:31:04 +08:00