arkcompiler_ets_runtime/ecmascript/ic
songzhengchao ab198cc13d Fix code review from issue
bool variable shoule assign value;
code delete reduant ";" and " ";
class construct function signal parameter shoule add explicit;
function declare return void when caller don't need return value;
and etc

issue: https://gitee.com/openharmony/ark_js_runtime/issues/I4YXYH?from=project-issue
Signed-off-by: songzhengchao <songzhengchao@huawei.com>
Change-Id: I59e26d49f94e98a4cced7a5852df3029a5544d47
2022-03-22 14:25:18 +08:00
..
tests Fix code review from issue 2022-03-22 14:25:18 +08:00
ic_binary_op-inl.h fix bugs of IC for ECMASCRIPT_ENABLE_RUNTIME_STAT 2021-12-27 17:18:25 +08:00
ic_binary_op.h Description:sync from code from wgr_master to ohos 2021-12-21 09:36:03 +08:00
ic_compare_op.cpp fix bugs of IC for ECMASCRIPT_ENABLE_RUNTIME_STAT 2021-12-27 17:18:25 +08:00
ic_compare_op.h Description:sync from code from wgr_master to ohos 2021-12-21 09:36:03 +08:00
ic_handler-inl.h Sync code from c_asm_interpreter to master 2022-02-22 17:01:18 +08:00
ic_handler.h heapdump 2021-10-21 01:40:14 -10:00
ic_runtime_stub-inl.h Sync code from c_asm_interpreter to master 2022-02-22 17:01:18 +08:00
ic_runtime_stub.h Sync code from c_asm_interpreter to master 2022-02-22 17:01:18 +08:00
ic_runtime.cpp Sync code from c_asm_interpreter to master 2022-02-22 17:01:18 +08:00
ic_runtime.h Sync js_runtime to openharmony 2021-09-08 09:20:53 +08:00
invoke_cache.cpp modify ACCESSOR for EcmaString and TaggedArray 2022-01-17 11:51:50 +08:00
invoke_cache.h nativePointer optimization 2021-12-23 19:40:54 +08:00
profile_type_info.cpp modify ACCESSOR for EcmaString and TaggedArray 2022-01-17 11:51:50 +08:00
profile_type_info.h Sync code from c_asm_interpreter to master 2022-02-22 17:01:18 +08:00
properties_cache-inl.h Sync js_runtime to openharmony 2021-09-08 09:20:53 +08:00
properties_cache.h Description:sync from code from wgr_master to ohos 2021-12-21 09:36:03 +08:00
property_box.cpp add ark js_runtime 2021-09-05 16:05:06 +08:00
property_box.h Refactor ID definition and callSignature initialization mechanism of stubs 2022-03-18 22:01:52 +08:00
proto_change_details.cpp modify ACCESSOR for EcmaString and TaggedArray 2022-01-17 11:51:50 +08:00
proto_change_details.h optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00