Commit Graph

3180 Commits

Author SHA1 Message Date
openharmony_ci
00c6e80592
!2144 Refining the SCCP formula
Merge pull request !2144 from 吴璋达/SCCP
2022-08-31 13:28:06 +00:00
openharmony_ci
9fc5aa816e
!2232 fix typo
Merge pull request !2232 from 杨阳/function_error
2022-08-31 12:37:23 +00:00
openharmony_ci
7d3e0482b6
!2245 fix code warnings
Merge pull request !2245 from zhaozhibo/master
2022-08-31 12:35:59 +00:00
openharmony_ci
2fe8849b47
!2247 fix duplicate taskpool instance
Merge pull request !2247 from Gymee/taskpool_bugfix
2022-08-31 12:05:51 +00:00
Gymee
b2e3a44ebf fix duplicate taskpool instance
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I5P2P8

Signed-off-by: Gymee <yumeijie@huawei.com>
Change-Id: I38e12adc8929bb68f444cc906cf68746f4c0145f
2022-08-31 18:56:44 +08:00
zhaozhibo
4c61078e79 fix code warnings
Signed-off-by: zhaozhibo <zhaozhibo3@huawei.com>
2022-08-31 18:00:42 +08:00
openharmony_ci
288c9171fb
!2243 fix UT(jsPandaFileTest and dumpTest) failed at RK_32
Merge pull request !2243 from zhaozhibo/master
2022-08-31 09:53:39 +00:00
openharmony_ci
ea511cab43
!2234 Fix snapshot bug
Merge pull request !2234 from dingwen/master
2022-08-31 09:45:18 +00:00
openharmony_ci
cb7e9cd2c0
!2222 Modify the crash problem of cpoprofiler
Merge pull request !2222 from 王犇/master
2022-08-31 09:35:29 +00:00
wangben
d6b23337e2 Modify the crash problem of cpoprofiler
issues:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I5NXN7

Signed-off-by: wangben <wangben15@huawei.com>
2022-08-31 16:41:41 +08:00
zhaozhibo
511f5a4ecd fix UT(jsPandaFileTest and dumpTest) failed at RK_32
Signed-off-by: zhaozhibo <zhaozhibo3@huawei.com>
2022-08-31 16:34:29 +08:00
dingwen
de4def01b2 Fix snapshot bug
Description:fix copyBytes calculate bug and add InsertOldToNewRSet
issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I5OW6V

Signed-off-by: dingwen <dingwen6@huawei.com>
Change-Id: Ibffc64e650919c733dd06b2a4416b014504d040d
2022-08-31 16:21:41 +08:00
openharmony_ci
b8d4a8f331
!2233 Add LoadPatch for support buffer
Merge pull request !2233 from guobingbing3/optimize
2022-08-31 08:04:03 +00:00
openharmony_ci
706c78687a
!2091 To supplement and modify some omissions and errors
Merge pull request !2091 from Zhoucong/master
2022-08-31 07:56:09 +00:00
openharmony_ci
731c66b78d
!2133 Added New Code Of Async_Iterator
Merge pull request !2133 from 赵杜炜/master
2022-08-31 07:49:44 +00:00
openharmony_ci
bc70c1f2a4
!2226 Refactor CIR code
Merge pull request !2226 from Gargoyle.h/wzfmaster-dev
2022-08-31 07:06:51 +00:00
openharmony_ci
444675735e
!2195 Modify the description of regexp type and add attributes
Merge pull request !2195 from Berlinnerly/master
2022-08-31 06:33:36 +00:00
openharmony_ci
72da28d55e
!2220 Optimize the asyncgenerator interface in slow_runtime_stub.cpp
Merge pull request !2220 from 王景悟/master
2022-08-31 06:29:47 +00:00
g00416891
2b370de93a Add LoadPatch for support buffer
Change-Id: Ifdb6dd946cd9e79366f58a9c97ab323f204e18f6
Signed-off-by: g00416891 <guobingbing3@huawei.com>
2022-08-31 14:16:44 +08:00
zhaoduwei
731b9a999f Added New Code Of Async_Iterator
issues:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I5NIE9

Signed-off-by: zhaoduwei <zhaoduwei1@huawei.com>
2022-08-31 11:41:50 +08:00
wuzhefeng
a9ac619fb9 Refactor CIR code.
There are several confusing cast-related circuit IRs, such as
XXXToTaggedNGC(), XXToTagged(), so their essential meanings should be
clarified and reflected in the function names. This PR refactors the function names and check if the usages is proper.

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

Tesing: pass all test262 and CI.

Signed-off-by: wuzhefeng <wuzhefeng1@huawei.com>

Change-Id: Iff246630e6b512e8e0fdd2987f780896b0e25931
2022-08-30 20:23:51 -07:00
Berlin
fd17a99de7 Modify the description of regexp type and add attributes
issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I5O6JE

Signed-off-by: Berlin <zhouwenxuan1@huawei.com>
2022-08-31 11:05:44 +08:00
openharmony_ci
2f80d90c97
!2236 fix start debugger failed for multi-thread detect
Merge pull request !2236 from Gymee/bugfix
2022-08-31 01:11:49 +00:00
wuzhangda
0b0111fe91 Refining the SCCP formula
Calculated the formula after converting the data type from uint64_t to the corresponding type of machineType.

Change-Id: I79cf5ebd18d5c570b7af25ec512688fe8eb1c1a6
Signed-off-by: wuzhangda <wuzhangda@huawei.com>
2022-08-31 09:04:12 +08:00
Gymee
af12804de1 fix start debugger failed for multi-thread detect
Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I5OU7T

Signed-off-by: Gymee <yumeijie@huawei.com>
Change-Id: I46a797760a538e12f7677029aa3a905ad207cdf7
2022-08-30 22:02:27 +08:00
openharmony_ci
c8adc49678
!2227 math bug fixes
Merge pull request !2227 from 李_文强/master
2022-08-30 11:52:40 +00:00
王景悟
a77aa797d5 Merge branch 'master' of gitee.com:openharmony/arkcompiler_ets_runtime into master
Signed-off-by: 王景悟 <wangjingwu3@huawei.com>
2022-08-30 19:09:14 +08:00
@wang-jingwu001
1485bab656 Optimize the asyncgenerator interface in slow_runtime_stub.cpp
Signed-off-by: @wang-jingwu001 <wangjingwu3@huawei.com>
https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I5OMTF
2022-08-30 19:04:13 +08:00
yang-19970325
99318eb098 Why:Function name does not conform to the specification
How/What:Modify function format
Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I5OUCJ?from=project-issue
Signed-off-by: yang-19970325 <yangyang585@huawei.com>

Change-Id: Ic56c27d8289c383c58659372c172a433eaab2a46
2022-08-30 17:15:04 +08:00
lee-wen-qiang
434023ebb2 math bug fixes
Signed-off-by: lee-wen-qiang <liwenqiang33@huawei.com>
https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I5ORFT
2022-08-30 16:20:50 +08:00
openharmony_ci
966983e362
!2085 Implementation of Dynamic Import
Merge pull request !2085 from DaiHN/dynamicImport
2022-08-30 07:39:22 +00:00
DaiHN
0f2c7f3e93 Implementation of Dynamic Import
--------------------------------------------
issue : https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/I5J36V

Signed-off-by: DaiHN <daihuina1@huawei.com>
Change-Id: I25ac8307bb8e79e9db8121f0975bb5ef19a8b2d2
2022-08-30 13:14:53 +08:00
openharmony_ci
6c9540f415
!2210 Previewer adapt to ESmodule
Merge pull request !2210 from Pan Zhenyu/previewer
2022-08-30 03:34:40 +00:00
lordwithcc
23e6bd913e To supplement and modify some omissions and errors
Signed-off-by: lordwithcc <zhoucong40@huawei.com>
2022-08-30 09:52:00 +08:00
openharmony_ci
599905d0c6
!2201 Modify Description for SharedArrayBuffer
Merge pull request !2201 from 梁凯旋/master
2022-08-29 16:59:58 +00:00
openharmony_ci
f8e17b9be1
!2107 Hot patch for modify and add function
Merge pull request !2107 from guobingbing3/master
2022-08-29 14:32:22 +00:00
openharmony_ci
03c5ac1937
!2219 remove duplicate headers in circuit_optimizer
Merge pull request !2219 from ChunyangWang/remove_duplicate_headers
2022-08-29 13:46:38 +00:00
openharmony_ci
e41be0508b
!2200 Fix the description and attribute infomation of map
Merge pull request !2200 from hunili/master
2022-08-29 13:33:34 +00:00
openharmony_ci
ad3821ca3f
!2218 debug logger modification caused xts crash
Merge pull request !2218 from yingguofeng/log
2022-08-29 12:25:30 +00:00
openharmony_ci
14922f5a22
!2216 Fix the bug of file js_date.cpp
Merge pull request !2216 from Gongyuhang/master
2022-08-29 11:01:03 +00:00
liang-kaixuande
f6bd5d2756 Modify Description for SharedArrayBuffer
Optimize Descripyion
issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I5OA2M

Signed-off-by: liang-kaixuande <liankaixuan@huawei.com>
2022-08-29 18:18:06 +08:00
wangchunyang
391fa3ceee description: remove duplicate headers in circuit_optimizer
details: move headers to .cpp if only used in .cpp
	 remove header if it's duplicate
issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I5OLYM
Signed-off-by: K0u1hw <wangchunyang15@huawei.com>

Change-Id: I35966efad2aa2ad1d09791555758678f05b620b0
2022-08-29 17:31:42 +08:00
lihucheng
dd8a85128d Fix the description and attribute information of Map
1.Fix the description of Map
2.Fix the attribute-information of Map
issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I5OJ8Q

Signed-off-by: lihucheng <lihucheng1@huawei.com>
2022-08-29 16:50:35 +08:00
g00416891
07e33b3e21 Hot patch for modify and add function
Signed-off-by: g00416891 <guobingbing3@huawei.com>
Change-Id: I4ee46b128dd910a47ce82328e5b0676feb095bfb
2022-08-29 16:43:17 +08:00
yingguofeng@huawei.com
81305f6a64 fix(dfx): xts failed caused log debug level modified bugfix
Closes #I5OM3Y

Change-Id: I257c4c59f9c5df65e8835465ef6b16fad0eab12b
Signed-off-by: yingguofeng@huawei.com <yingguofeng@huawei.com>
2022-08-29 16:36:08 +08:00
openharmony_ci
503b12c519
!2217 Simplify the process of calling RuntimeSetClassInheritanceRelationship function while create class
Merge pull request !2217 from 武万琦/master
2022-08-29 07:57:47 +00:00
openharmony_ci
df2af3908d
!2161 Throw OOMError instead of Fatal when jsheap is used up
Merge pull request !2161 from dingwen/master
2022-08-29 06:11:12 +00:00
dingwen
8448df7965 Throw OOMError instead of Fatal when jsheap is used up
Description:When jsheap is used up, throw OOMError instead of LOG(Fatal)
issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I5NXCQ

Signed-off-by: dingwen <dingwen6@huawei.com>
Change-Id: I0f561f81fcd8a85ef5cf7792f9b455f0b5942959
2022-08-29 11:41:11 +08:00
wuwanqi
6e9e2db3b1 Simplify the preocess of calling RuntimeSetClassInheritanceRelationship function while create class
CreateClassWithBuffer could call RuntimeSetClassInheritanceRelationship directly
issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I5OHAR?from=project-issue

Signed-off-by: wuwanqi <wuwanqi2@huawei.com>
2022-08-29 11:06:33 +08:00
openharmony_ci
a65a1d3de0
!2189 add string charat ir
Merge pull request !2189 from wpy111/master
2022-08-29 01:59:49 +00:00