Commit Graph

10681 Commits

Author SHA1 Message Date
coollixin
e1e44eeaca modify the list of removebyindex function
issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I9MKZA

Signed-off-by: coollixin <lixin581@huawei.com>
2024-05-06 16:04:14 +08:00
openharmony_ci
56cfbeb728
!7169 aot will escape while js crash count more than three times
Merge pull request !7169 from wangyue/aotCrash
2024-05-06 07:46:33 +00:00
openharmony_ci
d3d2a2ebd7
!7017 Add SA for ark_aot_compiler service.
Merge pull request !7017 from ChenYC009/aot_dev
2024-05-06 07:45:54 +00:00
openharmony_ci
27ae5a6b13
!7239 optimize napi_create_array_with length
Merge pull request !7239 from shilei91/master
2024-05-06 07:28:55 +00:00
openharmony_ci
3c346cd0d6
!6879 Aottest Code Refactoring - TS Modification
Merge pull request !6879 from 李涛/aottest-codefix
2024-05-06 07:18:56 +00:00
openharmony_ci
6342072cde
!7248 NULL pointer dereference during deserialization
Merge pull request !7248 from lukai/deserilization
2024-05-06 06:21:39 +00:00
openharmony_ci
c61b571fd3
!7210 [BugFix] 修复import三方Har包场景下,触发热重载时三方包加载失败并产生JsCrash的问题
Merge pull request !7210 from ZitongLi/master
2024-05-06 04:01:19 +00:00
lukai
e335cb7363 NULL pointer dereference during deserializing
Allocation failure if the heap is out of memory. Check and throw oom if
allocation failure.
Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I9MDR3?from=project-issue

Signed-off-by: lukai <lukai25@huawei.com>
Change-Id: I78d05af7b594eed0383ddb4366892cb89a3dca3c
2024-05-06 11:10:16 +08:00
openharmony_ci
1d73ba7358
!7234 add init for function flag
Merge pull request !7234 from wangzhaoyong/taskpool0505
2024-05-05 16:01:12 +00:00
openharmony_ci
dc2e914e46
!7218 ColdReload 涉及模块化时,获取数据异常
Merge pull request !7218 from hanweiqi/master
2024-05-05 14:39:42 +00:00
openharmony_ci
2d507b7009
!7228 NAPI Optimization - ResolveReject Defer
Merge pull request !7228 from yaoyuan/napi_defer
2024-05-05 13:59:45 +00:00
hanweiqi
c8b1631472 Support ColdReload
Signed-off-by: hanweiqi <hanweiqi3@huawei.com>
2024-05-05 21:18:16 +08:00
openharmony_ci
ef833f5f8a
!7233 Opt object IR
Merge pull request !7233 from liujia178/ObjectIR
2024-05-05 11:41:12 +00:00
openharmony_ci
48a3b97333
!7238 codecheck整改
Merge pull request !7238 from Yiwei/clean_codecheck
2024-05-05 10:16:02 +00:00
shilei
b68c46bbfc optimize create array with length
Signed-off-by: shilei <shilei91@huawei.com>
Change-Id: I4d0960710fa1cdbd7d55ab3df6b0bd0cdcd3bb9a
2024-05-05 09:20:16 +00:00
openharmony_ci
8d2ba3e062
!7224 Opt typedArray IR and string IR
Merge pull request !7224 from liujia178/TypedArrayIRAndStringIR
2024-05-05 09:00:54 +00:00
gongtaotao
c9146f08fc clean codecheck
Signed-off-by: gongtaotao <gongtaotao@huawei.com>
Change-Id: I39ef1cb9fc23a0c73e27b545b928b2ef45940060
2024-05-05 16:42:45 +08:00
liujia178
9aceab0259 add object IR
Signed-off-by: liujia178 <liujia178@huawei.com>
2024-05-05 16:12:06 +08:00
openharmony_ci
f7f0624e7a
!7178 Add qos for jit thread
Merge pull request !7178 from xiaoweidong/qos
2024-05-05 08:09:55 +00:00
ChenYC009
54daad89e5 add sa service
Signed-off-by: ChenYC009 <chenyongchun5@huawei.com>
Change-Id: I2fbba5564f06f6aaa5c498acf7588e9aa2da4401
2024-05-05 12:42:14 +08:00
openharmony_ci
4a7ce9bb87
!7235 修复模拟器启动失败
Merge pull request !7235 from 杨阳/fix_emu
2024-05-05 04:21:43 +00:00
yang-19970325
5f2c4f38fa Fix emulator start fail
Issue:#I9LND9

Signed-off-by: yang-19970325 <yangyang585@huawei.com>
Change-Id: Iac468a084ec471d6fcd90e883cc50956892f593c
2024-05-05 11:11:34 +08:00
wangzhaoyong
54d43120e5 add initialize for function flag
Signed-off-by: wangzhaoyong <wangzhaoyong@huawei.com>
Change-Id: I268d98bae70a8171c35dcfadddc3b2b9cc7287c9
2024-05-05 01:15:02 +08:00
liujia178
4e7d14aab1 add typedArray IR and string IR
Signed-off-by: liujia178 <liujia178@huawei.com>
2024-05-04 22:54:43 +08:00
openharmony_ci
305b8aef1e
!7223 fix check outer concurrent function
Merge pull request !7223 from wangzhaoyong/fix0504
2024-05-04 14:31:09 +00:00
wangzhaoyong
ae141ea63e fix check task concurrent function
Signed-off-by: wangzhaoyong <wangzhaoyong@huawei.com>
Change-Id: I36229c5a478dd6e662886ca41c651d992c8edd70
2024-05-04 21:48:23 +08:00
openharmony_ci
93fce9812f
!7229 优化napi接口状态切换逻辑
Merge pull request !7229 from shilei91/master
2024-05-04 11:53:30 +00:00
yaoyuan
f4159be61a NAPI Optimization - ResolveReject Defer
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I9LLYJ

Signed-off-by: yaoyuan <yuanyao14@huawei.com>
Change-Id: I2f83de70d4c7e4433781deb84b64486c7c887de5
2024-05-04 19:40:16 +08:00
openharmony_ci
082059e0c4
!7213 修改告警
Merge pull request !7213 from 韩靖/master
2024-05-04 11:36:44 +00:00
openharmony_ci
e64c3ee985
!7166 Add securemem
Merge pull request !7166 from yaochaonan/securemem
2024-05-04 11:21:40 +00:00
@han_177
9ea7521009 修改告警
Signed-off-by: @han_177 <hanjing35@huawei.com>
issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I9KXRO
2024-05-04 18:22:49 +08:00
shilei
aa5e2030eb modify state change when call napi interface
Signed-off-by: shilei <shilei91@huawei.com>
Change-Id: I32a0926e0d63a60116f3f2d0e5e78fd0ad42c20c
2024-05-04 10:12:00 +00:00
openharmony_ci
9c7d70e123
!7226 codeCheck: only one statement in a row
Merge pull request !7226 from yangxiaoshuai2022/codc
2024-05-04 09:05:12 +00:00
yangxiaoshuai2022
79aaa76ac0 告警清除:一行只有一条语句
Signed-off-by: yangxiaoshuai2022 <yangxiaoshuai@huawei.com>
2024-05-04 16:03:09 +08:00
openharmony_ci
42c8902a3a
!7197 bugfix:The FlatMap IR function has a logical error.
Merge pull request !7197 from 贺存茂/flatMapIR
2024-05-04 06:39:36 +00:00
yaochaonan
6484fd24e7 Add securemem
Issue:https://gitee.com/openharmony/arkui_napi/issues/I9E9M5?from=project-issue

Signed-off-by: yaochaonan <yaochaonan@huawei.com>
Change-Id: Idd6be87dd8a1ab7e0738028acb0eb7e1937815e9
2024-05-04 08:08:32 +08:00
openharmony_ci
7a2411374b
!7165 Rewrite shared barrier using IR
Merge pull request !7165 from udav/barrier
2024-05-03 11:35:50 +00:00
openharmony_ci
1989072458
!7209 bugfix:正则非regExp使用了cache
Merge pull request !7209 from jiachong/j30052427_dts21
2024-05-03 11:22:11 +00:00
openharmony_ci
f4ddf11daa
!7207 修复hsp内shared module懒加载失败
Merge pull request !7207 from chenlincl3/share_module
2024-05-03 11:05:33 +00:00
openharmony_ci
c803adb578
!7221 Modify napi_load_module exception throwing type
Merge pull request !7221 from chenlincl3/napi_crash
2024-05-03 09:09:22 +00:00
Artem Udovichenko
acb78a78d6 Rewrite shared barrier using IR
Change-Id: Ic09134927ec68a33caed71a1ea98487bfd3aa5a0
Signed-off-by: Artem Udovichenko <artem.udovichenko@huawei.com>
2024-05-03 16:53:47 +08:00
chenlincl3
091690b400 修复hsp内shared module懒加载失败
Signed-off-by: chenlincl3 <chenlin201@huawei.com>
Change-Id: I7890198b5610270979bbb6395d2d0967d1935255
2024-05-03 16:38:29 +08:00
chenlincl3
c20cea1a11 Modify napi_load_module exception throwing type
Signed-off-by: chenlincl3 <chenlin201@huawei.com>
Change-Id: I7a04bd0778d2097a3ebe821b4cbc512427ead7ce
2024-05-03 16:00:45 +08:00
openharmony_ci
c81a0c5b6a
!7220 Remove the sourcemap conversion for cppcrash
Merge pull request !7220 from 邵益江/dfx
2024-05-03 07:07:42 +00:00
shaoyijiang
a2eba41524 Bugfix for hybrid stack(version 4.1)
Remove the sourcemap conversion
Fixed stackless behavior caused by sourcemap timeout

Signed-off-by: shaoyijiang <shaoyijiang@huawei.com>
Change-Id: I7dd6657a12b7b7469c7b0ed426ed4c8ba2e27abc
2024-05-03 14:07:09 +08:00
openharmony_ci
bf783ab2bc
!7183 [BaselineJIT]adapt new properties and bugfix for BaselineJIT
Merge pull request !7183 from wzlgit/baseline_rebase_on_0429
2024-05-03 01:49:22 +00:00
openharmony_ci
b39ee8bb18
!7160 Make the string table mutex non-recursive
Merge pull request !7160 from Konstantin Grebenschikov/nonrecursive
2024-05-02 09:13:49 +00:00
openharmony_ci
60a99e96ee
!7029 FixSharedLexEnv
Merge pull request !7029 from hzzhouzebin/FixSharedLexEnv
2024-05-01 12:14:21 +00:00
openharmony_ci
871df2ccf0
!7215 Revert !5816 on Supercallthisrange
Merge pull request !7215 from chenjingxiang/revert_5816
2024-05-01 09:18:32 +00:00
openharmony_ci
0f791e118f
!7190 Added the aa start mode to set the multithread security check switch
Merge pull request !7190 from 邵益江/master
2024-05-01 08:16:59 +00:00