Commit Graph

45 Commits

Author SHA1 Message Date
yqhan b329f06ba8 Resolve memory leaks
issue: https://gitee.com/openharmony/js_sys_module/issues/I5D7K0

Descripe: Wait function has memory leaks and needs to be released in a
timely manner.

Signed-off-by: yqhan <hanyuqing2@huawei.com>
2022-06-20 18:58:57 +08:00
mamingshuai 7c46be79f0 !85 ace_engine、napi 部件名仓名和目录名整改
Merge pull request !85 from 0420
2022-04-27 14:09:32 +00:00
zhangxiao72 6d73a83f6f ace_engine、napi 部件名仓名和目录名整改
Change-Id: Ic6b5f80a6cad5986b7f133ebc668c39552612f3a
Signed-off-by: zhangxiao72 <zhangxiao72@huawei.com>
2022-04-20 17:16:16 +08:00
xdmal 41bcfe0b89 Resolve multithreaded use case crashes
Fix the static napi_property_descriptor to napi_property_descriptor

issue: https://gitee.com/openharmony/js_util_module/issues/I53KX3

Signed-off-by: xdmal <maxiaodong16@huawei.com>
2022-04-20 15:31:17 +08:00
wangben 2474450375 Fix thread safety issues
Signed-off-by: wangben <wangben15@huawei.com>
2022-04-11 19:12:41 +08:00
xllify 278585c2aa Modify js_sys_module issue bug
Signed-off-by: xllify <lixinlong18@huawei.com>

 Please enter the commit message for your changes. Lines starting
 with '#' will be ignored, and an empty message aborts the commit.

 On branch master
 Your branch is up to date with 'origin/master'.

 Please enter the commit message for your changes. Lines starting
 with '#' will be ignored, and an empty message aborts the commit.

 Date:      Thu Mar 24 17:03:50 2022 +0800

 On branch master
 Your branch and 'origin/master' have diverged,

 Please enter the commit message for your changes. Lines starting
 with '#' will be ignored, and an empty message aborts the commit.

 Date:      Thu Mar 24 17:03:50 2022 +0800

 On branch master

 Please enter the commit message for your changes. Lines starting
 with '#' will be ignored, and an empty message aborts the commit.

 Date:      Thu Mar 24 17:03:50 2022 +0800

 On branch master
2022-03-25 15:30:27 +08:00
xdmal 3e04de4ced Modify the endogenous issue
Signed-off-by: xdmal <maxiaodong16@huawei.com>
2022-03-18 17:08:39 +08:00
xdmal 334555aa64 Modify endogenous issue defects
Signed-off-by: xdmal <maxiaodong16@huawei.com>
2022-03-15 10:42:08 +08:00
xdmal 98ad560ece Modify endogenous issue defects
Signed-off-by: xdmal <maxiaodong16@huawei.com>
2022-03-14 17:46:19 +08:00
xdmal 0f60205142 Modify endogenous issue defects
Signed-off-by: xdmal <maxiaodong16@huawei.com>
2022-03-14 15:49:24 +08:00
wangben 484cdd1b74 fix memory leak
Signed-off-by: wangben <wangben15@huawei.com>
2022-03-12 16:35:19 +08:00
wangben bef8210c0e fix memory leak
Signed-off-by: wangben <wangben15@huawei.com>
2022-03-12 16:30:44 +08:00
wangben efd6579b59 fix memory leak
Signed-off-by: wangben <wangben15@huawei.com>
2022-03-12 13:49:53 +08:00
wangben 64edb3ea17 fix memory leak
Signed-off-by: wangben <wangben15@huawei.com>
2022-03-12 12:25:55 +08:00
wangben 91c16e07ec fix memory leak
Signed-off-by: wangben <wangben15@huawei.com>
2022-03-12 12:20:46 +08:00
wangben 69d7a5f49b fix memory leak
Signed-off-by: wangben <wangben15@huawei.com>
2022-03-12 11:35:31 +08:00
xdmal 9e0359a626 Solve the checked issue
Signed-off-by: xdmal <maxiaodong16@huawei.com>
2022-03-09 16:14:50 +08:00
shikai-123 1949f74776 Modify and supplement the stack column printing code of DFX module
上传dfx模块代码,增加native栈栈列打印功能

https://gitee.com/openharmony/ark_js_runtime/issues/I4VB5Z

Signed-off-by: shikai-123 <shikai25@huawei.com>
2022-03-06 11:20:53 +08:00
shikai-123 86f9f7f6dc Change function name of process
Replace getPastCputime with getPastCpuTime

https://gitee.com/openharmony/js_sys_module/issues/I4URYV

Signed-off-by: shikai-123 <shikai25@huawei.com>
2022-02-22 16:51:20 +08:00
shikai-123 ad42bf99fe Signed-off-by: shikai-123 <lifansheng1@huawei.com>
Modify the input parameter order of the function Kill
2022-02-22 15:19:54 +08:00
shikai-123 896d07b0d9 Signed-off-by: shikai-123 <lifansheng1@huawei.com>
Modify defects of sys
2022-02-21 16:47:15 +08:00
xdmal 51a6c7bfcd Modify defects of sys
Signed-off-by: xdmal <maxiaodong16@huawei.com>

 On branch master
 Your branch is up to date with 'origin/master'.
2022-02-16 21:12:29 +08:00
shikai-123 1fb9237410 Signed-off-by: shikai-123 <lifansheng1@huawei.com>
Replace compileruntime with utils
2022-02-15 15:56:23 +08:00
shikai-123 4978e2a917 Signed-off-by: shikai-123 <lifansheng1@huawei.com>
Solve the asynchronous thread calling problem of process module

Why
The community backbone XTS test, the test suite ActsProcessJSApiTest reports the problem of the ark exception call stack, and the execution times out

Description
Adjust the child process conversion to the main process
Solve the problem of asynchronous thread invocation of process module

Separate the process from the thread

DTS: DTS2022012113433 DTS2022012013534
 On branch master
 Your branch is up to date with 'origin/master'.
Signed-off-by: shikai-123 <lifansheng1@huawei.com>
2022-02-11 16:29:24 +08:00
xliu 26a2500e12 Replace ohos.build with bundle.json
Signed-off-by: xliu <liuxin259@huawei.com>
Change-Id: I3a3cafa8b6b44969181e2e1d8d5f7e6179a3c307
2022-01-24 22:56:29 +08:00
lifansheng a3621ff239 Signed-off-by: lifansheng <lifansheng1@huawei.com>
On branch master
 Your branch is up to date with 'origin/master'.
2021-12-22 16:49:48 +08:00
lifansheng 317fdb7656 Signed-off-by: lifansheng <lifansheng1@huawei.com>
On branch master
 Your branch is up to date with 'origin/master'.
2021-12-22 15:35:30 +08:00
lifansheng 9a018d0bb3 Signed-off-by: lifansheng <lifansheng1@huawei.com>
On branch master
 Your branch is up to date with 'origin/master'.
2021-12-22 15:20:19 +08:00
lifansheng d726a16cfb Signed-off-by: lifansheng <lifansheng1@huawei.com>
On branch master
 Your branch is up to date with 'origin/master'.
2021-12-22 14:02:09 +08:00
lifansheng c46bd84f1c Signed-off-by: lifansheng <lifansheng1@huawei.com>
On branch master
 Your branch is up to date with 'origin/master'.
2021-12-22 11:29:50 +08:00
lifansheng bd9b4cb264 Signed-off-by: lifansheng <lifansheng1@huawei.com>
On branch master
 Your branch is up to date with 'origin/master'.
2021-12-22 10:59:10 +08:00
lifansheng 165a8aadb8 Signed-off-by: lifansheng <lifansheng1@huawei.com>
On branch master
 Your branch is up to date with 'origin/master'.
2021-12-22 10:44:26 +08:00
lifansheng de5707f85c Signed-off-by: lifansheng <lifansheng1@huawei.com>
On branch master
 Your branch is up to date with 'origin/master'.
2021-10-27 15:32:11 +08:00
Wang b9a654adc8 On branch master
Your branch is up to date with 'origin/master'.
Signed-off-by:lifansheng <lifansheng1@huawei.com>
2021-10-11 18:50:27 +08:00
Wang 104c0cce12 On branch master
Your branch is up to date with 'origin/master'.
Signed-off-by:lifansheng <lifansheng1@huawei.com>
2021-10-11 11:11:34 +08:00
lifansheng 5113cefea4 modify codecheck
Signed-off-by: lifansheng <lifansheng1@huawei.com>
2021-09-22 09:31:28 +08:00
lifansheng 088113bf8f modify codecheck
Signed-off-by: lifansheng <lifansheng1@huawei.com>
2021-09-18 16:04:47 +08:00
lifansheng 80347006f7 midify codecheck
Signed-off-by: lifansheng <lifansheng1@huawei.com>
2021-09-14 18:24:50 +08:00
lifansheng f7678eafb7 modify codecheck
Signed-off-by: lifansheng <lifansheng1@huawei.com>
2021-09-14 17:02:46 +08:00
lifansheng 347b729b3e modify codecheck
Signed-off-by: lifansheng <lifansheng1@huawei.com>
2021-09-14 15:33:02 +08:00
lifansheng 727fa0030e modify js_sys_module
Signed-off-by: lifansheng <lifansheng1@huawei.com>
2021-09-14 10:30:48 +08:00
lifansheng 8031d92cb6 modefy codecheck
Signed-off-by: lifansheng <lifansheng1@huawei.com>
2021-09-07 17:40:47 +08:00
xliu 3f203542f9 modify sys
Signed-off-by: xliu <liuxin259@huawei.com>
Change-Id: Ifd96c849951dfd46cb9de757727f257ecd2504f8
2021-08-31 20:05:32 +08:00
xliu bcd9c254cc modify BUILD.gn
Signed-off-by: xliu <liuxin259@huawei.com>
Change-Id: I60d5e413237b3fd0bd3b25e849815b601bd7a6f1
2021-08-25 11:17:56 +08:00
xliu 16b8678a9d add process
Signed-off-by: xliu <liuxin259@huawei.com>
Change-Id: I57c54c28e51cae83fc927cbff06ab00396642879
2021-08-23 16:59:09 +08:00