arkcompiler_ets_runtime/ecmascript
openharmony_ci bb563a1c94
!1601 debugger refactor of independent js_runtime [ part-5 ]
Merge pull request !1601 from changcheng/modify_json_final
2022-06-16 23:20:24 +00:00
..
base Fix the problem of mixing unsigned and signed numbers 2022-06-13 21:20:08 +08:00
builtins !1577 Optimize the finalizationRegistry interface code according to the review 2022-06-14 09:31:04 +00:00
compiler !1604 Fix uncaught exception crash 2022-06-16 07:55:57 +00:00
containers Add Containers List And LinkedList 2022-06-02 17:02:40 +08:00
dfx Descriptor: debugger refactor of independent js_runtime [ part-4 ] 2022-06-15 22:24:45 +08:00
ic Add Containers List And LinkedList 2022-06-02 17:02:40 +08:00
interpreter Merge remote-tracking branch 'szc/FrameHandler2' 2022-06-16 16:52:49 +08:00
jobs Descriptor: 2022-05-25 14:55:05 +08:00
js_vm Desciption: Deal with the "use after free" error 2022-06-14 16:13:59 +08:00
jspandafile Modify enable logic of certain runtime options. 2022-06-13 12:15:03 +08:00
mem Merge remote-tracking branch 'szc/FrameHandler2' 2022-06-16 16:52:49 +08:00
module Modify enable logic of certain runtime options. 2022-06-13 12:15:03 +08:00
napi !1549 Use weak reference instead of strong reference for SetNativePointer 2022-06-14 08:46:36 +00:00
regexp describe:Modify static alarm 2022-06-06 11:34:06 +08:00
require fix codex warning issue:https://gitee.com/openharmony/ark_js_runtime/issues/I5C3XK 2022-06-14 10:38:06 +08:00
shared_mm Descriptor: modify stream and add switch of enable_dump_in_faultlog 2022-05-21 16:37:04 +08:00
snapshot !1552 string.padStart/padEnd/trimLeft/trimRight/matchAll 2022-06-13 08:43:48 +00:00
stubs !1560 Refactor Frame Iterator 2022-06-14 13:55:33 +00:00
taskpool for ark_js_vm on mac 2022-05-09 09:06:58 +08:00
tests fix dateTimeFormatTest fail at rk3568 2022-06-16 15:23:34 +08:00
tooling Descriptor: debugger refactor of independent js_runtime [ part-5 ] 2022-06-16 20:28:02 +08:00
ts_types Refactor GateType 2022-06-09 17:32:43 +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 !1587 modify newobjDynrange to remove the flag "IsBuiltinsConstructor" 2022-06-16 04:08:06 +00:00
builtins.h Snapshot support serialize builtins object independently 2022-06-09 21:21:44 +08:00
common.h Snapshot support serialize builtins object independently 2022-06-09 21:21:44 +08:00
dump.cpp fix crash problem in dump pdf app 2022-06-14 09:55:45 +08:00
ecma_global_storage-inl.h Use weak reference instead of strong reference for ArkNativeObject::SetNativePointer 2022-06-12 20:58:51 +08:00
ecma_global_storage.h Use weak reference instead of strong reference for ArkNativeObject::SetNativePointer 2022-06-12 20:58:51 +08:00
ecma_handle_scope.h Add jsnapi interface CopyableGlobal 2022-05-31 22:14:22 +08:00
ecma_isa.yaml isa: add return property for ecma.returnundefined 2022-04-11 16:26:43 +03:00
ecma_macros.h TSAOT Exception Handler 2022-06-11 16:36:16 +08:00
ecma_param_configuration.h support memory parameters configuration 2022-05-30 17:22:08 +08:00
ecma_runtime_call_info.h Support CommonJS's module export function 2022-06-08 10:59:06 +08:00
ecma_string_table.cpp Description: 2022-05-31 17:38:54 +08:00
ecma_string_table.h Description: 2022-05-31 17:38:54 +08:00
ecma_string-inl.h fix string trim 2022-06-07 20:14:54 +08:00
ecma_string.cpp fix codex warning issue:https://gitee.com/openharmony/ark_js_runtime/issues/I5C3XK 2022-06-14 10:38:06 +08:00
ecma_string.h fix string trim 2022-06-07 20:14:54 +08:00
ecma_vm.cpp Merge remote-tracking branch 'szc/FrameHandler2' 2022-06-16 16:52:49 +08:00
ecma_vm.h Frame Handler refactor 2022-06-16 14:41:44 +08:00
file_loader.cpp Code review 2022-06-14 16:02:10 +08:00
file_loader.h Refactor Frame and add Iterator 2022-06-14 10:15:33 +08:00
frames.cpp Merge remote-tracking branch 'szc/FrameHandler2' 2022-06-16 16:52:49 +08:00
frames.h Merge remote-tracking branch 'szc/FrameHandler2' 2022-06-16 16:52:49 +08:00
free_object.cpp add ark js_runtime 2021-09-05 16:05:06 +08:00
free_object.h Description:1、0x06 is judge to forward address. 2022-06-06 10:14:54 +08:00
generator_helper.cpp Impl rsp frame of generator 2022-05-16 09:18:47 +08:00
generator_helper.h Impl rsp frame of generator 2022-05-16 09:18:47 +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 !1584 Reuse of Object.Create()'s hclass 2022-06-14 06:44:37 +00:00
global_env_constants.h !1584 Reuse of Object.Create()'s hclass 2022-06-14 06:44:37 +00:00
global_env.cpp Snapshot support serialize builtins object independently 2022-06-09 21:21:44 +08:00
global_env.h Support CommonJS's module export function 2022-06-08 10:59: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 Add Containers List And LinkedList 2022-06-02 17:02:40 +08:00
js_api_arraylist_iterator.h Add Containers List And LinkedList 2022-06-02 17:02:40 +08:00
js_api_arraylist.cpp Modify Container ArrayList 2022-06-06 15:30:04 +08:00
js_api_arraylist.h Add Containers List And LinkedList 2022-06-02 17:02:40 +08:00
js_api_deque_iterator.cpp Add Containers List And LinkedList 2022-06-02 17:02:40 +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 Containers List And LinkedList 2022-06-02 17:02:40 +08:00
js_api_deque.h Add Containers List And LinkedList 2022-06-02 17:02:40 +08:00
js_api_linked_list_iterator.cpp fix codex warning issue:https://gitee.com/openharmony/ark_js_runtime/issues/I5BCD6?from=project-issue 2022-06-08 16:29:33 +08:00
js_api_linked_list_iterator.h Add Containers List And LinkedList 2022-06-02 17:02:40 +08:00
js_api_linked_list.cpp Add Containers List And LinkedList 2022-06-02 17:02:40 +08:00
js_api_linked_list.h Add Containers List And LinkedList 2022-06-02 17:02:40 +08:00
js_api_list_iterator.cpp fix codex warning issue:https://gitee.com/openharmony/ark_js_runtime/issues/I5BCD6?from=project-issue 2022-06-08 16:29:33 +08:00
js_api_list_iterator.h Add Containers List And LinkedList 2022-06-02 17:02:40 +08:00
js_api_list.cpp Add Containers List And LinkedList 2022-06-02 17:02:40 +08:00
js_api_list.h Add Containers List And LinkedList 2022-06-02 17:02:40 +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 issue:https://gitee.com/openharmony/ark_js_runtime/issues/I5BJJW?from=project-issue 2022-06-09 16:33:51 +08:00
js_api_plain_array.h Add Containers List And LinkedList 2022-06-02 17:02:40 +08:00
js_api_queue_iterator.cpp Add Containers List And LinkedList 2022-06-02 17:02:40 +08:00
js_api_queue_iterator.h Add Containers List And LinkedList 2022-06-02 17:02:40 +08:00
js_api_queue.cpp fix codex warning issue:https://gitee.com/openharmony/ark_js_runtime/issues/I5BCD6?from=project-issue 2022-06-08 16:29:33 +08:00
js_api_queue.h Add Containers List And LinkedList 2022-06-02 17:02:40 +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 Add Containers List And LinkedList 2022-06-02 17:02:40 +08:00
js_api_stack.h Add Containers List And LinkedList 2022-06-02 17:02:40 +08:00
js_api_tree_map_iterator.cpp Add Containers List And LinkedList 2022-06-02 17:02:40 +08:00
js_api_tree_map_iterator.h Add Containers List And LinkedList 2022-06-02 17:02:40 +08:00
js_api_tree_map.cpp Add Containers List And LinkedList 2022-06-02 17:02:40 +08:00
js_api_tree_map.h Add Containers List And LinkedList 2022-06-02 17:02:40 +08:00
js_api_tree_set_iterator.cpp Add Containers List And LinkedList 2022-06-02 17:02:40 +08:00
js_api_tree_set_iterator.h Add Containers List And LinkedList 2022-06-02 17:02:40 +08:00
js_api_tree_set.cpp Add Containers List And LinkedList 2022-06-02 17:02:40 +08:00
js_api_tree_set.h Add Containers List And LinkedList 2022-06-02 17:02:40 +08:00
js_api_vector_iterator.cpp fix codex warning 2022-05-25 15:24:19 +08:00
js_api_vector_iterator.h Add Container Vector 2022-05-23 20:40:25 +08:00
js_api_vector.cpp Add Containers List And LinkedList 2022-06-02 17:02:40 +08:00
js_api_vector.h Add Containers List And LinkedList 2022-06-02 17:02:40 +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 Js TypeArray optimization 2022-05-21 18:15:02 +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 Fix the mem leak from js method 2022-05-25 10:53:36 +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 !1585 fix codex warning 2022-06-14 04:25:11 +00:00
js_bigint.h Solve the problem that bigint division calculation will run in an infinite loop on rk3568 2022-06-13 11:45:50 +08:00
js_collator.cpp Reuse of Object.Create()'s hclass 2022-06-13 22:05:01 +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 Modify static vulnerability 2022-05-31 10:55:57 +08:00
js_date_time_format.h optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
js_date.cpp fix codex warning 2022-05-20 18:57: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_finalization_registry.cpp Optimize the finalizationRegistry interface code according to the review 2022-06-13 16:08:00 +08:00
js_finalization_registry.h Optimize the finalizationRegistry interface code according to the review 2022-06-13 16:08:00 +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 issue:I5C5EG 2022-06-15 14:54:18 +08:00
js_function.cpp issue:I5C5EG 2022-06-15 14:54:18 +08:00
js_function.h issue:I5C5EG 2022-06-15 14:54:18 +08:00
js_generator_object.cpp Impl rsp frame of generator 2022-05-16 09:18:47 +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 describe:Modify static alarm 2022-06-06 11:34:06 +08:00
js_hclass-inl.h fix codeDex warning(3) 2022-04-17 15:23:43 +08:00
js_hclass.cpp Reuse of Object.Create()'s hclass 2022-06-13 22:05:01 +08:00
js_hclass.h issue:I5C5EG 2022-06-15 14:54:18 +08:00
js_intl.h heapdump 2021-10-21 01:40:14 -10:00
js_iterator.cpp Description: 2022-05-31 17:38:54 +08:00
js_iterator.h add Wextra and Werror in gn args 2022-03-24 21:45:19 +08:00
js_list_format.cpp Reuse of Object.Create()'s hclass 2022-06-13 22:05:01 +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 describe:Modify static alarm 2022-06-06 11:34:06 +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 Descriptor: debugger refactor of independent js_runtime [ part-1 ] 2022-06-07 17:47:53 +08:00
js_method.h Fix some performance issue for asm interpreter 2022-06-09 10:30:14 +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 Reuse of Object.Create()'s hclass 2022-06-13 22:05:01 +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 issue:I5C5EG 2022-06-15 14:54:18 +08:00
js_object.cpp Descriptor: fix crash when create generate object 2022-06-16 15:44:23 +08:00
js_object.h issue:I5C5EG 2022-06-15 14:54:18 +08:00
js_plural_rules.cpp Reuse of Object.Create()'s hclass 2022-06-13 22:05:01 +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 Fix the mem leak from js method 2022-05-25 10:53:36 +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 Description: 2022-05-31 17:38:54 +08:00
js_proxy.h Descriptor: fix proxy bug 2022-06-02 11:52:38 +08:00
js_realm.h heapdump 2021-10-21 01:40:14 -10:00
js_regexp_iterator.cpp Add regExp.matchAll interface and symbol.matchAll and regExp iterator related functions 2022-05-18 18:02:39 +08:00
js_regexp_iterator.h Add regExp.matchAll interface and symbol.matchAll and regExp iterator related functions 2022-05-18 18:02:39 +08:00
js_regexp.h optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
js_relative_time_format.cpp Reuse of Object.Create()'s hclass 2022-06-13 22:05:01 +08:00
js_relative_time_format.h Modify RegionFactory and Chunk 2022-02-21 15:22:01 +08:00
js_runtime_options.h Modify enable logic of certain runtime options. 2022-06-13 12:15:03 +08:00
js_serializer.cpp ==-------------------------------------------== 2022-06-13 16:36:25 +08:00
js_serializer.h ==-------------------------------------------== 2022-06-13 16:36:25 +08: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 Support CommonJS's module export function 2022-06-08 10:59:06 +08:00
js_tagged_value.cpp Add Containers List And LinkedList 2022-06-02 17:02:40 +08:00
js_tagged_value.h Support CommonJS's module export function 2022-06-08 10:59:06 +08:00
js_thread.cpp !1560 Refactor Frame Iterator 2022-06-14 13:55:33 +00:00
js_thread.h Optimize the finalizationRegistry interface code according to the review 2022-06-13 16:08:00 +08:00
js_typed_array.cpp Add atomics project and modify code errors 2022-06-02 19:09:01 +08:00
js_typed_array.h Add atomics project and modify code errors 2022-06-02 19:09:01 +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
js_weak_ref.h Add WeakRef and FinalizationRegistry interfaces 2022-06-01 20:59:20 +08:00
layout_info-inl.h fix codex warning 2022-04-30 10:31:33 +08:00
layout_info.cpp ==-------------------------------------------== 2022-06-07 14:13:15 +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
llvm_stackmap_parser.cpp Merge remote-tracking branch 'szc/FrameHandler2' 2022-06-16 16:52:49 +08:00
llvm_stackmap_parser.h Frame Handler refactor 2022-06-16 14:41:44 +08:00
message_string.cpp Fix TDD containerAsmAction 2022-05-24 16:34:34 +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 Remove JSArgument's unused accessor 2022-06-14 19:44:14 +08:00
object_factory.h !1584 Reuse of Object.Create()'s hclass 2022-06-14 06:44:37 +00:00
object_operator.cpp Modify sharedArrayBuffer assertions that affect debug tests 2022-05-20 16:54:35 +08: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 https://gitee.com/openharmony/ark_js_runtime/issues/I5BKUG?from=project-issue 2022-06-10 17:33:03 +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_list.cpp Fix TaggedList Codex Warning 2022-06-09 15:01:37 +08:00
tagged_list.h Fix TaggedList Codex Warning 2022-06-09 15:01:37 +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 !1474 Modify static vulnerability alarm and code warning 2022-06-07 03:28:54 +00:00
tagged_tree.h Add Containers List And LinkedList 2022-06-02 17:02:40 +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
waiter_list.cpp fix compilation bug on MacOS 2022-06-09 15:27:58 +08:00
waiter_list.h Add atomics project and modify code errors 2022-06-02 19:09: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