-
### JerryScript revision
2.4.0
### Build platform
ubuntu20.04
### Description
I found jerryscript can not output correctly like other js engines when I ran the following code. However when I …
-
Seeing you guys are working on more boards, wanted to share this issue: https://github.com/zephyrproject-rtos/meta-zephyr-sdk/issues/91 .
So, if by any change you have Cortex-M0 boards in your queu…
-
Currently, jerryscript use asan to check memory leak and in ci, also it's have valgrind but it's slow and not suite for
CI, and not running in the CI. and ASAN detecting memory leak in 32bit mode are…
-
想学习一下mvvm架构,根据awtk-mvvm-c-hello文档编译不成功。
![QQ截图20211113202404](https://user-images.githubusercontent.com/41711488/141643847-836b7354-a94f-4309-b1ac-f41bcd0a1dad.png)
![QQ截图20211113202252](https://u…
-
#### Description
When calling Array.prototype.unshift, the execution speed of duktape is much slower than other JavaScript engines. In terms of memory allocation strategy, can duktape be optimized?
…
-
###### JerryScript revision
Commit: [a6ab5e9](https://github.com/jerryscript-project/jerryscript/commit/a6ab5e9abed70cdedf9f4e9c1dc379eb762ebf64)
Version: v3.0.0
###### Build platform
…
-
###### JerryScript revision
Commit: [42523bd6](https://github.com/jerryscript-project/jerryscript/commit/42523bd6e2b114755498c9f68fd78545f9b33476)
Version: v3.0.0
###### Build platform
…
-
如题,可以先让我们测试使用
lanfs updated
4 years ago
-
```
console.log(Buffer.from(""))
```
```
TypeError: length argument is undefined
# 0: buffer.js:38
# 1: buffer.js:302
# 2: buffer.js:177
```
Linux, commit: 5ec2ecbf
-
Hi!
I'm wondering how the performance and stack usage benchmark output seen in some PR comments can be generated. I noticed https://github.com/jerryscript-project/jerryscript/blob/8edf8d6eea4327dd8…