arkcompiler_ets_runtime/ecmascript
dingding 2265dbbd2a Fix Deopt Dumper can not Print Stack Trace
Reason: should use BuildJsStackTrace not BuildMethodTrace

Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I6H5L6

Signed-off-by: dingding <dingding5@huawei.com>
Change-Id: I2642190b1971d9aacdfefaddd4a8c78cd4d452cd
2023-02-22 23:27:31 +08:00
..
base Throw JSError when failed to load a file 2023-02-14 09:17:57 +08:00
builtins fix math.random bug 2023-02-21 14:20:10 +08:00
compiler !3586 Decouple generating TSHClasses from parsing TSTypes 2023-02-22 10:44:57 +00:00
containers Modify the bug related to Vector 2023-02-01 15:58:02 +08:00
debugger add import variables to module scope 2023-01-30 21:36:53 +08:00
deoptimizer Fix Deopt Dumper can not Print Stack Trace 2023-02-22 23:27:31 +08:00
dfx Cpuprofiler function name null bugfix 2023-02-15 16:42:22 +08:00
ic Rename AOT to TS in HClass Related Scenarios 2023-02-06 12:50:01 +08:00
interpreter Fix instanceof ic in c interpreter 2023-02-21 17:23:32 +08:00
intl Internationalized module isolation scheme 2023-02-13 10:47:23 +08:00
jobs !3228 Fix standalone UT and unify it with test262 2023-01-09 11:04:04 +00:00
js_api Modify the bug related to Vector 2023-02-01 15:58:02 +08:00
js_vm Descriptor: Fix daily build error 2023-01-06 09:40:10 +08:00
jspandafile Donot return error when parse import types in files without type information 2023-02-10 10:07:59 +08:00
mem Modify the tag of machine code space 2023-02-14 15:26:45 +08:00
module Throw JSError when failed to load a file 2023-02-14 09:17:57 +08:00
napi !3596 Add "release" compilation mode for ArkCompiler when compiled for iOS platform 2023-02-21 02:39:50 +00:00
patch Optimize LiteralDataExtractor 2023-02-08 10:43:02 +08:00
platform !3573 异常栈为空时打印c++原始栈格式修改 2023-02-20 09:39:07 +00:00
quick_fix Descriptor: Fix daily build error 2023-01-06 09:40:10 +08:00
regexp BugFix on Regexp Backwards+Escape pattern 2023-01-09 21:07:50 +08:00
require Bugfix for loading circular dependency cjs file 2023-02-21 14:22:57 +08:00
runtime_manager/etc fix standalone build 2023-02-20 09:25:05 +08:00
sdk add zlib for aot compiler 2023-02-13 13:41:04 +08:00
shared_mm Descriptor: Encapsulate some interface in PandaFile 2023-01-03 15:16:51 +08:00
snapshot feat<compiler>: .ai add file header include magic and version 2023-02-13 10:34:47 +08:00
stackmap Remove redundant maybe_unused 2023-01-04 11:06:58 +08:00
stubs Isolate c interpreter on Android 2023-02-15 14:08:35 +08:00
taskpool Add lock for IsInThreadPool 2023-02-08 11:02:04 +08:00
tests Descriptor: Support async/await in taskpool 2023-02-14 18:44:43 +08:00
ts_types Decouple generating TSHClasses from parsing TSTypes 2023-02-21 21:39:10 +08:00
accessor_data.h
aot_file_manager.cpp Implement __llvm_deoptimize to void relocate deopt hander 2023-02-22 11:06:56 +08:00
aot_file_manager.h Implement __llvm_deoptimize to void relocate deopt hander 2023-02-22 11:06:56 +08:00
async_generator_helper.cpp Remove leading spaces at empty line 2022-12-27 17:59:06 +08:00
async_generator_helper.h
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 !3359 Add InstanceofIC IR 2023-01-09 05:59:53 +00:00
date_parse.cpp reason:overwrite Date parse 2023-02-02 21:34:23 +08:00
date_parse.h reason:overwrite Date parse 2023-02-02 21:34:23 +08:00
dump.cpp !3499 Modify the variable name and function name for typedarray and bytearray 2023-02-06 12:22:00 +00:00
ecma_global_storage.h feat(dfx): optimize global handle check tools 2023-01-28 14:12:17 +08: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 Throw JS error when find abc failed 2023-01-17 21:01:22 +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
ecma_string_table.cpp add TreeString and LineString 2022-11-25 16:39:45 +08:00
ecma_string_table.h
ecma_string-inl.h Fix code style 2022-12-26 19:50:46 +08:00
ecma_string.cpp Remove leading spaces at empty line 2022-12-27 17:59:06 +08:00
ecma_string.h write to latin1 2023-01-05 10:46:09 +08:00
ecma_vm.cpp fix math.random bug 2023-02-21 14:20:10 +08:00
ecma_vm.h Add "release" compile option on Android and hide dynamic symbols which should not be public 2023-02-17 13:56:10 +08:00
frames.cpp Support CallRutime instrunction 2023-02-14 18:45:28 +08:00
frames.h Replace IsInterpretedFrame() by IsJSFrame() in GetBytecodeOffset() and GetPc() 2023-01-16 14:20:58 +08:00
free_object.cpp
free_object.h
generator_helper.cpp
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
global_env_constants.cpp RegExp enables $1..$9 global cache 2023-02-03 09:52:03 +08:00
global_env_constants.h RegExp enables $1..$9 global cache 2023-02-03 09:52:03 +08:00
global_env.cpp
global_env.h Add RuntimeInstanceofByHandler fastpath 2023-01-05 16:55:14 +08:00
global_handle_collection.h feat(heap): Heap leak check optimization 2023-01-13 09:35:29 +08:00
js_arguments.cpp
js_arguments.h
js_array_iterator.cpp
js_array_iterator.h
js_array.cpp Add object_fast_operator file 2023-01-18 13:52:15 +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_function.cpp fix(memory): memory leaking of async function 2022-11-30 15:38:39 +08:00
js_async_function.h
js_async_generator_object.cpp Remove redundant maybe_unused 2023-01-04 11:06:58 +08:00
js_async_generator_object.h Remove leading spaces at empty line 2022-12-27 17:59:06 +08:00
js_bigint.cpp remove redundant spaces between operator 2022-11-29 11:47:32 +08:00
js_bigint.h Fix code check 2022-11-26 15:24:12 +08:00
js_collator.cpp Extract ICU locale relevant processing from JSLocale 2022-12-30 15:34:34 +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
js_date_time_format.cpp Judge special value use Isxxx() instead of equal 2023-01-14 10:20:50 +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 reason:overwrite Date parse 2023-02-02 21:34:23 +08:00
js_date.h reason:overwrite Date parse 2023-02-02 21:34:23 +08:00
js_displaynames.cpp Remove redundant maybe_unused 2023-01-04 11:06:58 +08:00
js_displaynames.h
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 Judge special value use Isxxx() instead of equal 2023-01-14 10:20:50 +08:00
js_finalization_registry.h fix code warnings 2022-11-28 10:00:41 +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 UT for multi-hap hot reload and codecheck fix 2023-01-30 16:08:55 +08:00
js_function.h Add UT for multi-hap hot reload and codecheck fix 2023-01-30 16:08:55 +08:00
js_generator_object.cpp
js_generator_object.h
js_global_object.h
js_handle.h Explicit only works on single-argument constructor 2023-01-03 11:06:16 +08:00
js_hclass-inl.h Modify the variable name and function name for typedarray and bytearray 2023-02-06 19:40:56 +08:00
js_hclass.cpp Rename AOT to TS in HClass Related Scenarios 2023-02-06 12:50:01 +08:00
js_hclass.h Rename AOT to TS in HClass Related Scenarios 2023-02-06 12:50:01 +08:00
js_intl.h
js_iterator.cpp Add object_fast_operator file 2023-01-18 13:52:15 +08:00
js_iterator.h
js_list_format.cpp Extract ICU locale relevant processing from JSLocale 2022-12-30 15:34:34 +08:00
js_list_format.h
js_locale.cpp Fix compilation issue on ArkUI-X 2023-02-06 11:15:03 +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
js_map_iterator.h
js_map.cpp
js_map.h Descriptor: Fix daily build error 2023-01-06 09:40:10 +08:00
js_native_pointer.h
js_number_format.cpp Extract ICU locale relevant processing from JSLocale 2022-12-30 15:34:34 +08:00
js_number_format.h Extract ICU locale relevant processing from JSLocale 2022-12-30 15:34:34 +08:00
js_object-inl.h Clear patch constpoool after unload patch 2022-10-12 09:09:36 +08:00
js_object.cpp Rename AOT to TS in HClass Related Scenarios 2023-02-06 12:50:01 +08:00
js_object.h Add object_fast_operator file 2023-01-18 13:52:15 +08:00
js_plural_rules.cpp Extract ICU locale relevant processing from JSLocale 2022-12-30 15:34:34 +08:00
js_plural_rules.h
js_primitive_ref.cpp Judge special value use Isxxx() instead of equal 2023-01-14 10:20:50 +08:00
js_primitive_ref.h
js_promise.cpp
js_promise.h
js_proxy.cpp Fix code style 2022-12-26 19:50:46 +08:00
js_proxy.h
js_realm.h
js_regexp_iterator.cpp Add object_fast_operator file 2023-01-18 13:52:15 +08:00
js_regexp_iterator.h
js_regexp.h
js_relative_time_format.cpp Add UT for multi-hap hot reload and codecheck fix 2023-01-30 16:08:55 +08:00
js_relative_time_format.h Extract ICU locale relevant processing from JSLocale 2022-12-30 15:34:34 +08:00
js_runtime_options.cpp fix(aot): modify command line param 2023-02-13 14:30:31 +08:00
js_runtime_options.h fix long path in windows for aot 2023-02-21 20:08:31 +08:00
js_serializer.cpp !3569 When serialized typearray ignores sharedarrarbuffer type of case 2023-02-14 12:32:27 +00:00
js_serializer.h Descriptor: Support async/await in taskpool 2023-02-14 18:44:43 +08:00
js_set_iterator.cpp
js_set_iterator.h
js_set.cpp
js_set.h Descriptor: Fix daily build error 2023-01-06 09:40:10 +08:00
js_stable_array.cpp Modify the variable name and function name for typedarray and bytearray 2023-02-06 19:40:56 +08:00
js_stable_array.h Descriptor: Fix daily build error 2023-01-06 09:40:10 +08:00
js_string_iterator.cpp
js_string_iterator.h
js_symbol.h
js_tagged_number.h
js_tagged_value-inl.h BugFix on Cpuprofiler long time recording deadlock 2023-02-07 17:10:21 +08:00
js_tagged_value.cpp Judge special value use Isxxx() instead of equal 2023-01-14 10:20:50 +08:00
js_tagged_value.h BugFix on Cpuprofiler long time recording deadlock 2023-02-07 17:10:21 +08:00
js_thread.cpp feat(dfx): optimize global handle check tools 2023-01-28 14:12:17 +08:00
js_thread.h feat(dfx): optimize global handle check tools 2023-01-28 14:12:17 +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
js_weak_container.h Descriptor: Fix daily build error 2023-01-06 09:40:10 +08:00
js_weak_ref.h
layout_info-inl.h
layout_info.cpp
layout_info.h
lexical_env.h
linked_hash_table.cpp
linked_hash_table.h
log_wrapper.h AOT and ASM-Interpreter share builtins stub with call and new 2022-11-28 19:15:55 +08:00
log.cpp Add "release" compile option on Android and hide dynamic symbols which should not be public 2023-02-17 13:56:10 +08:00
log.h Force to log for unittests' ARK_LOG(level, ...) while level >= INFO 2022-12-05 23:13:10 +08:00
message_string.cpp AOT and ASM-Interpreter share builtins stub with call and new 2022-11-28 19:15:55 +08:00
message_string.h Add builtins array constructor stub 2022-12-06 16:13:35 +08:00
method.cpp Descriptor: Encapsulate some interface in PandaFile 2023-01-03 15:16:51 +08:00
method.h Deopt Dump 2023-02-06 17:21:09 +08:00
object_factory-inl.h add log fatal before unreachable 2022-12-01 16:30:13 +08:00
object_factory.cpp Descriptor: Support async/await in taskpool 2023-02-14 18:44:43 +08:00
object_factory.h Optimize LiteralDataExtractor 2023-02-08 10:43:02 +08:00
object_fast_operator-inl.h Rename AOT to TS in HClass Related Scenarios 2023-02-06 12:50:01 +08:00
object_fast_operator.h Add object_fast_operator file 2023-01-18 13:52:15 +08:00
object_operator.cpp Rename AOT to TS in HClass Related Scenarios 2023-02-06 12:50:01 +08:00
object_operator.h Rename AOT to TS in HClass Related Scenarios 2023-02-06 12:50:01 +08:00
property_attributes.h Explicit only works on single-argument constructor 2023-01-03 11:06:16 +08:00
record.h
runtime_call_id.h Support CallRutime instrunction 2023-02-14 18:45:28 +08:00
symbol_table.h add log fatal before unreachable 2022-12-01 16:30:13 +08:00
tagged_array-inl.h adjust function position 2022-12-08 18:42:35 +08:00
tagged_array.h adjust function position 2022-12-08 18:42:35 +08:00
tagged_dictionary.cpp Fix code style 2022-12-26 19:50:46 +08:00
tagged_dictionary.h
tagged_hash_array.cpp
tagged_hash_array.h Remove leading spaces at empty line 2022-12-27 17:59:06 +08:00
tagged_hash_table.h Modify TagggedHashTable grow strategy 2022-11-16 10:25:25 +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
tagged_node.h
tagged_queue.h
tagged_tree.cpp fix code warnings 2022-11-15 15:31:14 +08:00
tagged_tree.h Remove leading spaces at empty line 2022-12-27 17:59:06 +08:00
template_map.h
template_string.cpp
template_string.h
transitions_dictionary.h add log fatal before unreachable 2022-12-01 16:30:13 +08:00
waiter_list.cpp Fix compilation issue on ArkUI-X 2023-02-06 11:15:03 +08:00
waiter_list.h
weak_vector.cpp
weak_vector.h