arkcompiler_ets_runtime/test/aottest/privateproperty_js
15651885392 3663fdf617 Close ICpath in ldprivateproperty and stprivateproperty
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IANU24?from=project-issue
Reason: Due to the imperfect realisation of IC-path in ldprivateproperty and stprivateproperty, when two object create by the same function, they will use the same profiletypeinfo. So it can't throw a typeError when C2 accessed the private property of C1 when run in pgo-int mode
Description: close the ICpath when handle ldprivateproperty and stprivateproperty temporarily
Signed-off-by: 15651885392 <xingshunxiang@huawei.com>
Change-Id: I829782a7b45ba2b556dce2ea3ad036708f329dec
2024-09-05 11:57:42 +08:00
..
BUILD.gn Fix test262 from #18438 2024-08-16 17:04:51 +08:00
expect_output.txt Fix test262 from #18438 2024-08-16 17:04:51 +08:00
pgo_expect_output.txt Close ICpath in ldprivateproperty and stprivateproperty 2024-09-05 11:57:42 +08:00
privateproperty_js.js Fix test262 from #18438 2024-08-16 17:04:51 +08:00