arkcompiler_ets_runtime/test
dingding e4feca21b9 Fix AOT IC bugs
1.Fix wrong initial value when using AOT hclass in NewObjectStubBuilder.
2.Fix wrong BitFiled in StubBuilder::IsAOTHClass.
3.Fix holder to receiver in StubBuilder::StoreICWithHandler.
4.Fill the missing flags in AOT branch of ObjectOperator::AddPropertyInternal.
5.Fix checkReceiverHoleEntry wrong compare(not equal -> equal) in StubBuilder::SetPropertyByName.
6.Add corresponding test case.

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

Signed-off-by: dingding <dingding5@huawei.com>
Change-Id: I1e4f6085f579610e5209300cab6ff9dc5ae49c79
2023-02-06 09:29:47 +08:00
..
aottest Fix AOT IC bugs 2023-02-06 09:29:47 +08:00
deopttest Add testcases for deopt 2022-10-15 10:47:26 +08:00
fuzztest Throw JS error when find abc failed 2023-01-17 21:01:22 +08:00
moduletest RegExp enables $1..$9 global cache 2023-02-03 09:52:03 +08:00
perform fix buildMc warning 2022-08-23 09:43:44 +08:00
quickfix Support external method for hot patch 2023-02-03 15:29:04 +08:00
resource/js_runtime Test Union of "ecmascript/require/" 2022-12-01 10:24:34 +08:00
typeinfer fix Any type replaces the original type bug 2023-01-12 16:09:27 +08:00
runtest.py optimize init condition for pgo profiler 2023-02-02 17:47:29 +08:00
test_helper.gni add aot test 2023-01-17 10:33:09 +08:00