issue_owner_repo
listlengths
2
2
issue_body
stringlengths
0
261k
issue_title
stringlengths
1
925
issue_comments_url
stringlengths
56
81
issue_comments_count
int64
0
2.5k
issue_created_at
stringlengths
20
20
issue_updated_at
stringlengths
20
20
issue_html_url
stringlengths
37
62
issue_github_id
int64
387k
2.46B
issue_number
int64
1
127k
[ "jerryscript-project", "jerryscript" ]
###### Jerry version: ``` Checked revision: 7b59c80 Build: debug.linux ``` ###### OS: ``` Ubuntu 16.04, x86_64 ``` ###### Test case: ```javascript do break; while $ ``` ###### Backtrace: ``` Script Error: SyntaxError ICE: Assertion 'JERRY_CONTEXT (jmem_heap_allocated_size) == 0' failed at jerryscript/jerry-core/jm...
Assertion 'JERRY_CONTEXT (jmem_heap_allocated_size) == 0' failed in jmem_heap_finalize
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1550/comments
2
2017-01-31T10:58:31Z
2017-02-03T10:43:36Z
https://github.com/jerryscript-project/jerryscript/issues/1550
204,262,684
1,550
[ "jerryscript-project", "jerryscript" ]
###### Jerry version: ``` Checked revision: 7b59c80 Build: debug.linux ``` ###### OS: ``` Ubuntu 16.04, x86_64 ``` ###### Test case: [UPDATE] The test case contains special characters that GH cannot display, but it can be saved with this small python snippet (enough to paste it to a py interpreter): `...
Assertion 'lit_is_cesu8_string_valid (string_p, string_size)' failed in ecma_new_ecma_string_from_utf8
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1549/comments
2
2017-01-31T10:53:38Z
2017-02-16T17:31:05Z
https://github.com/jerryscript-project/jerryscript/issues/1549
204,261,544
1,549
[ "jerryscript-project", "jerryscript" ]
###### Jerry version: ``` Checked revision: 8b5d645 Build: debug.linux ``` ###### OS: ``` Ubuntu 16.04, x86_64 ``` ###### Test case: ```javascript try { new (this.Date)(this.Number .MAX_VALUE, this.Number .MAX_VALUE) .$ () } catch($){} ``` ###### Backtrace: ``` ICE: Assertion '!ecma_number_is_nan (time)' failed a...
Assertion '!ecma_number_is_nan (time)' failed in ecma_date_year_from_time
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1547/comments
5
2017-01-30T16:30:18Z
2017-02-27T10:19:30Z
https://github.com/jerryscript-project/jerryscript/issues/1547
204,059,427
1,547
[ "jerryscript-project", "jerryscript" ]
###### Jerry version: ``` Checked revision: 7b59c80 Build: debug.linux ``` ###### OS: ``` Ubuntu 16.04, x86_64 ``` ###### Test case: ```javascript try { this.String .prototype .split (this.RegExp .prototype) } catch($){} ``` ###### Backtrace: ``` ICE: Assertion 'property_p != NULL && ECMA_PROPE...
Assertion 'property_p != NULL && ECMA_PROPERTY_GET_TYPE (*property_p) == ECMA_PROPERTY_TYPE_NAMEDDATA' failed in ecma_get_named_data_property
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1546/comments
0
2017-01-30T15:09:02Z
2017-02-03T14:16:50Z
https://github.com/jerryscript-project/jerryscript/issues/1546
204,035,807
1,546
[ "jerryscript-project", "jerryscript" ]
###### Jerry version: ``` Checked revision: 7b59c80 Build: debug.linux ``` ###### OS: ``` Ubuntu 16.04, x86_64 ``` ###### Test case: Two test cases are needed to reproduce the failure (`./jerry 1.js 2.js`): 1.js: ``` javascript var fz = [{"a": []}]; var fn = function () { return function(){};...
Assertion 'ECMA_STRING_IS_REF_EQUALS_TO_ONE (string_p)' failed in ecma_free_string_list
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1545/comments
1
2017-01-30T11:13:52Z
2017-02-14T09:09:51Z
https://github.com/jerryscript-project/jerryscript/issues/1545
203,982,267
1,545
[ "jerryscript-project", "jerryscript" ]
Using os ubuntu/xenial64, the make BOARD=NRF52_DK failed with: ``` Compile [100.0%]: launcher.cpp Link: mbedos5 ./BUILD/NRF52_DK/GCC_ARM/mbed-os/platform/retarget.o: In function `__wrap_main': retarget.cpp:(.text.__wrap_main+0xa): undefined reference to `main' collect2: error: ld returned 1 exit status [ERRO...
Board NRF52_DK: failure with make retarget.cpp:(.text.__wrap_main+0xa): undefined reference to `main'
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1538/comments
21
2017-01-22T16:20:43Z
2017-03-31T07:41:03Z
https://github.com/jerryscript-project/jerryscript/issues/1538
202,392,538
1,538
[ "jerryscript-project", "jerryscript" ]
Hi, I would like to nominate Zidong Jiang to become a JerryScript committer. He is a great developer and his work on typed arrays is great. I trust him to follow the process. His patches are: #1507 [ES2015 profile]add TypedArray intrinsic object #1479 Fix a bug in ArrayBuffer #1467 add ES6 feature: ArrayBuffer ...
Nominating Zidong Jiang (@jiangzidong) to become a JerryScript committer
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1535/comments
8
2017-01-19T07:50:46Z
2017-01-27T13:47:27Z
https://github.com/jerryscript-project/jerryscript/issues/1535
201,787,067
1,535
[ "jerryscript-project", "jerryscript" ]
var a = []; for (var i = 0; i < 200; ++i) a[i] = 5; for (var i = 0; i < 200; ++i) a[i] = a[i] + 5; for (var i = 0; i < 200; ++i) delete a[i] a[0] = 5 Crashes. I will submit a fix soon.
Property hashmap assertion failure
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1533/comments
0
2017-01-18T13:30:50Z
2017-01-27T14:31:29Z
https://github.com/jerryscript-project/jerryscript/issues/1533
201,574,551
1,533
[ "jerryscript-project", "jerryscript" ]
Hi, all. I followed the example here(https://github.com/janjongboom/jerryscript/tree/the-answer) I cloned that repository and got the following error when I ran make file. ``` Scan: FEATURE_STORAGE Scan: Scan: mbed Scan: env Compile: launcher.cpp Link: mbedos5 ./BUILD/NUCLEO_F446RE/GCC_ARM/jerryscript-...
Question: I have a linking problem
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1530/comments
7
2017-01-17T09:29:11Z
2017-01-18T08:11:13Z
https://github.com/jerryscript-project/jerryscript/issues/1530
201,216,789
1,530
[ "jerryscript-project", "jerryscript" ]
#1513 merged as ff8ff982deeb5ecb656100ba5d1be45c4e8e0979 leads to: ~~~ $ make -f ./targets/zephyr/Makefile.zephyr BOARD=qemu_x86 ... /home/pfalcon/opt/zephyr-sdk-0.8.2/sysroots/i686-pokysdk-linux/usr/libexec/i586-poky-elf/gcc/i586-poky-elf/5.2.0/real-ld: zephyr_prebuilt.elf section `bss' will not fit in region `R...
"Change the default build type to MinSizeRel." broke zephyr/qemu_x86 build
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1526/comments
2
2017-01-14T17:26:03Z
2017-01-14T18:07:04Z
https://github.com/jerryscript-project/jerryscript/issues/1526
200,817,198
1,526
[ "jerryscript-project", "jerryscript" ]
Here's a transcript with bin/jerry that demonstrates the issue: ``` jerry> function foo() { } undefined jerry> typeof foo function jerry> typeof assert function jerry> null instanceof foo false jerry> null instanceof assert Script Error: TypeError jerry> bar = new foo() [object Object] jerry> bar instan...
checking instanceof against a native external function gives TypeError instead of true/false
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1519/comments
11
2017-01-10T23:52:19Z
2017-01-16T12:43:56Z
https://github.com/jerryscript-project/jerryscript/issues/1519
199,966,862
1,519
[ "jerryscript-project", "jerryscript" ]
I want to put the jerryscript engine on the target board and interactively send the JavaScript code and execution results between the target board and the PC terminal via serial communication. I am using the NUCLEO_F446RE board, and I have succeeded in building the jerryscript engine to target mbed os 5. Then I fol...
Question: when I use some js functions, jerry_run_simple() return false
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1514/comments
3
2017-01-06T04:02:26Z
2017-01-19T02:25:19Z
https://github.com/jerryscript-project/jerryscript/issues/1514
199,119,872
1,514
[ "jerryscript-project", "jerryscript" ]
I try the tutorial below to build jerryscript to an mbed os 5 target. https://developer.mbed.org/blog/entry/Using-mbed-libraries-with-JerryScript/ In the Setting up section of the tutorial, you can see: <------------------------ Setting up The following instructions guide you through the process of setting u...
Problem with building jerryscript on mbed os 5
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1511/comments
6
2017-01-04T02:39:11Z
2017-01-05T07:42:20Z
https://github.com/jerryscript-project/jerryscript/issues/1511
198,618,209
1,511
[ "jerryscript-project", "jerryscript" ]
When you switch targets we don't re-generate pins.cpp. If we'd put it in the build/out folder we wouldn't have this problem...
target: mbedos5: pins.cpp should be created in build/out folder rather than in mbedos5/source/
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1496/comments
1
2016-12-15T10:29:54Z
2016-12-19T06:28:23Z
https://github.com/jerryscript-project/jerryscript/issues/1496
195,769,229
1,496
[ "jerryscript-project", "jerryscript" ]
Go to build/jerryscript/targets/mbedos5, then run `make source/pins.cpp`. This fails, because the `Target` constructor has been removed in mbed OS 5.2 now; which is used in https://github.com/jerryscript-project/jerryscript/blob/master/targets/mbedos5/tools/generate_pins.py.
target: mbedos5: source/pins.cpp is no longer generated against mbed OS 5.2
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1493/comments
2
2016-12-14T15:16:15Z
2016-12-16T09:12:50Z
https://github.com/jerryscript-project/jerryscript/issues/1493
195,557,760
1,493
[ "jerryscript-project", "jerryscript" ]
As discussed in #1467, we need to add a set of regression tests to have some basic test coverage of the ArrayBuffer implementation.
ArrayBuffer needs regression tests
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1475/comments
4
2016-12-07T13:18:29Z
2016-12-09T07:04:51Z
https://github.com/jerryscript-project/jerryscript/issues/1475
194,047,255
1,475
[ "jerryscript-project", "jerryscript" ]
I will write patches for this.
target: mbedos5: Missing clearTimeout, clearInterval, PwmOut and AnalogIn data types
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1454/comments
1
2016-11-28T11:45:32Z
2016-12-12T11:50:31Z
https://github.com/jerryscript-project/jerryscript/issues/1454
191,985,400
1,454
[ "jerryscript-project", "jerryscript" ]
This is a proposal. In [IoT.js issue #211](https://github.com/Samsung/iotjs/issues/211), I've discussed about the change of JerryScript memory allocator. The statically reserved heap makes the JerryScript waste the memory by allocating 512KB heap statically even though it only uses few KBs of it. It makes several prob...
On-demand heap memory management maintaining compressed pointer
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1451/comments
7
2016-11-26T09:59:00Z
2017-01-31T13:31:23Z
https://github.com/jerryscript-project/jerryscript/issues/1451
191,797,646
1,451
[ "jerryscript-project", "jerryscript" ]
I build Jerry on Linux but when I run: ``` ./jerry --save-snapshot-for-global t.js output.snp ``` The program just hangs/loops. If there are additional diagnostics I can run, please let me know.
jerry save-snaphot-for-global hangs
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1437/comments
7
2016-11-17T05:23:10Z
2016-11-21T10:28:07Z
https://github.com/jerryscript-project/jerryscript/issues/1437
189,941,345
1,437
[ "jerryscript-project", "jerryscript" ]
The public benchmark is not refreshing: http://jerryscript.net/benchmark/benchmark.html The last data is from the end of august. Do we want to keep it? Any plan to make it work again? IMHO it is not too informative with such a small subset of Sunspider.
Automatic benchmark does not work
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1434/comments
6
2016-11-15T14:32:19Z
2017-10-30T11:10:11Z
https://github.com/jerryscript-project/jerryscript/issues/1434
189,407,013
1,434
[ "jerryscript-project", "jerryscript" ]
When calling `print` from JS code only a newline is added after the log message. This does not give a full line break on many serial monitors (like `screen` on OS/X and Linux). We should augment `jerry_port_console` to add a carriage return at the end of the line.
mbed OS 5 port should add carriage return (`\r`) in jerry_port_console
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1426/comments
3
2016-11-11T10:36:37Z
2016-11-28T12:29:48Z
https://github.com/jerryscript-project/jerryscript/issues/1426
188,731,430
1,426
[ "jerryscript-project", "jerryscript" ]
On many terminal / serial monitor applications (incl. screen on OS/X) it's required to use both a carriage return (`\r`) and a newline (`\n`) to properly create newlines. Is there a reason why `ecma_builtin_global_object_print` only does a newline? I believe changing the call to `jerry_port_console ("\n");` into `\r...
ecma_builtin_global_object_print should add carriage return (\r)
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1424/comments
2
2016-11-10T11:02:42Z
2016-11-11T10:32:21Z
https://github.com/jerryscript-project/jerryscript/issues/1424
188,479,093
1,424
[ "jerryscript-project", "jerryscript" ]
### Background: We've been working on transpiling the application layer of the Pebble firmware + JerryScript bindings from C to JavaScript using Emscripten. The generated JavaScript targets the web browser as a host to run the transpiled application runtime, exposing the Pebble JavaScript API on a global object in t...
Question: any interest in an implementation of jerry-api.h targeting Emscripten?
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1419/comments
10
2016-11-03T09:40:27Z
2019-10-27T11:08:54Z
https://github.com/jerryscript-project/jerryscript/issues/1419
187,012,668
1,419
[ "jerryscript-project", "jerryscript" ]
Lua supports multiple `lua_State` instances within a process, each of which represents an entire Lua VM. Different `lua_State`s can be run on different threads simultaneously. This is much better than Jerryscript's use of global variables. This is a breaking change to the C API.
Support multiple instances of the VM within a process
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1415/comments
7
2016-10-30T01:14:20Z
2017-06-07T13:53:23Z
https://github.com/jerryscript-project/jerryscript/issues/1415
186,110,584
1,415
[ "jerryscript-project", "jerryscript" ]
This was reported on Pebble forums - https://forums.pebble.com/t/rocky-js-math-random-bug/25359 It looks like the problem was introduced with https://github.com/Samsung/jerryscript/commit/6d6c913bdc3bb08e2937691f75449cf248b1a790 The range of the rand() function in jerry-libc is only the positive int32_t values. Howe...
Math.random() returns range [0, 0.5) instead of [0, 1.0]
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1414/comments
1
2016-10-28T21:12:04Z
2016-11-01T14:43:16Z
https://github.com/jerryscript-project/jerryscript/issues/1414
186,023,260
1,414
[ "jerryscript-project", "jerryscript" ]
I have a JavaScript file loaded in JerryScript that runs forever using setInterval. On occasion I need to restart this JavaScript. This code contains objects that are using jerry_set_object_native_handle, and I need to free this memory. I passed jerry_set_object_native_handle a callback to execute for releasing the han...
[Question] Is there a way to free all memory allocated in JerryScript?
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1392/comments
20
2016-10-14T23:03:07Z
2016-10-28T14:51:23Z
https://github.com/jerryscript-project/jerryscript/issues/1392
183,168,547
1,392
[ "jerryscript-project", "jerryscript" ]
Version: 9915307 OS: Linux-4.4.0-38-generic-x86_64-with-debian-stretch-sid Load the attached test with debug jerry: ``` js function x(){}[280,1045,523,613,892,802,722,357,766,843,1015,624,260,418,a5,261,376,306(n("o")).a,583,585,586,587,569,589,466,533,745,1012,633,809,368,1245,513,607,g='r',516("",'c'),981,tf(f(b())...
Assertion 'dst_p == byte_code_p + initializers_length' failed in parser_post_processing
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1389/comments
1
2016-10-07T09:54:07Z
2016-11-01T14:58:46Z
https://github.com/jerryscript-project/jerryscript/issues/1389
181,628,311
1,389
[ "jerryscript-project", "jerryscript" ]
As title .
When I build /targets/zephyr , it shows `stdio.h: No such file or dictionary `
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1388/comments
11
2016-10-07T08:01:40Z
2016-10-13T06:11:30Z
https://github.com/jerryscript-project/jerryscript/issues/1388
181,606,919
1,388
[ "jerryscript-project", "jerryscript" ]
Version: 9915307 OS: Linux-4.4.0-38-generic-x86_64-with-debian-stretch-sid Load the attached test with debug jerry: ``` js 'use strict' function undefined () {} ``` Output: ``` ICE: Assertion 'JERRY_CONTEXT (jmem_heap_allocated_size) == 0' failed at JERRY_PATH/jerry-core/jmem/jmem-heap.c(jmem_heap_finalize):177. Er...
Assertion 'JERRY_CONTEXT (jmem_heap_allocated_size) == 0' failed in jmem_heap_finalize
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1387/comments
1
2016-10-05T19:37:41Z
2016-10-20T07:19:06Z
https://github.com/jerryscript-project/jerryscript/issues/1387
181,245,926
1,387
[ "jerryscript-project", "jerryscript" ]
The return value of `new Date(2016, 9, day)` (or any other leap year) is an invalid date object (`console.log(…) --> "Invalid Date"`) since the binary search in `ecma_date_make_day()` is erroneous. We do have a working fix, covered by a brute-force unit-test that creates dates in the range from 1950...2050 (that previo...
new Date() fails for any date in October on leap years
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1386/comments
2
2016-10-03T02:54:24Z
2016-12-16T13:27:08Z
https://github.com/jerryscript-project/jerryscript/issues/1386
180,554,556
1,386
[ "jerryscript-project", "jerryscript" ]
IoT.js has `--jerry-memstat` option to profile JS heap usage, but it is broken now. Jerry memory status is printed by `jerry_port_log(JERRY_LOG_LEVEL_DEBUG, ...)` function, but under current jerryscript log level system, embedders cannot decide the log level.
JerryScript embedder cannot see JerryScript memory status message
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1383/comments
7
2016-09-30T04:33:49Z
2016-10-04T10:03:14Z
https://github.com/jerryscript-project/jerryscript/issues/1383
180,217,959
1,383
[ "jerryscript-project", "jerryscript" ]
The ESP8266 target has been in a bad shape for a while. I've tried bringing it up to speed again and got to a point where it's building and linking. However, I have the handicap of not owning a real device. So, instead of opening a pull request, I open this issue and point to the branch that contains the current status...
ESP8266 target revival
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1375/comments
7
2016-09-23T15:00:07Z
2019-01-02T10:00:30Z
https://github.com/jerryscript-project/jerryscript/issues/1375
178,899,672
1,375
[ "jerryscript-project", "jerryscript" ]
When calling `.pop()` on a large array, an unsurprisingly large amount of heap is required to complete the call. It seems like this call-chain ends up being the called more than`array.length` times, each time allocating 8 bytes of heap: - `jmem_pools_alloc` <= 8 bytes alloc'd for every - `ecma_alloc_collection_chunk`...
Heap requirement for Array.pop() gets very high for large arrays (proportional to the array's length)
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1370/comments
8
2016-09-21T12:50:45Z
2017-01-31T13:26:43Z
https://github.com/jerryscript-project/jerryscript/issues/1370
178,337,533
1,370
[ "jerryscript-project", "jerryscript" ]
The current implementation fails with following test case: - `assert((0.995).toFixed(2) === "0.99");` - `assert((9.995).toFixed(2) === "9.99");` Reference: - http://www.ecma-international.org/ecma-262/5.1/#sec-15.7.4.5
"Number.prototype.toFixed()" is not properly implemented
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1367/comments
3
2016-09-20T10:48:53Z
2017-08-09T23:27:28Z
https://github.com/jerryscript-project/jerryscript/issues/1367
178,027,141
1,367
[ "jerryscript-project", "jerryscript" ]
We're working on adding an API to allow a .js app to respond to memory pressure (based on this proposal https://github.com/mounirlamouri/memory-pressure-api/blob/master/explainer.md). While implementing this, we found ourselves adding 2 additional arguments to `jmem_free_unused_memory_callback_t`, such that the argume...
Add requested size and "fatal if not freed" to jmem_free_unused_memory_callback_t
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1366/comments
1
2016-09-20T08:45:44Z
2017-01-31T13:26:06Z
https://github.com/jerryscript-project/jerryscript/issues/1366
178,001,107
1,366
[ "jerryscript-project", "jerryscript" ]
In our embedded home automation product we use a Lua based application framework. Now we are considering using JavaScript instead. We did some tests with Duktape, which is architecturally quite similar to Lua. As the apps running on our platform may come from 3rd parties, we need to make sure that the scripts will no ...
Is there a way to stop a running script?
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1356/comments
7
2016-09-17T10:22:37Z
2017-01-31T13:25:12Z
https://github.com/jerryscript-project/jerryscript/issues/1356
177,568,237
1,356
[ "jerryscript-project", "jerryscript" ]
Is there any interest in swapping/adding tools to be written in JavaScript (node.js) instead of python? The reason for this would be to remove the dependency on python for building. We've found that moving to a framework for developing with JavaScript pretty much guarantees the user has node installed, so moving to th...
Consider JavaScript tools instead of python
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1355/comments
8
2016-09-16T20:28:19Z
2016-09-19T17:02:07Z
https://github.com/jerryscript-project/jerryscript/issues/1355
177,513,566
1,355
[ "jerryscript-project", "jerryscript" ]
Is it by chance planned to move to a MIT license? APACHE 2.0 is sort of a blocker for thinking about contributing or using it.
Apache License 2.0 makes forking and integration a little hard to contribute and integrate into OSS
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1354/comments
13
2016-09-16T18:58:19Z
2017-02-27T17:21:57Z
https://github.com/jerryscript-project/jerryscript/issues/1354
177,496,294
1,354
[ "jerryscript-project", "jerryscript" ]
With my current development i am facing a problem in which i cannot allocate enough memory to load from the file system a program that should fit on JerryScript. Arduino 101 has 80kb of RAM (divided in two MCUs, so only 55kb are for Zephyr and JS), 256kb of ROM and 1MB of slow FLASH memory. I store several javascrip...
[Proposal] Parsing from Flash/Disk/Transaction
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1352/comments
10
2016-09-16T13:23:00Z
2019-10-25T20:11:43Z
https://github.com/jerryscript-project/jerryscript/issues/1352
177,424,375
1,352
[ "jerryscript-project", "jerryscript" ]
We are investigating the implementation of a _paging_ mechanism for jerryscript bytecode. The goal is to minimize the RAM overhead when executing snapshots by dynamically loading bytecode in fixed-size pages. By doing this we hope that we can execute snapshots that are at least as large as the amount of memory availabl...
[Proposal][Question] Run-time paging of bytecode
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1351/comments
4
2016-09-14T21:30:22Z
2019-10-25T19:56:19Z
https://github.com/jerryscript-project/jerryscript/issues/1351
177,026,674
1,351
[ "jerryscript-project", "jerryscript" ]
On master we are using Travis CI to do various checks around the DCO line in the commit messages. We need to enable the same functionality for the gh-pages branch as well.
gh-pages branch needs an automatic DCO check
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1342/comments
1
2016-09-12T13:14:04Z
2016-09-14T09:00:01Z
https://github.com/jerryscript-project/jerryscript/issues/1342
176,372,129
1,342
[ "jerryscript-project", "jerryscript" ]
I would like to nominate Young-il Choi to becoma a JerryScript maintainer. He already has 10 patches and fixed several complicated bugs. #1310 vm_op_set_value should be able to throw error when ecma_op_to_string throws #1308 SplitMatch operation should not set its return array element with [[Put]] #1301 Fix bug in for-...
Nominating Young-il Choi (@yichoi) to become a JerryScript maintainer
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1325/comments
4
2016-09-06T12:23:30Z
2016-09-19T13:43:01Z
https://github.com/jerryscript-project/jerryscript/issues/1325
175,233,462
1,325
[ "jerryscript-project", "jerryscript" ]
I would like to nominate Robert Sipka to become a committer. He already has 39 patches: #1317 Add missing jerry-libm include path to jerry-core target. #1291 Remove unused JERRY_ENABLE_PRETTY_PRINTER from the build system. #1263 Remove unused ecma-helpers functions #1259 Remove needless toolchain files and variable set...
Nominating Robert Sipka (@robertsipka) to become a JerryScript committer
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1321/comments
8
2016-09-05T12:13:16Z
2016-09-19T13:43:16Z
https://github.com/jerryscript-project/jerryscript/issues/1321
175,058,822
1,321
[ "jerryscript-project", "jerryscript" ]
suppose I have a huge struct to export to javascript, but i don't want javascript to modify the value. seems now every value have to make a copy to vm, two copy in C and jerrry is a waste memory and it's hard to sync every value changed to jerry.
how can i share a c variable to jerry readonly
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1319/comments
4
2016-09-05T03:01:23Z
2016-09-06T05:52:22Z
https://github.com/jerryscript-project/jerryscript/issues/1319
174,987,261
1,319
[ "jerryscript-project", "jerryscript" ]
I would like to nominate Tilmann Scheller (@tilmannOSG) to become a member of the Steering Committee. Tilmann has been leading the SRUK OSG JerryScript team for more than 1.5 years now and has been actively participating in the community through reviews and discussions and also contributed several patches in the last m...
Nominating Tilmann Scheller (@tilmannOSG) to become a JerryScript maintainer
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1315/comments
9
2016-09-01T13:55:42Z
2016-09-06T01:28:41Z
https://github.com/jerryscript-project/jerryscript/issues/1315
174,530,146
1,315
[ "jerryscript-project", "jerryscript" ]
Current code doesn't check the completion value of ecma_op_to_string correctly.
vm_op_set_value should be able to throw error when ecma_op_to_string throws
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1309/comments
1
2016-08-31T12:05:57Z
2016-08-31T13:29:16Z
https://github.com/jerryscript-project/jerryscript/issues/1309
174,255,873
1,309
[ "jerryscript-project", "jerryscript" ]
`The charCodeAt() method returns an integer between 0 and 65535 representing the UTF-16 code unit at the given index (the UTF-16 code unit matches the Unicode code point for code points representable in a single UTF-16 code unit, but might also be the first code unit of a surrogate pair for code points not representabl...
Implement String.prototype.charCodeAt()
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1305/comments
8
2016-08-30T16:10:09Z
2016-09-01T05:31:45Z
https://github.com/jerryscript-project/jerryscript/issues/1305
174,061,022
1,305
[ "jerryscript-project", "jerryscript" ]
Below code fails on `JERRY_ASSERT` in debug mode, (Assertion 'context_p->stack_depth == context_p->context_stack_depth' failed) and returns wrong result in release mode. ("prop" is not assigned into array[0][0]) ``` var array = [ [0] ]; var obj = { prop : "" }; var i = 0; for (array[0][i] in obj) /* do something *...
for-in fails on some code
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1300/comments
1
2016-08-30T04:11:01Z
2016-08-30T08:37:25Z
https://github.com/jerryscript-project/jerryscript/issues/1300
173,925,905
1,300
[ "jerryscript-project", "jerryscript" ]
The 1.0 release is approaching, but before it happens, we might reconsider the name of the public API header of the JerryScript library. Now, it is called jerry-api.h, which is somewhat unusual. For an ordinary library user, writing `#include <jerry.h>` might be more intuitive. The time of the release is close and the...
Change name of public API header?
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1297/comments
5
2016-08-29T19:46:35Z
2017-03-04T06:15:01Z
https://github.com/jerryscript-project/jerryscript/issues/1297
173,856,055
1,297
[ "jerryscript-project", "jerryscript" ]
Currently, OS X Travis CI jobs may fail without turning the build status red. However, the landing of #1269 made OS X jobs pass. The question is whether we should "promote" OS X jobs to voting status? Cons: - OS X is not on the list of official development environments. Pros: - It can give a better test coverage. (E....
Disallow failures of Travis CI jobs on OS X?
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1296/comments
6
2016-08-29T19:30:16Z
2016-08-31T09:42:18Z
https://github.com/jerryscript-project/jerryscript/issues/1296
173,852,649
1,296
[ "jerryscript-project", "jerryscript" ]
The CMakeLists of jerry-core calculates and defines `JERRY_BUILD_DATE`, `JERRY_COMMIT_HASH`, and `JERRY_BRANCH_NAME`. I recall having some const strings in the past with these values which allowed the identification of the build during runtime, but they are not used in the code anymore anywhere. Instead, we have `JERRY...
Unused build ID defines
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1295/comments
4
2016-08-29T16:39:29Z
2016-09-07T09:31:16Z
https://github.com/jerryscript-project/jerryscript/issues/1295
173,817,133
1,295
[ "jerryscript-project", "jerryscript" ]
As ECMAScript 5 section 13 describes, FunctionExpression name identifier binding should be immutable. Example code is : ``` (function funcExpr() { assert(typeof funcExpr == "function"); funcExpr = 123; assert(typeof funcExpr == "function"); })(); ```
Function expression name binding should be immutable
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1292/comments
0
2016-08-29T10:37:38Z
2016-09-01T11:11:21Z
https://github.com/jerryscript-project/jerryscript/issues/1292
173,745,643
1,292
[ "jerryscript-project", "jerryscript" ]
`eval` called as a bound function shoud be indirect eval. ``` var builtinEval = eval; var eval = builtinEval.bind(undefined, "context"); var context = "global"; function checkIfDirectEval() { var context = "function"; return (eval() == "function"); } ```
Eval called as a bound function shoud be indirect eval
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1286/comments
0
2016-08-25T09:31:07Z
2016-08-26T09:22:53Z
https://github.com/jerryscript-project/jerryscript/issues/1286
173,155,773
1,286
[ "jerryscript-project", "jerryscript" ]
In Spec 15.4.5.1, both step 3.c and 3.d must call [[DefaultValue]] internal method. (step 3.c : ToUint32() -> ToNumber() -> ToPrimitive() -> [[DefaultValue]], step 3.d : ToNumer() -> ToPrimitive()-> [[DefaultValue]]) And considering the side effect of [[DefaultValue]], which calls 'toString' or 'valueOf' operation, I...
[[DefineOwnProperty]] of "length" property of Array objects doesn't work correctly.
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1284/comments
0
2016-08-25T03:09:00Z
2016-08-26T09:22:20Z
https://github.com/jerryscript-project/jerryscript/issues/1284
173,104,557
1,284
[ "jerryscript-project", "jerryscript" ]
Property name can be one of : IdentifierName, StringLiteral, NumericLiteral, as stated in ECMAScript 5.1 section 11.1.5. But current jerryscript doesn't accept numeric literal as valid property name. ``` var obj = { get 0() { }}; obj[0]; ```
Numeric literals cannot be used as property name in object literal
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1282/comments
0
2016-08-25T02:53:09Z
2016-08-26T09:21:44Z
https://github.com/jerryscript-project/jerryscript/issues/1282
173,103,061
1,282
[ "jerryscript-project", "jerryscript" ]
REPL mode of jerry shell doesn't print unhandled exception. And when read_file fails in main-unix.c, the execution doesn't stop right away.
REPL mode of jerry shell doesn't print unhandled exception
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1280/comments
0
2016-08-25T02:48:25Z
2016-08-26T11:18:17Z
https://github.com/jerryscript-project/jerryscript/issues/1280
173,102,592
1,280
[ "jerryscript-project", "jerryscript" ]
In trying to do some performance testing I noted that when trying to build a large string it gets silently truncated to zero bytes: ``` var txt = 'xy'; for (var i = 0; i < 20; i++) { print(i, txt.length); txt = txt + txt; } print(txt.length); ``` This should print: ``` 0 2 1 4 2 8 3 16 4 32 5 64 6 128 7 256 ...
Large string truncated without error
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1274/comments
3
2016-08-18T11:13:35Z
2016-08-23T17:15:58Z
https://github.com/jerryscript-project/jerryscript/issues/1274
171,876,815
1,274
[ "jerryscript-project", "jerryscript" ]
I suppose this must already be well-understood, but I left a test with a counter running over the weekend, and it got stuck at 16777216. Doing 16777216 + 1 returns 16777216. I discovered this is due to the resolution limitation of the 32-bit float. I see in the JerryScript internals docs that this is an intentional de...
Number as a 32-bit float
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1270/comments
4
2016-08-16T15:46:57Z
2016-08-23T06:49:05Z
https://github.com/jerryscript-project/jerryscript/issues/1270
171,449,313
1,270
[ "jerryscript-project", "jerryscript" ]
It wasn't obvious to me the resulting string for APIs like `jerry_string_to_char_buffer()` isn't actually UTF-8 encoded, but CESU-8. (FWIW, I understand and agree with the rationale behind using CESU-8 vs UTF-8 (as per the discussion in https://github.com/Samsung/jerryscript/pull/616).) It also seems like in the imple...
Rename symbols from `...utf8...` to `...cesu8...`
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1268/comments
8
2016-08-15T13:36:32Z
2017-01-31T13:27:24Z
https://github.com/jerryscript-project/jerryscript/issues/1268
171,171,549
1,268
[ "jerryscript-project", "jerryscript" ]
While applying new build system, I get this error when compiling `esp8266/user` folder. ``` make[1]: Entering directory '/home/maxwell/usbdisk/x86/harmony/jerryscript/targets/esp8266/user' Makefile:42: *** Too many open files. Stop. make[1]: Leaving directory '/home/maxwell/usbdisk/x86/harmony/jerryscript/targets/esp...
[esp8266] build failure
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1264/comments
2
2016-08-13T06:44:30Z
2017-01-31T13:22:31Z
https://github.com/jerryscript-project/jerryscript/issues/1264
170,996,412
1,264
[ "jerryscript-project", "jerryscript" ]
After I analyze the memory management code of jerryscript, I've got a question about WHITE_GRAY GC pool and BLACK GC pool. According to the code, the objects in WHITE_GRAY pool are gonna be swept after visiting process and ones in BLACK pool remain in memory. However, once gc process done, BLACK pool is converted to ...
[Q & Suggestion] Does jerryscript run generational GC?
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1262/comments
2
2016-08-12T04:18:42Z
2017-01-31T13:24:29Z
https://github.com/jerryscript-project/jerryscript/issues/1262
170,796,277
1,262
[ "jerryscript-project", "jerryscript" ]
The web site jerryscript.net has bad links giving 404 errors. For example the Internals link send you to http://jerryscript.net/jerryscript/internals/ instead of http://jerryscript.net/internals/ ditto for all other links on the home page.
jerryscript.net links all give 404 errors
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1248/comments
4
2016-08-06T18:12:04Z
2016-11-16T08:02:48Z
https://github.com/jerryscript-project/jerryscript/issues/1248
169,758,933
1,248
[ "jerryscript-project", "jerryscript" ]
Would it make sense to have wrappers for `ecma_make_nan_value()` and `ecma_number_make_infinity()` ?
Add jerry_... APIs to create NaN and inf
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1247/comments
7
2016-08-05T13:42:44Z
2016-08-20T08:17:23Z
https://github.com/jerryscript-project/jerryscript/issues/1247
169,610,078
1,247
[ "jerryscript-project", "jerryscript" ]
I am trying to use JerryScript on ESP8266 device. This device has around 40K free. My app, without JerryScript compiled in it, has around 35032 bytes free heap. Just by adding JerryScript with CONFIG_MEM_HEAP_AREA_SIZE = 10K my free heap decreased to 8976 bytes. I tried to use all compact options and decrease the CON...
Question: Ways to decrease the initial heap consumption?
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1224/comments
14
2016-07-24T17:10:17Z
2017-01-31T13:24:06Z
https://github.com/jerryscript-project/jerryscript/issues/1224
167,243,019
1,224
[ "jerryscript-project", "jerryscript" ]
Hi, I would like to nominate Somang Park(@somang-park) to become a member of [Steering Committee](https://github.com/Samsung/jerryscript/wiki/Governance#steering-committee), as the main role of Community Strategy Director. She already work for JerryScript project as a community maintainer in Samsung Open Source Group ...
Nominating Somang Park for JerryScript Steering Committee Member
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1223/comments
6
2016-07-22T07:20:32Z
2016-07-29T02:26:22Z
https://github.com/jerryscript-project/jerryscript/issues/1223
166,985,160
1,223
[ "jerryscript-project", "jerryscript" ]
When implementing Promises, I found that a JS script will not run at all if there is a native function named "catch". For promises, this is needed in order to by syntactically correct e.g. mypromise.then(function(ret) { . . . }).**catch**(function(error) { . . . });
Native functions cannot be named "catch"
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1221/comments
5
2016-07-21T15:56:13Z
2016-07-21T18:34:13Z
https://github.com/jerryscript-project/jerryscript/issues/1221
166,855,477
1,221
[ "jerryscript-project", "jerryscript" ]
Hi, I would like to nominate Dániel Bátyai to become a JerryScript maintainer. He already have reviewed 73 pull requests, and landed 56 patches. The list of these follows. Reviews: #1208 Remove arbitrary case conversion tests. #1204 Improve resolve reference. #1203 Minor fixes in API reference #1201 Implement IO port...
Nominating Dániel Bátyai (dbatyai) for JerryScript Maintainer status
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1220/comments
6
2016-07-20T13:55:53Z
2016-08-01T11:20:08Z
https://github.com/jerryscript-project/jerryscript/issues/1220
166,587,384
1,220
[ "jerryscript-project", "jerryscript" ]
Now that the jerryscript.net domain has been enabled the web site is working again. However there seem to be some path issues with the web site e.g. if you access it through jerryscript.net the browser can't find the CSS style sheet anymore. Visiting http://jerryscript.net should show exactly the same web site as is ...
JerryScript web site broken
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1218/comments
7
2016-07-20T07:46:33Z
2016-07-28T06:30:41Z
https://github.com/jerryscript-project/jerryscript/issues/1218
166,517,740
1,218
[ "jerryscript-project", "jerryscript" ]
I tried to build JerryScript for ESP8266 by following the [readme](https://github.com/Samsung/jerryscript/blob/master/targets/esp8266/readme.md) file. I have setup the ESP8266 toolchain but when I try to compile JerryScript I end up with the following error: ``` [ 0%] Building C object CMakeFiles/release.external-ent...
Building JerryScript for ESP8266 fails with: Missing jerry.h
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1211/comments
1
2016-07-16T08:02:17Z
2016-07-27T13:52:40Z
https://github.com/jerryscript-project/jerryscript/issues/1211
165,918,315
1,211
[ "jerryscript-project", "jerryscript" ]
Nuttx target isn't working. It must be updated to the latest API and improve the how-to documentation.
Fix NuttX target
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1202/comments
3
2016-07-13T15:24:26Z
2021-01-24T07:14:30Z
https://github.com/jerryscript-project/jerryscript/issues/1202
165,349,308
1,202
[ "jerryscript-project", "jerryscript" ]
###### Jerry version: ``` Checked revision: 9bce5b0 Build: debug.linux ``` ###### OS: ``` Ubuntu 15.10, x86_64 ``` ###### Test case: ``` javascript Array.prototype.push(""); try { constructor.freeze(Array.prototype)() } catch($){} new RegExp().constructor.prototype.exec(); ``` ###### Backtrace: ``` ICE: Assertion '...
Assertion 'ECMA_STRING_IS_REF_EQUALS_TO_ONE (string_p)' failed in ecma_free_string_list
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1196/comments
1
2016-07-12T08:28:30Z
2016-08-29T17:25:22Z
https://github.com/jerryscript-project/jerryscript/issues/1196
165,021,406
1,196
[ "jerryscript-project", "jerryscript" ]
Add regression tests for recently closed fuzzer bugs
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1193/comments
2
2016-07-08T12:24:28Z
2016-11-25T06:26:51Z
https://github.com/jerryscript-project/jerryscript/issues/1193
164,520,037
1,193
[ "jerryscript-project", "jerryscript" ]
I have been trying to add external function handlers but without success. I saw that there is already an external function declared in main-unix.c. When i write a small test script to check that the assert function works it also gives me "uncaughtException: ReferenceError" (same as when I try to add an external functio...
main-unix.c on Ubuntu: jerry_create_external_function assert not reachable (reference error)
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1188/comments
7
2016-07-06T07:14:47Z
2016-07-06T13:41:54Z
https://github.com/jerryscript-project/jerryscript/issues/1188
164,013,282
1,188
[ "jerryscript-project", "jerryscript" ]
In the Travis CI ARM build of https://github.com/Samsung/jerryscript/pull/1182, the following test failed: [37/266] build/bin/debug.linux/jerry --exec-snapshot date-tostring.t9Fkk0uDHJ.snapshot: FAIL (1) Script error: assertion failed The full log is available at https://travis-ci.org/Samsung/jerryscript/jobs/1421...
Test failure: jerry --exec-snapshot date-tostring triggers assertion
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1184/comments
9
2016-07-04T11:19:49Z
2018-02-16T10:52:04Z
https://github.com/jerryscript-project/jerryscript/issues/1184
163,656,154
1,184
[ "jerryscript-project", "jerryscript" ]
$ make prerequisites ``` Prerequisites setup failed. See /home/fmj/osokay/jerryscript/build/prerequisites/prerequisites.log for details. Makefile:396: recipe for target 'prerequisites' failed make: *** [prerequisites] Error 1 ``` $ cat ./build/prerequisites/prerequisites.log ``` Setting up stm32f3 prerequisite --20...
I can't download the stm32f3discovery_fw.zip
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1180/comments
6
2016-07-01T12:33:12Z
2016-08-19T18:47:26Z
https://github.com/jerryscript-project/jerryscript/issues/1180
163,386,295
1,180
[ "jerryscript-project", "jerryscript" ]
I've got a compile error in the vm.c with GCC 6.x: ``` jerry-core/vm/vm.c: In function ‘vm_loop’: jerry-core/vm/vm.c:1222:57: error: left shift of negative value [-Werror=shift-negative-value] if (int_value <= (ECMA_INTEGER_NUMBER_MIN << ECMA_DIRECT_SHIFT)) ...
Compile error in vm.c with GCC 6
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1174/comments
0
2016-06-30T08:33:54Z
2016-11-25T06:26:50Z
https://github.com/jerryscript-project/jerryscript/issues/1174
163,110,394
1,174
[ "jerryscript-project", "jerryscript" ]
### Planned API changes - [x] Change 'jerry_api' prefix to 'jerry_' #1124 - [x] Unify error handling #1147 - [x] Use const object parameters in getter API functions #1047 (wontfix) - [x] Remove unnecessary or internal functions/structures from public API - [x] Remove 'jerry_value_t' structure from API #1138 - [x] ...
Jerry API v1.0
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1148/comments
6
2016-06-15T12:37:40Z
2016-07-20T12:03:25Z
https://github.com/jerryscript-project/jerryscript/issues/1148
160,411,680
1,148
[ "jerryscript-project", "jerryscript" ]
Details: https://github.com/Samsung/jerryscript/pull/1138#issuecomment-225802981 > I think the general direction is very good. However, I feel people will not understand how the exception handling works in Jerry. Namely a value has an exception bit, and a value with an exception bit set cannot be passed to any functio...
Fix error handling in API
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1141/comments
0
2016-06-14T11:27:02Z
2016-07-12T13:22:36Z
https://github.com/jerryscript-project/jerryscript/issues/1141
160,157,758
1,141
[ "jerryscript-project", "jerryscript" ]
This issue is created to collect all the tasks we need to do before the first release of the engine. ### Documentation - [x] GitHub wiki - [x] gh-pages (http://samsung.github.io/jerryscript) - [x] In source documentation - [x] Comments in public headers files - [x] Markdown files under docs folder (internals doc. a...
Prepare the engine for release 1.0
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1125/comments
27
2016-06-06T10:21:59Z
2016-09-02T16:06:31Z
https://github.com/jerryscript-project/jerryscript/issues/1125
158,645,443
1,125
[ "jerryscript-project", "jerryscript" ]
#1109 was a quick fix, we should refactor it, as Laszlo mentioned. https://github.com/Samsung/jerryscript/pull/1109#issuecomment-222696851
Rework of JSON-parse
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1110/comments
1
2016-05-31T14:33:17Z
2017-01-31T13:22:59Z
https://github.com/jerryscript-project/jerryscript/issues/1110
157,686,760
1,110
[ "jerryscript-project", "jerryscript" ]
I have build the jerryscript in ubuntu15.04 system, when I try extent the jerryscript with the jerry_api_create_external_function method, I found a strange phenomenon: - If I set the external function between jerry_init and jerry_parse, it look fine; - If I set the external function after jerry_parse, it will halt; - I...
what is the jerry_api_create_external_function invoking timing?
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1102/comments
1
2016-05-26T12:51:38Z
2016-05-27T01:47:43Z
https://github.com/jerryscript-project/jerryscript/issues/1102
156,976,389
1,102
[ "jerryscript-project", "jerryscript" ]
###### Jerry version: ``` Checked revision: ac3aa30 Build: debug.linux ``` ###### OS: ``` Ubuntu 15.10, x86_64 ``` ###### Test case: ``` javascript try { new (this.Array)() .constructor .prototype .push (this.decodeURI .$) } catch($){} try { this.Object .freeze (this.Array .prototype) .$ () } catch($){} try { thi...
Assertion 'jmem_heap_allocated_size == 0' failed in jmem_heap_finalize
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1096/comments
1
2016-05-25T11:02:22Z
2016-08-29T17:16:43Z
https://github.com/jerryscript-project/jerryscript/issues/1096
156,722,134
1,096
[ "jerryscript-project", "jerryscript" ]
Hi My understanding about snapshot is below, please correct me if anything wrong. - snapshot consists of 3 parts: byte-code, literal-refs and literal-storage-data - When call `jerry_exec_snapshot`, if we set the `copy_bytecode`, then all 3 parts will load into mem_heap, and if we unset the `copy_bytecode`, then the l...
Understanding about snapshot
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1094/comments
2
2016-05-25T03:06:36Z
2016-05-26T02:08:42Z
https://github.com/jerryscript-project/jerryscript/issues/1094
156,653,724
1,094
[ "jerryscript-project", "jerryscript" ]
Currently there are 26 open branches in Jerry. Several of them are 8 months old, and unlikely to be updated. Since we moved to fork model, it would be good to only have a master branch, and perhaps each release could have one. What do you think?
Close dead branches
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1092/comments
19
2016-05-23T11:10:24Z
2016-09-07T21:01:44Z
https://github.com/jerryscript-project/jerryscript/issues/1092
156,255,997
1,092
[ "jerryscript-project", "jerryscript" ]
On the [benchmark page](http://samsung.github.io/jerryscript/benchmark/benchmark.html), there is a huge performance regression recently. This issue occurs snapshot mode only. Here are recent patches related to snapshot mode. - e1c8a2ec96c29a8bf7fbe8a853bc3f9e18ed795b - 7cf8b79429e3279d3de0e6f55e92a21212dc3304 cc: @La...
Huge performance regression of snapshot mode
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1086/comments
7
2016-05-20T07:07:02Z
2016-05-26T05:00:37Z
https://github.com/jerryscript-project/jerryscript/issues/1086
155,900,373
1,086
[ "jerryscript-project", "jerryscript" ]
###### Jerry version: ``` Checked revision: e1c8a2e Build: debug.linux ``` ###### OS: ``` Ubuntu 15.10, x86_64 ``` ###### Test case: ``` javascript try { ; } catch (A) {} try { new (this.String)().A.A.A (A) } catch (A) {} try { ; } catch (A) {} try { new (this.RegExp)().A () } catch (A) {} try { A.A.A () } catch ...
Unreachable control path in ecma_free_property
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1083/comments
1
2016-05-19T14:52:19Z
2016-07-08T11:02:54Z
https://github.com/jerryscript-project/jerryscript/issues/1083
155,756,656
1,083
[ "jerryscript-project", "jerryscript" ]
###### Jerry version: ``` Checked revision: e1c8a2e Build: debug.linux ``` ###### OS: ``` Ubuntu 15.10, x86_64 ``` ###### Test case: ``` javascript try { new (String)().A.A.A (A) } catch (A) {} try { new (this.RegExp)().A () } catch (A) {} try { A.A.A () } catch (A) {} try { ; } catch (A) {} try { new A.A () } c...
Assertion 'is_retrieved' failed in ecma_gc_sweep
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1082/comments
1
2016-05-19T14:49:00Z
2016-07-08T11:02:45Z
https://github.com/jerryscript-project/jerryscript/issues/1082
155,755,790
1,082
[ "jerryscript-project", "jerryscript" ]
###### Jerry version: ``` Checked revision: e1c8a2e Build: debug.linux ``` ###### OS: ``` Ubuntu 15.10, x86_64 ``` ###### Test case: ``` javascript try { new RegExp().compile(A) } catch (err) {} try { A } catch (err) {} try { new RegExp().constructor.prototype.toString() } catch (A) {} try { A } catch (err) {} try...
Assertion 'object_p->type_flags_refs >= ECMA_OBJECT_REF_ONE' failed in ecma_deref_object
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1081/comments
3
2016-05-19T11:40:57Z
2017-08-21T07:08:58Z
https://github.com/jerryscript-project/jerryscript/issues/1081
155,716,519
1,081
[ "jerryscript-project", "jerryscript" ]
###### Jerry version: ``` Checked revision: e1c8a2e Build: debug.linux ``` ###### OS: ``` Ubuntu 15.10, x86_64 ``` ###### Test case: ``` javascript ((new RegExp("}").constructor)("a", "g").constructor)(undefined).constructor.prototype.toString(); new Date("2015-07-09T12:13:14.121+01:30").toISOString(); RegExp(new Re...
Segmentation fault in mem_pools_alloc (from ecma_alloc_number)
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1080/comments
1
2016-05-19T10:11:04Z
2016-07-08T11:02:24Z
https://github.com/jerryscript-project/jerryscript/issues/1080
155,700,655
1,080
[ "jerryscript-project", "jerryscript" ]
###### Jerry version: ``` Checked revision: e1c8a2e Build: debug.linux ``` ###### OS: ``` Ubuntu 15.10, x86_64 ``` ###### Test case: ``` javascript try { Array.prototype.reverse().push(1) } catch($){} try { Object.freeze(Array.prototype) } catch($){} try { new RegExp().constructor.prototype.exec() } catch($){} ``...
Assertion 'mem_heap_allocated_size == 0' failed in mem_heap_finalize
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1079/comments
0
2016-05-19T09:27:30Z
2016-07-19T14:01:03Z
https://github.com/jerryscript-project/jerryscript/issues/1079
155,691,755
1,079
[ "jerryscript-project", "jerryscript" ]
###### Jerry version: ``` Checked revision: e1c8a2e Build: debug.linux ``` ###### OS: ``` Ubuntu 15.10, x86_64 ``` ###### Test case: ``` javascript try { Array.prototype.splice(Function.prototype, 1, this) } catch($){} try { Object.freeze(Array.prototype) } catch($){} try { new String().split (new RegExp()) } cat...
Assertion 'property_p != NULL' failed in ecma_get_named_property
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1078/comments
1
2016-05-19T09:21:29Z
2016-08-25T23:10:07Z
https://github.com/jerryscript-project/jerryscript/issues/1078
155,690,546
1,078
[ "jerryscript-project", "jerryscript" ]
###### Jerry version: ``` Checked revision: e1c8a2e Build: debug.linux ``` ###### OS: ``` Ubuntu 15.10, x86_64 ``` ###### Test case: ``` javascript new Array(752692953).join(Date); ``` ###### Backtrace: ``` ICE: Assertion 'new_size <= UINT16_MAX' failed at jerryscript/jerry-core/ecma/base/ecma-helpers-string.c(ecma...
Assertion 'new_size <= UINT16_MAX' failed in ecma_concat_ecma_strings
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1077/comments
1
2016-05-19T09:16:20Z
2016-08-29T17:10:55Z
https://github.com/jerryscript-project/jerryscript/issues/1077
155,689,517
1,077
[ "jerryscript-project", "jerryscript" ]
###### Jerry version: ``` Checked revision: e1c8a2e Build: debug.linux ``` ###### OS: ``` Ubuntu 15.10, x86_64 ``` ###### Test case: ``` javascript try { Array.prototype.unshift(1) } catch($){} try { Object.freeze(this.Array.prototype)() } catch($){} try { new String(1).split("") } catch($){} ``` ###### Backtrace...
Assertion 'ecma_get_value_type_field (value) == ECMA_TYPE_STRING' failed in ecma_get_string_from_value
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1076/comments
2
2016-05-19T09:09:38Z
2016-09-06T06:48:04Z
https://github.com/jerryscript-project/jerryscript/issues/1076
155,688,159
1,076
[ "jerryscript-project", "jerryscript" ]
###### Jerry version: ``` Checked revision: e1c8a2e Build: debug.linux ``` ###### OS: ``` Ubuntu 15.10, x86_64 ``` ###### Test case: ``` javascript try { new (RegExp)().$() } catch($){} try { RegExp.prototype.compile() } catch($){} try { new (this.$)(1, RegExp.prototype.compile(RegExp.prototype)) } catch($){} ```...
Assertion 'mem_is_heap_pointer (MEM_HEAP_GET_ADDR_FROM_OFFSET (next_offset)) || next_offset == MEM_HEAP_GET_OFFSET_FROM_ADDR (MEM_HEAP_END_OF_LIST)' in mem_heap_alloc_block_internal
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1075/comments
1
2016-05-19T09:02:58Z
2016-07-08T12:23:06Z
https://github.com/jerryscript-project/jerryscript/issues/1075
155,686,842
1,075
[ "jerryscript-project", "jerryscript" ]
###### Jerry version: ``` Checked revision: e1c8a2e Build: debug.linux ``` ###### OS: ``` Ubuntu 15.10, x86_64 ``` ###### Test case: ``` javascript try { this.Date.prototype.$ (this.isNaN.length, this.String.fromCharCode.length) } catch($){} try { this.String.prototype.constructor.prototype.$(new (this.RegExp)()) ...
Assertion 'ECMA_PROPERTY_IS_PROPERTY_PAIR (prop_iter_p)' failed in ecma_find_internal_property
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1074/comments
1
2016-05-19T08:56:35Z
2016-07-08T12:22:57Z
https://github.com/jerryscript-project/jerryscript/issues/1074
155,685,566
1,074
[ "jerryscript-project", "jerryscript" ]
###### Jerry version: ``` Checked revision: e1c8a2e Build: debug.linux ``` ###### OS: ``` Ubuntu 15.10, x86_64 ``` ###### Test case: ``` javascript try { String.prototype(new (RegExp)()) } catch($){} try { RegExp.prototype.compile() } catch($){} try { isNaN(RegExp.prototype.compile(RegExp.prototype)) } catch($){} `...
Segmentation fault in mem_pools_collect_empty
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1073/comments
1
2016-05-19T08:51:18Z
2016-07-08T12:22:48Z
https://github.com/jerryscript-project/jerryscript/issues/1073
155,684,508
1,073
[ "jerryscript-project", "jerryscript" ]
###### Jerry version: ``` Checked revision: e1c8a2e Build: debug.linux ``` ###### OS: ``` Ubuntu 15.10, x86_64 ``` ###### Test case: ``` javascript try { new (this.$)(new (this.RegExp)().ignoreCase).$ () } catch($){} try { new (this.String)() .constructor.prototype.match() } catch($){} try { this.RegExp().compile(...
Segmentation fault in mem_pools_alloc (from ecma_alloc_string)
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1072/comments
0
2016-05-19T08:40:56Z
2016-05-24T09:28:48Z
https://github.com/jerryscript-project/jerryscript/issues/1072
155,682,531
1,072
[ "jerryscript-project", "jerryscript" ]
###### Jerry version: ``` Checked revision: 7cf8b79 Build: debug.linux ``` ###### OS: ``` Ubuntu 15.10, x86_64 ``` ###### Description: Running the following test takes a long time (I killed it after 5 minutes): ``` javascript new Date(864858163349847396, 1, 1, 1, 1, 1, 1, 1) ```
Hang when creating Date with huge year value
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1071/comments
0
2016-05-18T22:00:55Z
2016-06-16T06:27:39Z
https://github.com/jerryscript-project/jerryscript/issues/1071
155,611,689
1,071
[ "jerryscript-project", "jerryscript" ]
Hi, At the moment in the mbed target build, the behaviour when loading JS files is to execute main.js first, and then evaluate all the other js files (in whichever order they were turned into C files by js2c). This can leave some applications rather fragile, if their execution depends on the order in which their scrip...
mbed target script importing
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1067/comments
11
2016-05-18T12:48:08Z
2017-01-31T13:36:14Z
https://github.com/jerryscript-project/jerryscript/issues/1067
155,492,778
1,067
[ "jerryscript-project", "jerryscript" ]
###### Jerry version: ``` Checked revision: 7cf8b79 Build: debug.linux ``` ###### OS: ``` Ubuntu 15.10, x86_64 ``` ###### Test case: ``` javascript new (new (new RegExp().constructor)().constructor)().constructor.prototype.toString() RegExp().constructor().constructor.prototype.compile(RegExp.prototype) ``` ###### B...
Assertion 'ECMA_PROPERTY_GET_TYPE (prop_p) == ECMA_PROPERTY_TYPE_NAMEDDATA' failed in re_initialize_props
https://api.github.com/repos/jerryscript-project/jerryscript/issues/1065/comments
1
2016-05-18T07:29:31Z
2016-07-08T12:22:39Z
https://github.com/jerryscript-project/jerryscript/issues/1065
155,433,921
1,065