arkcompiler_ets_runtime/ecmascript
zhangyouyou b744a006be Add bigint type, add related instructions and Napi
Signed-off-by: zhangyouyou <zhangyouyou2@huawei.com>
2022-03-10 21:25:06 +08:00
..
base Add bigint type, add related instructions and Napi 2022-03-10 21:25:06 +08:00
builtins Add bigint type, add related instructions and Napi 2022-03-10 21:25:06 +08:00
compiler Add bigint type, add related instructions and Napi 2022-03-10 21:25:06 +08:00
containers Add Container Queue 2022-03-05 16:55:38 +08:00
dfx Add bigint type, add related instructions and Napi 2022-03-10 21:25:06 +08:00
ic Sync code from c_asm_interpreter to master 2022-02-22 17:01:18 +08:00
interpreter Add bigint type, add related instructions and Napi 2022-03-10 21:25:06 +08:00
jobs add test case for microjobqueue and pengingjob 2022-03-09 11:24:07 +08:00
js_vm fix actor bug 2022-03-02 15:33:19 +08:00
jspandafile EcmaScript Standard Module Implementation 2022-03-10 19:10:42 +08:00
mem Add bigint type, add related instructions and Napi 2022-03-10 21:25:06 +08:00
module EcmaScript Standard Module Implementation 2022-03-10 19:10:42 +08:00
napi Add bigint type, add related instructions and Napi 2022-03-10 21:25:06 +08:00
platform Adapt for windows platform 2022-03-02 11:22:58 +08:00
regexp Fix RegExp \p bug 2022-03-02 15:37:28 +08:00
snapshot Add bigint type, add related instructions and Napi 2022-03-10 21:25:06 +08:00
tests Add bigint type, add related instructions and Napi 2022-03-10 21:25:06 +08:00
tooling EcmaScript Standard Module Implementation 2022-03-10 19:10:42 +08:00
trampoline Add bigint type, add related instructions and Napi 2022-03-10 21:25:06 +08:00
ts_types EcmaScript Standard Module Implementation 2022-03-10 19:10:42 +08:00
accessor_data.h optimize primitive type ACCESSORS 2022-01-25 18:05:12 +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 Add bigint type, add related instructions and Napi 2022-03-10 21:25:06 +08: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-inl.h Description:sync from code from wgr_master to ohos 2021-12-21 09:36:03 +08:00
ecma_handle_scope.h Sync js_runtime to openharmony 2021-09-08 09:20:53 +08:00
ecma_isa.yaml Add bigint type, add related instructions and Napi 2022-03-10 21:25:06 +08:00
ecma_language_context.cpp EcmaScript Standard Module Implementation 2022-03-10 19:10:42 +08:00
ecma_language_context.h Decouple SetExceptionToVReg 2022-02-22 10:46:58 +08:00
ecma_macros.h EcmaScript Standard Module Implementation 2022-03-10 19:10:42 +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 GC performance optimization 2022-02-15 14:24:21 +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 Performance optimization for String table 2022-02-15 14:23:43 +08:00
ecma_vm.cpp EcmaScript Standard Module Implementation 2022-03-10 19:10:42 +08:00
ecma_vm.h EcmaScript Standard Module Implementation 2022-03-10 19:10:42 +08:00
frames.h Refactor JSThread layout and introduce macro for debugging 2022-03-10 00:25:35 -08: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 fix jspandafile of framework file and aot info 2022-03-04 15:29:27 +08:00
js_collator.h optimize primitive type ACCESSORS 2022-01-25 18:05:12 +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 jspandafile of framework file and aot info 2022-03-04 15:29:27 +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 optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
js_function_kind.h optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
js_function.cpp EcmaScript Standard Module Implementation 2022-03-10 19:10:42 +08:00
js_function.h EcmaScript Standard Module Implementation 2022-03-10 19:10:42 +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 Description:sync from code from wgr_master to ohos 2021-12-21 09:36:03 +08:00
js_hclass-inl.h Performance optimization for gc 2022-02-15 14:23:43 +08:00
js_hclass.cpp fix warning files 2022-02-16 14:11:59 +08:00
js_hclass.h Add bigint type, add related instructions and Napi 2022-03-10 21:25:06 +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 Modify RegionFactory and Chunk 2022-02-21 15:22:01 +08:00
js_map_iterator.cpp optimize primitive type ACCESSORS 2022-01-25 18:05:12 +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 Stackless optimalize new operation, including BuiltinsConstructor new and the most common new with callType is HAVE_THIS 2022-03-01 20:10:20 +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 Adapt for windows platform 2022-03-02 11:22:58 +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 !714 modify ArkTools 2022-03-10 03:00:34 +00: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 Sync js_runtime to openharmony 2021-09-08 09:20:53 +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 Refactor JSThread layout and introduce macro for debugging 2022-03-10 00:25:35 -08:00
js_thread.h Refactor JSThread layout and introduce macro for debugging 2022-03-10 00:25:35 -08: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 Add stub name log of asm interpreter 2022-03-09 15:16:09 +08:00
message_string.h Add stub name log of asm interpreter 2022-03-09 15:16:09 +08:00
object_factory-inl.h fix jspandafile of framework file and aot info 2022-03-04 15:29:27 +08:00
object_factory.cpp Add bigint type, add related instructions and Napi 2022-03-10 21:25:06 +08:00
object_factory.h Add bigint type, add related instructions and Napi 2022-03-10 21:25:06 +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 Description:sync from code from wgr_master to ohos 2021-12-21 09:36:03 +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 Add bigint type, add related instructions and Napi 2022-03-10 21:25:06 +08:00
runtime_trampolines.cpp EcmaScript Standard Module Implementation 2022-03-10 19:10:42 +08:00
runtime_trampolines.h fixed for arm32 js frame 2022-03-08 11:01:20 +08:00
stub_module.cpp Sync code from c_asm_interpreter to master 2022-02-22 17:01:18 +08:00
stub_module.h Sync code from c_asm_interpreter to master 2022-02-22 17:01:18 +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 optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
tagged_dictionary.cpp optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
tagged_dictionary.h modify ACCESSOR for EcmaString and TaggedArray 2022-01-17 11:51:50 +08:00
tagged_hash_table-inl.h Description:sync from code from wgr_master to ohos 2021-12-21 09:36:03 +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 Description 2022-02-10 11:28:34 +08:00
tagged_tree.cpp Description 2022-02-10 11:28:34 +08:00
tagged_tree.h Description 2022-02-10 11:28:34 +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 optimize primitive type ACCESSORS 2022-01-25 18:05:12 +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 modify ACCESSOR for EcmaString and TaggedArray 2022-01-17 11:51:50 +08:00