1. Reopen builtins_stub test case, should only be ran under typed path.
(The output of the test case verifies the execution paths by logs,
and it should be tested in slow path mode.)
2. Delete unused gn arg is_disable_type_lowering.
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I6SLFE
Signed-off-by: dingding <dingding5@huawei.com>
Change-Id: Ief4e927b16012b078683d1536ad149dd37da67a4
The variable actualRestNum in RuntimeOptCopyRestArgs computed mistakely and may out of uint32_t range.
The Bug causes the startup of cocos application crash with OOM error.
Add minimal regression test case.
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I6NAWN
Signed-off-by: dingding <dingding5@huawei.com>
Change-Id: Ie7118a9cc83514e9e0c23c5c6c2bed53dd53c1c2