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"
] | Refactor the lexer's code so that iterator is checked for EOS only in one place.
| Remove redundant !lit_utf8_iterator_is_eos (&source_str_iter) checks from lexer | https://api.github.com/repos/jerryscript-project/jerryscript/issues/384/comments | 2 | 2015-07-13T15:13:53Z | 2016-02-08T09:18:15Z | https://github.com/jerryscript-project/jerryscript/issues/384 | 94,744,164 | 384 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 13cf314
Build: debug.linux
```
###### OS:
```
Ubuntu 15.04, x86_64
```
###### Test case:
``` javascript
function f_0(){
'use strict';
var v_0 = {
p_0: function(a_0, a_1) {}
};
f_1(function(a_2) {});
}
```
###### Backtrace:
``` javascript
ICE: Asser... | Assertion 'STACK_ELEMENT (props, j).type == VARG' failed in syntax_check_for_syntax_errors_in_formal_param_list | https://api.github.com/repos/jerryscript-project/jerryscript/issues/381/comments | 2 | 2015-07-13T09:06:36Z | 2016-11-25T06:26:33Z | https://github.com/jerryscript-project/jerryscript/issues/381 | 94,673,423 | 381 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 13cf314
Build: debug.linux
```
###### OS:
```
Ubuntu 15.04, x86_64
```
###### Test case:
``` javascript
var v_0 = [];
var v_1 = [['\u200E', '\u0601', '\u0602', '\u0603', '\u06DD', '\u070F'],[0x1107, 0x1175, 0x11B0]];
v_0[v_1];
```
###### Backtrace:
``` javascript
ICE: Ass... | Assertion 'copied > 0' failed in ecma_is_string_magic_longpath | https://api.github.com/repos/jerryscript-project/jerryscript/issues/380/comments | 3 | 2015-07-13T08:56:00Z | 2016-11-25T06:26:33Z | https://github.com/jerryscript-project/jerryscript/issues/380 | 94,671,294 | 380 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 13cf314
Build: debug.linux
```
###### OS:
```
Ubuntu 15.04, x86_64
```
###### Test case:
``` javascript
JSON.stringify([[0xeff1],[0xD6C3]]);
```
###### Backtrace:
``` javascript
Program received signal SIGSEGV, Segmentation fault.
0x0000000000423c78 in list_has_element (c... | Segmentation fault in list_has_element | https://api.github.com/repos/jerryscript-project/jerryscript/issues/379/comments | 1 | 2015-07-13T08:46:53Z | 2016-11-25T06:26:33Z | https://github.com/jerryscript-project/jerryscript/issues/379 | 94,669,482 | 379 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 13cf314
Build: debug.linux
```
###### OS:
```
Ubuntu 15.04, x86_64
```
###### Test case:
``` javascript
JSON.stringify("");
```
###### Backtrace:
``` javascript
ICE: Assertion 'bytes_copied > 0' failed at jerryscript/jerry-core/ecma/builtin-objects/ecma-builtin-json.cpp(e... | Assertion 'bytes_copied > 0' failed in ecma_builtin_json_quote | https://api.github.com/repos/jerryscript-project/jerryscript/issues/378/comments | 3 | 2015-07-13T08:42:43Z | 2015-07-15T15:30:25Z | https://github.com/jerryscript-project/jerryscript/issues/378 | 94,668,830 | 378 |
[
"jerryscript-project",
"jerryscript"
] | The testcase:
``` js
var func = new Function("return 2");
```
reports the following error:
```
^
ERROR: Ln 1, Col 9: Expected either ';' or newline token
```
However this should not cause any errors.
| Incorrect parser error when calling Function constructor | https://api.github.com/repos/jerryscript-project/jerryscript/issues/364/comments | 2 | 2015-07-10T12:18:27Z | 2015-07-20T14:22:45Z | https://github.com/jerryscript-project/jerryscript/issues/364 | 94,296,307 | 364 |
[
"jerryscript-project",
"jerryscript"
] | Built-in functions that require us to iterate over Arrays currently do so by iterating over the whole length of the array. Most of the time this is necessary, but there are some function where we can get away with only iterating over the defined properties. This should be done wherever possible, since this could greatl... | Iterating over sparse Arrays | https://api.github.com/repos/jerryscript-project/jerryscript/issues/362/comments | 1 | 2015-07-10T11:34:59Z | 2016-10-17T05:52:10Z | https://github.com/jerryscript-project/jerryscript/issues/362 | 94,289,966 | 362 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 9b24d8f
Build: debug.linux
```
###### OS:
```
Ubuntu 15.04, x86_64
```
###### Test case:
``` javascript
function f_0(a_0) {
"use strict";
Object.freeze({a: "foo"});
}
```
###### Backtrace:
``` javascript
ICE: Assertion 'STACK_ELEMENT (props, i).type == VARG' faile... | Assertion 'STACK_ELEMENT (props, i).type == VARG' failed in syntax_check_for_syntax_errors_in_formal_param_list | https://api.github.com/repos/jerryscript-project/jerryscript/issues/359/comments | 1 | 2015-07-10T08:51:10Z | 2015-11-19T11:16:26Z | https://github.com/jerryscript-project/jerryscript/issues/359 | 94,253,872 | 359 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 9b24d8f
Build: debug.linux
```
###### OS:
```
Ubuntu 15.04, x86_64
```
###### Test case:
``` javascript
label_0:
if (false)
do {
continue label_0;
} while (false);
```
###### Backtrace:
``` javascript
ICE: Assertion 'label_p->continue_tgt... | Assertion 'label_p->continue_tgt_oc != MAX_OPCODES' failed in jsp_label_rewrite_jumps_and_pop | https://api.github.com/repos/jerryscript-project/jerryscript/issues/358/comments | 5 | 2015-07-10T08:45:22Z | 2016-11-25T06:26:32Z | https://github.com/jerryscript-project/jerryscript/issues/358 | 94,252,854 | 358 |
[
"jerryscript-project",
"jerryscript"
] | In js it is possible to create arrays with unset values.
Example:
``` js
var data = [0,,,'3'];
```
In this case the `data` array's `1` and `2` properties **should not** exist.
``` js
data.hasOwnProperty(1) == false
data.hasOwnProperty(2) == false
```
Currently both the 1 and 2 is set to undefined which is incorrect... | Allow unset values when creating arrays | https://api.github.com/repos/jerryscript-project/jerryscript/issues/356/comments | 4 | 2015-07-10T07:57:57Z | 2016-11-25T06:26:32Z | https://github.com/jerryscript-project/jerryscript/issues/356 | 94,242,989 | 356 |
[
"jerryscript-project",
"jerryscript"
] | When I do pre-commit test I get
```
make[1]: Entering directory `/.../harmony/jerryscript'
Running ./build/bin/unittests/unit-test-api... OK
Running ./build/bin/unittests/unit-test-date-helpers... FAILED
Unit tests run failed. See ./build/bin/unittests/unit_tests_run.log for details.
make[1]: *** [unittests_run] Error... | unittests/unit-test-date-helpers fail for 32bit | https://api.github.com/repos/jerryscript-project/jerryscript/issues/355/comments | 3 | 2015-07-10T00:37:03Z | 2015-07-24T09:21:45Z | https://github.com/jerryscript-project/jerryscript/issues/355 | 94,182,751 | 355 |
[
"jerryscript-project",
"jerryscript"
] | If a js source contains an object with more than 255 key then the engine goes into infinite loop in the `syntax_check_for_duplication_of_prop_names` function (`jerry-core/parser/js/syntax-errors.cpp`).
Testcase:
``` js
var data = {
'1': '', '2': '', '3': '', '4': '', '5': '', '6': '', '7': '', '8': '',
'9': '', '10':... | Support arguments lists longer than 255 in byte-code | https://api.github.com/repos/jerryscript-project/jerryscript/issues/354/comments | 5 | 2015-07-09T17:16:54Z | 2016-11-25T06:26:32Z | https://github.com/jerryscript-project/jerryscript/issues/354 | 94,105,271 | 354 |
[
"jerryscript-project",
"jerryscript"
] | ### Test:
`assert (isNaN(Date.prototype.valueOf.call(Date.prototype)));`
### ECMA:
http://www.ecma-international.org/ecma-262/5.1/#sec-15.9.5
| Internal value of Date.prototype should be NaN. | https://api.github.com/repos/jerryscript-project/jerryscript/issues/351/comments | 2 | 2015-07-09T13:04:19Z | 2016-11-25T06:26:32Z | https://github.com/jerryscript-project/jerryscript/issues/351 | 94,042,638 | 351 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 146ac15
Build: debug.linux
```
###### OS:
```
Ubuntu 15.04, x86_64
```
###### Test case:
``` javascript
new Date(20000000, 0, 1);
```
###### Backtrace:
``` javascript
ICE: Assertion 'ecma_date_year_from_time (time) == ym' failed at jerryscript/jerry-core/ecma/builtin-obje... | Assertion 'ecma_date_year_from_time (time) == ym' failed in ecma_date_make_day | https://api.github.com/repos/jerryscript-project/jerryscript/issues/348/comments | 1 | 2015-07-09T08:34:50Z | 2016-11-25T06:26:32Z | https://github.com/jerryscript-project/jerryscript/issues/348 | 93,990,780 | 348 |
[
"jerryscript-project",
"jerryscript"
] | var str1 = "\ud801\udc00";
var str2 = "\ud801";
var str3 = "\udc00";
print(str1 == str2 + str3);
should be true, not false
Actually I need a similar technique for implementing toLowerCase/toUpperCase, and would like to mimic what the concatenation does. Unfortunately concatenation does not work at the moment.
| concatenating surrogates fails | https://api.github.com/repos/jerryscript-project/jerryscript/issues/346/comments | 1 | 2015-07-09T06:43:16Z | 2016-11-25T06:26:32Z | https://github.com/jerryscript-project/jerryscript/issues/346 | 93,970,272 | 346 |
[
"jerryscript-project",
"jerryscript"
] | iotjs build is using nuttx parts in cmake scripts and as #330 landed iotjs nuttx build fails by the changes.
I'm trying to fix the scripts with using `PLATFORM` as `EXTERNAL` and not getting anywhere.
@egavrin , can you please quick fix this?
there are items that needs some fix
- using `CMAKE_SYSTEM_VERSION` as platfor... | iotjs build break for nuttx | https://api.github.com/repos/jerryscript-project/jerryscript/issues/344/comments | 6 | 2015-07-09T05:14:14Z | 2016-11-25T06:26:32Z | https://github.com/jerryscript-project/jerryscript/issues/344 | 93,957,105 | 344 |
[
"jerryscript-project",
"jerryscript"
] | Nuttx heap memory size limit is now gone for #313, commit 8a815fe35742fb45070ccf461998f137aa9b3e9e
it would be nice to set CONFIG_MEM_HEAP_AREA_SIZE from command line.
I couldn't find an issue about it so I'm adding this one.
| Heap size limit for embed system | https://api.github.com/repos/jerryscript-project/jerryscript/issues/342/comments | 5 | 2015-07-08T23:04:36Z | 2016-11-25T06:26:32Z | https://github.com/jerryscript-project/jerryscript/issues/342 | 93,909,751 | 342 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 146ac15
Build: debug.linux
```
###### OS:
```
Ubuntu 15.04, x86_64
```
###### Test case:
``` javascript
�
```
Hex: BF 0A 0A
###### Backtrace:
``` javascript
^
ERROR: Ln 1, Col 1: Invalid source encoding
Program received signal SIGSEGV, Segmentation fault.
0x00000000004... | Segmentation fault in longjmp | https://api.github.com/repos/jerryscript-project/jerryscript/issues/341/comments | 3 | 2015-07-08T20:57:35Z | 2016-11-25T06:26:32Z | https://github.com/jerryscript-project/jerryscript/issues/341 | 93,889,014 | 341 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 146ac15
Build: debug.linux
```
###### OS:
```
Ubuntu 15.04, x86_64
```
###### Test case:
``` javascript
'\0'+'456';
```
###### Backtrace:
``` javascript
ICE: Assertion '!lit_utf8_iterator_is_eos (iter_p)' failed at jerryscript/jerry-core/lit/lit-strings.cpp(lit_utf8_itera... | Assertion '!lit_utf8_iterator_is_eos (iter_p)' failed in lit_utf8_iterator_read_next | https://api.github.com/repos/jerryscript-project/jerryscript/issues/340/comments | 1 | 2015-07-08T20:40:15Z | 2016-11-25T06:26:32Z | https://github.com/jerryscript-project/jerryscript/issues/340 | 93,885,935 | 340 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 146ac15
Build: debug.linux
```
###### OS:
```
Ubuntu 15.04, x86_64
```
###### Test case:
``` javascript
y = 4e;
```
###### Backtrace:
``` javascript
ICE: Assertion '!ecma_number_is_nan (res)' failed at jerryscript/jerry-core/parser/js/lexer.cpp(lexer_parse_number):943.
Er... | Assertion '!ecma_number_is_nan (res)' failed in lexer_parse_number | https://api.github.com/repos/jerryscript-project/jerryscript/issues/339/comments | 1 | 2015-07-08T20:22:51Z | 2016-11-25T06:26:32Z | https://github.com/jerryscript-project/jerryscript/issues/339 | 93,881,525 | 339 |
[
"jerryscript-project",
"jerryscript"
] | Do you know any fuzzers or stress testing suites that can useful for us?
- jsfunfuzz - https://www.squarefree.com/2007/08/02/introducing-jsfunfuzz/
- afl-fuzz for javascript - https://github.com/tunz/afl-fuzz-js
| Stress testing of the engine | https://api.github.com/repos/jerryscript-project/jerryscript/issues/333/comments | 7 | 2015-07-08T10:37:22Z | 2016-04-20T12:44:28Z | https://github.com/jerryscript-project/jerryscript/issues/333 | 93,758,560 | 333 |
[
"jerryscript-project",
"jerryscript"
] | JerryScript requires CMake 2.8.12.
```
cmake_minimum_required (VERSION 2.8.12)
```
However, It seems like some version of ubuntu only support CMake 2.8.7 with 'apt-get' that developers running such ubuntu should manually download and build CMake 2.8.12.
Is there any problem lowering minimum required version of CMa... | Lowering required CMake version | https://api.github.com/repos/jerryscript-project/jerryscript/issues/332/comments | 3 | 2015-07-08T02:06:24Z | 2016-11-25T06:26:32Z | https://github.com/jerryscript-project/jerryscript/issues/332 | 93,673,082 | 332 |
[
"jerryscript-project",
"jerryscript"
] | String manipulation functions and regular expressions require lowercase/uppercase conversion. See
http://www.ecma-international.org/ecma-262/5.1/#sec-15.5.4.16
To implement them, we need some utilities in the core.
1) We need a variant, which converts a character to its uppercase described in (starting from Canonica... | Implement toLowerCase and toUpperCase | https://api.github.com/repos/jerryscript-project/jerryscript/issues/323/comments | 6 | 2015-07-07T12:53:20Z | 2017-02-15T14:57:56Z | https://github.com/jerryscript-project/jerryscript/issues/323 | 93,524,187 | 323 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 4e5e7bb
Build: debug.linux
```
###### OS:
```
Ubuntu 14.10, x86_64
```
###### Test case:
``` javascript
RegExp(Date.prototype,35826);
```
###### Backtrace:
``` javascript
ICE: Assertion 'ecma_builtin_is (obj_p, ECMA_BUILTIN_ID_GLOBAL)' failed at jerryscript/jerry-core/ecm... | Assertion 'ecma_builtin_is (obj_p, ECMA_BUILTIN_ID_GLOBAL)' failed in ecma_object_get_class_name | https://api.github.com/repos/jerryscript-project/jerryscript/issues/317/comments | 1 | 2015-07-06T13:30:38Z | 2016-11-25T06:26:32Z | https://github.com/jerryscript-project/jerryscript/issues/317 | 93,279,169 | 317 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 4e5e7bb
Build: debug.linux
```
###### OS:
```
Ubuntu 14.10, x86_64
```
###### Test case:
``` javascript
v_1 = RegExp.prototype.test;
v_1(ReferenceError);
```
###### Backtrace:
``` javascript
ICE: Assertion 'ecma_get_value_type_field (value) == ECMA_TYPE_OBJECT' failed at ... | Assertion 'ecma_get_value_type_field (value) == ECMA_TYPE_OBJECT' failed in ecma_get_object_from_value | https://api.github.com/repos/jerryscript-project/jerryscript/issues/316/comments | 1 | 2015-07-06T13:26:36Z | 2016-11-25T06:26:32Z | https://github.com/jerryscript-project/jerryscript/issues/316 | 93,278,325 | 316 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 4e5e7bb
Build: debug.linux
```
###### OS:
```
Ubuntu 14.10, x86_64
```
###### Test case:
``` javascript
Math.round(RegExp.prototype);
```
###### Backtrace:
``` javascript
Program received signal SIGSEGV, Segmentation fault.
0x000000000042acc9 in ecma_builtin_regexp_protot... | Segmentation fault in ecma_builtin_regexp_prototype_to_string | https://api.github.com/repos/jerryscript-project/jerryscript/issues/314/comments | 1 | 2015-07-06T13:17:42Z | 2016-11-25T06:26:32Z | https://github.com/jerryscript-project/jerryscript/issues/314 | 93,276,845 | 314 |
[
"jerryscript-project",
"jerryscript"
] | Prerequisite script fails with the following message:
```
Cloning into './tmp.viAM17He42/nuttx'...
fatal: reference is not a tree: 36a655eddec29754cc93631b6083fe6409817861
Failed to setup 'nuttx' prerequisite. Failed to prepare nuttx headers
```
| Prerequisite script fails. | https://api.github.com/repos/jerryscript-project/jerryscript/issues/313/comments | 4 | 2015-07-06T13:16:01Z | 2016-11-25T06:26:32Z | https://github.com/jerryscript-project/jerryscript/issues/313 | 93,276,620 | 313 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 4e5e7bb
Build: debug.linux
```
###### OS:
```
Ubuntu 14.10, x86_64
```
###### Test case:
``` javascript
RegExp.prototype.exec(10);
```
###### Backtrace:
``` javascript
ICE: Assertion 'property_p != NULL' failed at jerryscript/jerry-core/ecma/base/ecma-helpers.cpp(ecma_get... | Assertion 'property_p != NULL' failed in ecma_get_internal_property | https://api.github.com/repos/jerryscript-project/jerryscript/issues/312/comments | 1 | 2015-07-06T13:13:34Z | 2016-11-25T06:26:32Z | https://github.com/jerryscript-project/jerryscript/issues/312 | 93,276,097 | 312 |
[
"jerryscript-project",
"jerryscript"
] | After append is added to ecma collections (#310), JSON should use it instead of its own collection.
| JSON should use ecma collections | https://api.github.com/repos/jerryscript-project/jerryscript/issues/311/comments | 2 | 2015-07-06T13:08:31Z | 2015-08-07T13:58:12Z | https://github.com/jerryscript-project/jerryscript/issues/311 | 93,274,825 | 311 |
[
"jerryscript-project",
"jerryscript"
] | Currently ecma collections has no append (update/remove) functionality. Append is required by JSON.
Test cases are required for testing append as well.
| Add functionality to append or remove last element of ecma-collections | https://api.github.com/repos/jerryscript-project/jerryscript/issues/310/comments | 3 | 2015-07-06T13:06:48Z | 2016-11-25T06:26:31Z | https://github.com/jerryscript-project/jerryscript/issues/310 | 93,274,510 | 310 |
[
"jerryscript-project",
"jerryscript"
] | Please read https://github.com/Samsung/iotjs/issues/117#issuecomment-118208460 for details.
JerryScript standalone built for arm-linux running in RPi2 is ok.
| Segment fault with arm-linux in iotjs | https://api.github.com/repos/jerryscript-project/jerryscript/issues/304/comments | 9 | 2015-07-06T04:44:42Z | 2015-07-14T07:22:14Z | https://github.com/jerryscript-project/jerryscript/issues/304 | 93,186,067 | 304 |
[
"jerryscript-project",
"jerryscript"
] | Fails to run when build for arm-linux hard float
cross compile for arm linux with hard-float
```
make debug.linux TOOLCHAIN=./build/configs/toolchain_linux_armv7l-hf.cmake
```
copy `build/bin/debug.linux/jerry` to raspberry-pi 2 and run with any script, such as `print("hello");`
result:
```
ICE: Assertion 'al != n... | Cross compile for arm-linux fails for hard-float | https://api.github.com/repos/jerryscript-project/jerryscript/issues/296/comments | 0 | 2015-07-02T09:21:49Z | 2016-11-25T06:26:31Z | https://github.com/jerryscript-project/jerryscript/issues/296 | 92,591,967 | 296 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 017aa6b
Build: debug.linux
```
###### OS:
```
Ubuntu 14.10, x86_64
```
###### Test case:
``` javascript
function f_0() {
try {
Function("for(w in\\");
} catch (e) {}
}
f_0();
f_0();
```
###### Backtrace:
``` javascript
for(w in\
^
ERROR: Ln 1, Col 7: ... | Assertion 'token_start == NULL' failed in lexer_next_token_private | https://api.github.com/repos/jerryscript-project/jerryscript/issues/295/comments | 2 | 2015-07-02T08:05:24Z | 2015-11-19T11:57:55Z | https://github.com/jerryscript-project/jerryscript/issues/295 | 92,576,603 | 295 |
[
"jerryscript-project",
"jerryscript"
] | Let's continue the discussion from #273 here.
> > Btw the engine suffers a lot from these reversed order construction mechanics. Could we globally change that?
>
> @zherczeg, could you, please, provide more details on the issue?
| Improvement of ecma/operations/* logic. | https://api.github.com/repos/jerryscript-project/jerryscript/issues/287/comments | 6 | 2015-07-01T12:05:53Z | 2016-11-25T06:26:31Z | https://github.com/jerryscript-project/jerryscript/issues/287 | 92,365,477 | 287 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 505bead
Build: debug.linux
```
###### OS:
```
Ubuntu 14.10, x86_64
```
###### Test case:
``` javascript
switch(foo){
default:
while(false)
foo() {
case a : {}
}
}
```
###### Backtrace:
``` javascript
ICE: Assertion 'jmp... | Assertion 'jmp_op_meta.op.op_idx == OPCODE (is_true_jmp_down)' failed in rewrite_case_clause | https://api.github.com/repos/jerryscript-project/jerryscript/issues/286/comments | 2 | 2015-07-01T08:41:28Z | 2015-11-19T11:20:00Z | https://github.com/jerryscript-project/jerryscript/issues/286 | 92,316,876 | 286 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 505bead
Build: debug.linux
```
###### OS:
```
Ubuntu 14.10, x86_64
```
###### Test case:
``` javascript
NaN == RegExp;
```
###### Backtrace:
``` javascript
ICE: Assertion 'builtin_id == ECMA_BUILTIN_ID_TYPE_ERROR_THROWER' failed at jerryscript/jerry-core/ecma/operations/e... | Assertion 'builtin_id == ECMA_BUILTIN_ID_TYPE_ERROR_THROWER' failed in ecma_object_get_class_name | https://api.github.com/repos/jerryscript-project/jerryscript/issues/285/comments | 2 | 2015-07-01T07:33:34Z | 2016-11-25T06:26:31Z | https://github.com/jerryscript-project/jerryscript/issues/285 | 92,301,159 | 285 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: ec02ace
Build: debug.linux
```
###### OS:
```
Ubuntu 14.10, x86_64
```
###### Test case:
``` javascript
v_0 = {a: Math, /[]/ };
```
###### Backtrace:
``` javascript
v_0 = {a: Math, /[]/ };
^
ERROR: Ln 1, Col 18: ICE: Unreachable control path at jerryscrip... | Unreachable control path at lexer_token_type_to_string | https://api.github.com/repos/jerryscript-project/jerryscript/issues/284/comments | 0 | 2015-06-30T17:29:42Z | 2016-11-25T06:26:31Z | https://github.com/jerryscript-project/jerryscript/issues/284 | 92,152,103 | 284 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: ec02ace
Build: debug.linux
```
###### OS:
```
Ubuntu 14.10, x86_64
```
###### Test case:
``` javascript
switch(foo){} {}
```
###### Backtrace:
``` javascript
ICE: Assertion 'token_is (TOK_EOF)' failed at jerryscript/jerry-core/parser/js/parser.cpp(parser_parse_program):31... | Assertion 'token_is (TOK_EOF)' failed in parser_parse_program | https://api.github.com/repos/jerryscript-project/jerryscript/issues/282/comments | 2 | 2015-06-30T17:18:06Z | 2015-11-19T12:00:29Z | https://github.com/jerryscript-project/jerryscript/issues/282 | 92,148,860 | 282 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: ec02ace
Build: debug.linux
```
###### OS:
```
Ubuntu 14.10, x86_64
```
###### Test case:
``` javascript
while(false) foo
```
###### Backtrace:
``` javascript
ICE: Assertion 'locus < buffer_size' failed at jerryscript/jerry-core/parser/js/lexer.cpp(lexer_seek):1313.
Error:... | Assertion 'locus < buffer_size' failed in lexer_seek | https://api.github.com/repos/jerryscript-project/jerryscript/issues/281/comments | 2 | 2015-06-30T16:59:34Z | 2015-11-19T10:55:09Z | https://github.com/jerryscript-project/jerryscript/issues/281 | 92,144,650 | 281 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: ec02ace
Build: debug.linux
```
###### OS:
```
Ubuntu 14.10, x86_64
```
###### Test case:
``` javascript
v_0 = {0: delete 3. instanceof foo() ^ {} }
```
###### Backtrace:
``` javascript
ICE: Assertion 'lit->get_type () == LIT_STR_T' failed at jerryscript/jerry-core/ecma/ba... | Assertion 'lit->get_type () == LIT_STR_T' failed in ecma_init_ecma_string_from_lit_cp | https://api.github.com/repos/jerryscript-project/jerryscript/issues/280/comments | 6 | 2015-06-30T16:45:48Z | 2016-02-08T10:10:10Z | https://github.com/jerryscript-project/jerryscript/issues/280 | 92,141,148 | 280 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 2aa0485
Build: debug.linux
```
###### OS:
```
Ubuntu 14.10, x86_64
```
###### Test case:
``` javascript
parseInt(RegExp("\u2029"));
```
###### Backtrace:
``` javascript
ICE: Assertion 'bytes_copied >= 0' failed at jerryscript/jerry-core/ecma/builtin-objects/ecma-builtin-g... | Assertion 'bytes_copied >= 0' failed in ecma_builtin_global_object_parse_int | https://api.github.com/repos/jerryscript-project/jerryscript/issues/279/comments | 2 | 2015-06-30T13:09:46Z | 2016-11-25T06:26:31Z | https://github.com/jerryscript-project/jerryscript/issues/279 | 92,088,990 | 279 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 2aa0485
Build: debug.linux
```
###### OS:
```
Ubuntu 14.10, x86_64
```
###### Test case:
``` javascript
eval(String());
```
###### Backtrace:
``` javascript
ICE: Assertion 'code_p != NULL' failed at jerryscript/jerry-core/ecma/operations/ecma-eval.cpp(ecma_op_eval_chars_b... | Assertion 'code_p != NULL' failed in ecma_op_eval_chars_buffer | https://api.github.com/repos/jerryscript-project/jerryscript/issues/278/comments | 2 | 2015-06-30T12:34:28Z | 2016-01-13T15:12:08Z | https://github.com/jerryscript-project/jerryscript/issues/278 | 92,080,906 | 278 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 2aa0485
Build: debug.linux
```
###### OS:
```
Ubuntu 14.10, x86_64
```
###### Test case:
``` javascript
/* 256 "a" in the array */
try {
["a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a... | Assertion '(!ecma_is_completion_value_empty (try_completion) && int_data->pos <= try_end_oc) || (ecma_is_completion_value_empty (try_completion) && int_data->pos == try_end_oc)' failed in opfunc_try_block | https://api.github.com/repos/jerryscript-project/jerryscript/issues/276/comments | 1 | 2015-06-30T11:35:33Z | 2015-11-19T10:50:43Z | https://github.com/jerryscript-project/jerryscript/issues/276 | 92,068,742 | 276 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 2aa0485
Build: debug.linux
```
###### OS:
```
Ubuntu 14.10, x86_64
```
###### Test case:
``` javascript
'�'
```
Hex: 27 EF BF BD 27
###### Backtrace:
``` javascript
ICE: Assertion 'str_buf_iter_p <= str_buf_p + source_str_size' failed at jerryscript/jerry-core/parser/js/... | Assertion 'str_buf_iter_p <= str_buf_p + source_str_size' failed in convert_string_to_token_transform_escape_seq | https://api.github.com/repos/jerryscript-project/jerryscript/issues/274/comments | 2 | 2015-06-30T10:03:23Z | 2016-11-25T06:26:31Z | https://github.com/jerryscript-project/jerryscript/issues/274 | 92,049,422 | 274 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 06dffde
Build: debug.linux
```
###### OS:
```
Ubuntu 14.10, x86_64
```
###### Test case:
``` javascript
try {
RegExp("\u2029");
} catch(err) {}
try {
URIError(isNaN(__proto__));
} catch(err) {}
```
###### Backtrace:
``` javascript
ICE: Assertion '!ecma_gc_is_obje... | Assertion '!ecma_gc_is_object_visited (obj_iter_p)' failed in ecma_gc_run | https://api.github.com/repos/jerryscript-project/jerryscript/issues/267/comments | 2 | 2015-06-29T19:08:05Z | 2015-06-30T10:30:55Z | https://github.com/jerryscript-project/jerryscript/issues/267 | 91,883,199 | 267 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 06dffde
Build: debug.linux
```
###### OS:
```
Ubuntu 14.10, x86_64
```
###### Test case:
``` javascript
try {
String("test");
isNaN(__proto__);
} catch(err) {}
try {
SyntaxError(RegExp("[/]"));
} catch(err) {}
```
###### Backtrace:
``` javascript
ICE: Asserti... | Assertion 'property_p != NULL' failed in ecma_get_internal_property | https://api.github.com/repos/jerryscript-project/jerryscript/issues/266/comments | 2 | 2015-06-29T18:21:12Z | 2015-06-30T10:31:53Z | https://github.com/jerryscript-project/jerryscript/issues/266 | 91,872,623 | 266 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 06dffde
Build: debug.linux
```
###### OS:
```
Ubuntu 14.10, x86_64
```
###### Test case:
``` javascript
parseInt(NaN,RegExp("54"));
try {
parseInt(ArrayBuffer());
} catch(err) {}
try {
isNaN(__proto__);
} catch(err) {}
RangeError(parseInt(Infinity,readbuffer()))... | Assertion 'string1_p->hash == string2_p->hash' failed in ecma_compare_ecma_strings_equal_hashes | https://api.github.com/repos/jerryscript-project/jerryscript/issues/265/comments | 2 | 2015-06-29T18:11:18Z | 2015-06-30T10:31:45Z | https://github.com/jerryscript-project/jerryscript/issues/265 | 91,870,638 | 265 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 06dffde
Build: debug.linux
```
###### OS:
```
Ubuntu 14.10, x86_64
```
###### Test case:
``` javascript
try {
Boolean(decodeURI(decodeURIComponent(Number())));
} catch(err) {}
try {
ReferenceError(isNaN(__proto__));
} catch(err) {}
try {
isNaN(__proto__);
... | Assertion 'string_desc_p->refs > 0' failed in ecma_copy_or_ref_ecma_string | https://api.github.com/repos/jerryscript-project/jerryscript/issues/264/comments | 2 | 2015-06-29T18:03:12Z | 2015-06-30T10:31:41Z | https://github.com/jerryscript-project/jerryscript/issues/264 | 91,868,885 | 264 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 06dffde
Build: debug.linux
```
###### OS:
```
Ubuntu 14.10, x86_64
```
###### Test case:
``` javascript
try {
Boolean(decodeURI(decodeURIComponent(Number())));
} catch(err) {}
try {
ReferenceError(isNaN(__proto__));
} catch(err) {}
try {
isNaN(__proto__);
}... | Assertion 'pool_p->free_chunks_number != 0' failed in mem_pool_alloc_chunk | https://api.github.com/repos/jerryscript-project/jerryscript/issues/263/comments | 2 | 2015-06-29T17:53:35Z | 2015-06-30T10:31:34Z | https://github.com/jerryscript-project/jerryscript/issues/263 | 91,866,984 | 263 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 06dffde
Build: debug.linux
```
###### OS:
```
Ubuntu 14.10, x86_64
```
###### Test case:
``` javascript
RegExp("");
eval(encodeURI(isNaN(__proto__)));
```
###### Backtrace:
``` javascript
ICE: Assertion 'compressed_pointer != MEM_CP_NULL' failed at jerryscript/jerry-core/... | Assertion 'compressed_pointer != MEM_CP_NULL' failed in mem_decompress_pointer | https://api.github.com/repos/jerryscript-project/jerryscript/issues/262/comments | 2 | 2015-06-29T17:09:13Z | 2015-06-30T10:31:27Z | https://github.com/jerryscript-project/jerryscript/issues/262 | 91,858,621 | 262 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 06dffde
Build: debug.linux
```
###### OS:
```
Ubuntu 14.10, x86_64
```
###### Test case:
``` javascript
SyntaxError(RegExp());
isFinite(foo);
```
###### Backtrace:
``` javascript
ICE: Assertion 'ecma_gc_get_object_refs (object_p) > 0' failed at jerryscript/jerry-core/ecma... | Assertion 'ecma_gc_get_object_refs (object_p) > 0' failed in ecma_deref_object | https://api.github.com/repos/jerryscript-project/jerryscript/issues/261/comments | 2 | 2015-06-29T17:01:47Z | 2015-06-30T10:31:21Z | https://github.com/jerryscript-project/jerryscript/issues/261 | 91,857,498 | 261 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 06dffde
Build: debug.linux
```
###### OS:
```
Ubuntu 14.10, x86_64
```
###### Test case:
``` javascript
isNaN(__proto__);
```
###### Backtrace:
``` javascript
ICE: Assertion 'string_p->refs != 0' failed at jerryscript/jerry-core/ecma/base/ecma-helpers-string.cpp(ecma_dere... | Assertion 'string_p->refs != 0' failed in ecma_deref_ecma_string | https://api.github.com/repos/jerryscript-project/jerryscript/issues/260/comments | 2 | 2015-06-29T16:48:50Z | 2016-11-25T06:26:30Z | https://github.com/jerryscript-project/jerryscript/issues/260 | 91,855,000 | 260 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 06dffde
Build: debug.linux
```
###### OS:
```
Ubuntu 14.10, x86_64
```
###### Test case:
``` javascript
new RegExp("]");
```
###### Backtrace:
``` javascript
ICE: Unreachable control path at jerryscript/jerry-core/parser/regexp/re-parser.cpp(re_parse_next_token):775 was e... | Unreachable path hit in re_parse_next_token | https://api.github.com/repos/jerryscript-project/jerryscript/issues/257/comments | 2 | 2015-06-29T13:50:49Z | 2015-08-05T07:02:14Z | https://github.com/jerryscript-project/jerryscript/issues/257 | 91,807,956 | 257 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 06dffde
Build: debug.linux
```
###### OS:
```
Ubuntu 14.10, x86_64
```
###### Test case:
``` javascript
new RegExp("[K-V]{45,13}");
```
###### Backtrace:
``` javascript
ICE: Assertion 'ret_value == ecma_make_empty_completion_value ()' failed at jerryscript/jerry-core/pars... | Assertion 'ret_value == ecma_make_empty_completion_value ()' failed in parse_alternative | https://api.github.com/repos/jerryscript-project/jerryscript/issues/256/comments | 1 | 2015-06-29T13:46:20Z | 2016-11-25T06:26:30Z | https://github.com/jerryscript-project/jerryscript/issues/256 | 91,807,134 | 256 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 06dffde
Build: debug.linux
```
###### OS:
```
Ubuntu 14.10, x86_64
```
###### Test case:
``` javascript
v_0 = /(?!(?!l{666,}))/;
v_0.exec("llllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll");
```
###### Backtrace:
``` javas... | Assertion 'mem_pools == NULL' failed in mem_pools_finalize | https://api.github.com/repos/jerryscript-project/jerryscript/issues/255/comments | 0 | 2015-06-29T08:22:46Z | 2016-11-25T06:26:30Z | https://github.com/jerryscript-project/jerryscript/issues/255 | 91,734,884 | 255 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: e027b4d
Build: debug.linux
```
###### OS:
```
Ubuntu 14.10, x86_64
```
###### Test case:
``` javascript
v_0 = /N(?|(?!C[^k-o]*|p){0,}|H)|\\xDF\\db{0,}|i\\0?)/;
```
###### Backtrace:
``` javascript
ICE: Assertion '!bc_ctx_p->current_p && !bc_ctx_p->block_end_p &&... | Assertion '!bc_ctx_p->current_p && !bc_ctx_p->block_end_p && !bc_ctx_p->block_start_p' failed in realloc_regexp_bytecode_block | https://api.github.com/repos/jerryscript-project/jerryscript/issues/245/comments | 0 | 2015-06-26T15:57:57Z | 2016-11-25T06:26:30Z | https://github.com/jerryscript-project/jerryscript/issues/245 | 91,286,539 | 245 |
[
"jerryscript-project",
"jerryscript"
] | Hello.
Seems that current testing infrastructure provides no way to test the following example in run-time (not parser-only) mode:
`for(;;) {}`
It would be great to develop and add the support.
| Add support of testing 'infinite loop'-like cases | https://api.github.com/repos/jerryscript-project/jerryscript/issues/243/comments | 2 | 2015-06-26T12:29:16Z | 2017-01-31T13:35:29Z | https://github.com/jerryscript-project/jerryscript/issues/243 | 91,237,849 | 243 |
[
"jerryscript-project",
"jerryscript"
] | There used to be heap usage report when JERRY_FLAG_MEM_STATS was given.
Current code seems does not show them. Is it accidentally removed or intended?
| No memory information with JERRY_FLAG_MEM_STATS | https://api.github.com/repos/jerryscript-project/jerryscript/issues/242/comments | 5 | 2015-06-26T06:39:36Z | 2015-06-29T05:21:08Z | https://github.com/jerryscript-project/jerryscript/issues/242 | 91,172,140 | 242 |
[
"jerryscript-project",
"jerryscript"
] | I encountered a weird situation that I could not figure out what's going on that running a program ends with unexpected result runs good when added comments.
You may reproduce it by:
1. checkout iotjs/fs_readfile
2. build
- `$ ./tools/build.py`
3. goto test directory
- `$ cd test/run_pass`
4. run the program
... | Weird behavior that comment matters what's happening. | https://api.github.com/repos/jerryscript-project/jerryscript/issues/240/comments | 3 | 2015-06-25T09:38:07Z | 2015-06-29T05:24:21Z | https://github.com/jerryscript-project/jerryscript/issues/240 | 90,910,409 | 240 |
[
"jerryscript-project",
"jerryscript"
] | We should prepare for running the official test262 test suite with Jerry, to check if the already implemented features are correct.
| Running official test262 test suite with Jerry | https://api.github.com/repos/jerryscript-project/jerryscript/issues/239/comments | 2 | 2015-06-25T09:18:01Z | 2016-11-25T06:26:30Z | https://github.com/jerryscript-project/jerryscript/issues/239 | 90,905,590 | 239 |
[
"jerryscript-project",
"jerryscript"
] | Hello.
Revision:
c603d10360c51952fa8b5b80924ea58bd249681a
Test case:
```
flow = '';
a = {
get q ()
{
flow += 'get: ' + (typeof q);
return 0;
},
set q (v)
{
flow += ', set: ' + (typeof q);
}
};
a.q;
a.q = 1;
print (flow);
```
Output:
`get: function, set: function`
Expected output:
`get: u... | Incorrect generation of function expressions, corresponding to getters / setters (in object literals) | https://api.github.com/repos/jerryscript-project/jerryscript/issues/234/comments | 2 | 2015-06-24T12:35:53Z | 2015-06-24T21:16:22Z | https://github.com/jerryscript-project/jerryscript/issues/234 | 90,663,216 | 234 |
[
"jerryscript-project",
"jerryscript"
] | The Date Prototype Object (15.9.5) has some getters (around 26), that are very similar. For now, I implemented most of them separately in [1]. Maybe we could generate them. The most different parts are in a try-catch block.
Could you give some ideas how I should generate these getter functions.
Some typically differ... | Generate builtin getters for Date object | https://api.github.com/repos/jerryscript-project/jerryscript/issues/233/comments | 4 | 2015-06-24T09:24:41Z | 2015-07-10T08:57:09Z | https://github.com/jerryscript-project/jerryscript/issues/233 | 90,622,349 | 233 |
[
"jerryscript-project",
"jerryscript"
] | With latest JerryScript, cannot build for nuttx cause of
```
jerry-core/parser/js/parser.cpp:2917: undefined reference to `setjmp'
jerry-core/parser/js/syntax-errors.cpp:67: undefined reference to `longjmp'
```
How to reproduce: with iotjs build for nuttx. Get latest iotjs source.
```
cd iotjs
git pull
./tools/buil... | Build for nuttx problem, undefined reference to 'setjmp' and 'longjmp' | https://api.github.com/repos/jerryscript-project/jerryscript/issues/231/comments | 25 | 2015-06-24T07:05:02Z | 2015-07-05T23:36:32Z | https://github.com/jerryscript-project/jerryscript/issues/231 | 90,588,614 | 231 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 216dc25
Build: debug.linux
```
###### OS:
```
Ubuntu 14.10, x86_64
```
###### Test case:
``` javascript
Object.unobserve(undefined,print());
```
###### Backtrace:
``` javascript
ICE: Assertion '!ecma_is_value_empty (reg_value)' failed at jerryscript/jerry-core/vm/opcodes-... | Assertion '!ecma_is_value_empty (reg_value)' failed in get_variable_value | https://api.github.com/repos/jerryscript-project/jerryscript/issues/228/comments | 1 | 2015-06-23T11:16:40Z | 2015-09-03T07:44:10Z | https://github.com/jerryscript-project/jerryscript/issues/228 | 90,357,136 | 228 |
[
"jerryscript-project",
"jerryscript"
] | > There is one minor issue leftover: If we cross-compile to x86_64 then it is possible that the line
>
> ```
> find_program(CMAKE_STRIP NAMES x86_64-linux-gnu-strip x86_64-unknown-linux-gnu-strip strip)
> ```
>
> in the build/configs/toolchain_linux_x86_64.cmake file would make the `CMAKE_STRIP` to use the
> default ... | Cross compilation issue: strip detection | https://api.github.com/repos/jerryscript-project/jerryscript/issues/221/comments | 2 | 2015-06-21T11:31:01Z | 2016-02-12T11:53:40Z | https://github.com/jerryscript-project/jerryscript/issues/221 | 89,898,814 | 221 |
[
"jerryscript-project",
"jerryscript"
] | For Date object implementations we need few time functions and variables, example: `localtime_r`, `gmtime_r`, `daylight` for [1] functions.
These are system dependent features.
Could we somehow use the standard `<time.h>`?
[1] http://www.ecma-international.org/ecma-262/5.1/#sec-15.9.1.7
| Missing standard time functions in jerry-libc | https://api.github.com/repos/jerryscript-project/jerryscript/issues/213/comments | 3 | 2015-06-19T08:52:54Z | 2016-11-25T06:26:30Z | https://github.com/jerryscript-project/jerryscript/issues/213 | 89,509,917 | 213 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 6027906
Build: debug.linux
```
###### OS:
```
Ubuntu 14.10, x86_64
```
###### Test case:
``` javascript
with(0xB276)
eval("foo = true;");
```
###### Backtrace:
``` javascript
ICE: Assertion '!(is_direct_eval && !ecma_is_value_undefined (this_arg))' failed at jerryscript... | Assertion '!(is_direct_eval && !ecma_is_value_undefined (this_arg))' failed in ecma_builtin_global_object_eval | https://api.github.com/repos/jerryscript-project/jerryscript/issues/212/comments | 2 | 2015-06-19T08:33:36Z | 2016-11-25T06:26:30Z | https://github.com/jerryscript-project/jerryscript/issues/212 | 89,505,804 | 212 |
[
"jerryscript-project",
"jerryscript"
] | Hi folks,
I have intention to remove `jerry-extension.h` and `jerry-extension.inc.h` from the project. This API is obsolete and can be fully replaced with existing `api.h`, which is more preferable and less ugly.
Does anyone has objections?
//CC @seanshpark is it used in IoTjs?
| Remove jerry-extension.h and jerry-extension.inc.h | https://api.github.com/repos/jerryscript-project/jerryscript/issues/210/comments | 3 | 2015-06-18T16:23:12Z | 2015-06-23T11:30:28Z | https://github.com/jerryscript-project/jerryscript/issues/210 | 89,335,624 | 210 |
[
"jerryscript-project",
"jerryscript"
] | Hi, I'm currently working on the Object.create built-in function and I've found that the following code cause below causes assertion.
The test:
```
var obj = Object.create(null);
Object.getPrototypeOf (obj);
```
The assertion:
```
ICE: Assertion 'object_p != NULL' failed at /home/kristof/work/jerryscript/jerry-core/... | Assert in Object.getPrototypeOf function | https://api.github.com/repos/jerryscript-project/jerryscript/issues/208/comments | 2 | 2015-06-18T13:39:29Z | 2015-06-26T11:38:49Z | https://github.com/jerryscript-project/jerryscript/issues/208 | 89,296,927 | 208 |
[
"jerryscript-project",
"jerryscript"
] | The General Assembly of Ecma International has announced the approval of ECMA-262 6th edition.
- http://www.infoq.com/news/2015/06/ecmascript-2015-es6
- http://www.ecma-international.org/publications/standards/Ecma-262.htm
Should we need to change our target to support ES6 immediately? or keep going to finish current ... | Supporting ECMAScript 2015 | https://api.github.com/repos/jerryscript-project/jerryscript/issues/205/comments | 28 | 2015-06-18T10:45:59Z | 2017-03-28T13:19:53Z | https://github.com/jerryscript-project/jerryscript/issues/205 | 89,258,932 | 205 |
[
"jerryscript-project",
"jerryscript"
] | Today, I read an article about WebAssembly.
[Google, Microsoft, Mozilla And Others Team Up To Launch WebAssembly, A New Binary Format For The Web](http://goo.gl/RlVCbi)
What should we do for JerryScript with wasm?
Is it valuable for current target segment of JerryScript? or need to include to future roadmap?
Let’s dis... | WebAssembly and JerryScript | https://api.github.com/repos/jerryscript-project/jerryscript/issues/204/comments | 6 | 2015-06-18T10:37:32Z | 2020-12-09T07:28:21Z | https://github.com/jerryscript-project/jerryscript/issues/204 | 89,257,476 | 204 |
[
"jerryscript-project",
"jerryscript"
] | When dump op codes with iotjs, I get below assert.
```
ICE: Assertion 'oc < bytecode_data.opcodes_count' failed at /.../iotjs/deps/jerry/jerry-core/parser/js/serializer.cpp(serializer_get_opcode)
```
how to reproduce
1) build iotjs
```
./tools/build.py --jerry-memstats --no-checktest
```
branch is c87ab8db64fc0f40a... | Assert in serializer_get_opcode | https://api.github.com/repos/jerryscript-project/jerryscript/issues/203/comments | 2 | 2015-06-18T04:01:50Z | 2015-06-23T23:19:21Z | https://github.com/jerryscript-project/jerryscript/issues/203 | 89,191,447 | 203 |
[
"jerryscript-project",
"jerryscript"
] | We may introduce the following labels to reflect the state of PR:
- `waiting-for-review`
- `waiting-to-be-fixed`
- `make-push` or `OK-to-commit`
- etc?
I think it can be useful, both for developers and reviewers.
| New labels to reflect the state of PR | https://api.github.com/repos/jerryscript-project/jerryscript/issues/201/comments | 10 | 2015-06-17T15:22:45Z | 2015-10-20T15:08:15Z | https://github.com/jerryscript-project/jerryscript/issues/201 | 89,047,864 | 201 |
[
"jerryscript-project",
"jerryscript"
] | There are several places in `jerry-core/ecma` directory where the end of documentation groups are missing. For example:
- ecma-boolean-object.cpp
- ecma-number-object.cpp
### Task
We should check all files for this and fix this style issue in one commit.
### Solution
Insert to the end of files:
``` C++
/**
* @}
* ... | Missing end of groups in documentation comments | https://api.github.com/repos/jerryscript-project/jerryscript/issues/198/comments | 0 | 2015-06-17T08:51:54Z | 2016-02-11T14:02:12Z | https://github.com/jerryscript-project/jerryscript/issues/198 | 88,959,008 | 198 |
[
"jerryscript-project",
"jerryscript"
] | We need to prepare ARTIK 1, https://www.artik.io/, which uses two MIPS core.
- Nucleus OS
- C/C++
- ...
I'll add more informations as it arrives.
| MIPS core support for ARTIK 1 | https://api.github.com/repos/jerryscript-project/jerryscript/issues/197/comments | 8 | 2015-06-16T23:54:53Z | 2016-08-16T10:36:47Z | https://github.com/jerryscript-project/jerryscript/issues/197 | 88,869,635 | 197 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 8a9633d
Build: debug.linux
```
###### OS:
```
Ubuntu 14.10, x86_64
```
###### Test case:
``` javascript
function Error() {}
```
###### Backtrace:
``` javascript
ICE: Assertion 'ecma_is_completion_value_empty (completion)' failed at jerryscript/jerry-core/ecma/operations/e... | Assertion 'ecma_is_completion_value_empty (completion)' failed in ecma_op_function_declaration | https://api.github.com/repos/jerryscript-project/jerryscript/issues/195/comments | 2 | 2015-06-16T07:57:34Z | 2015-07-24T15:40:31Z | https://github.com/jerryscript-project/jerryscript/issues/195 | 88,650,354 | 195 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 5d5e75f
Build: debug.linux
```
###### OS:
```
Ubuntu 14.10, x86_64
```
###### Test case:
``` javascript
write.call(eval.constructor(encodeURIComponent.__proto__.__proto__.isPrototypeOf(operation.__proto__.__defineGetter__.call.__proto__.constructor.getOwnPropertyDescriptor... | Assertion '!operand_is_empty (this_arg)' failed in parse_argument_list | https://api.github.com/repos/jerryscript-project/jerryscript/issues/186/comments | 1 | 2015-06-15T09:53:38Z | 2016-11-25T06:26:29Z | https://github.com/jerryscript-project/jerryscript/issues/186 | 88,375,773 | 186 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 5d5e75f
Build: debug.linux
```
###### OS:
```
Ubuntu 14.10, x86_64
```
###### Test case:
``` javascript
RegExp.prototype.__lookupGetter__.__proto__.__proto__.__defineGetter__(Error.toString.__proto__.constructor(JSON.parse.__proto__.__proto__.__defineGetter__.bind.__proto_... | Assertion 'om->lit_id[i].packed_value != MEM_CP_NULL' failed in insert_uids_to_lit_id_map | https://api.github.com/repos/jerryscript-project/jerryscript/issues/185/comments | 2 | 2015-06-15T09:27:13Z | 2015-07-01T16:34:15Z | https://github.com/jerryscript-project/jerryscript/issues/185 | 88,368,992 | 185 |
[
"jerryscript-project",
"jerryscript"
] | while testing eval() with throw try-catch (#182) jerry_api_eval() doesn't return with unmatched brace. not sure this is spec or problem. test code:
```
diff --git a/tests/unit/test-api.cpp b/tests/unit/test-api.cpp
index 9636fd0..7c86780 100644
--- a/tests/unit/test-api.cpp
+++ b/tests/unit/test-api.cpp
@@ -456,6 +456... | parser with unmatched brace doesn't return | https://api.github.com/repos/jerryscript-project/jerryscript/issues/183/comments | 5 | 2015-06-15T07:46:53Z | 2016-11-25T06:26:29Z | https://github.com/jerryscript-project/jerryscript/issues/183 | 88,348,947 | 183 |
[
"jerryscript-project",
"jerryscript"
] | I'm not good at the spec. but seems that try-catch is not working correct.
test code added to test-api.cpp
```
diff --git a/tests/unit/test-api.cpp b/tests/unit/test-api.cpp
index 9636fd0..405aec5 100644
--- a/tests/unit/test-api.cpp
+++ b/tests/unit/test-api.cpp
@@ -456,6 +456,25 @@ main (void)
jerry_api_release_... | try-catch throw in eval function | https://api.github.com/repos/jerryscript-project/jerryscript/issues/182/comments | 2 | 2015-06-15T06:30:22Z | 2015-06-15T07:40:09Z | https://github.com/jerryscript-project/jerryscript/issues/182 | 88,334,213 | 182 |
[
"jerryscript-project",
"jerryscript"
] | Was there an unhandled exception rasied, `jerry_api_invoke_function()` returns `false` with `undefined` for `retval_p`. But user of this API might want to know what error was occurred during execution (actually IoT.js do want to know).
What about exposing the error with `retval_p` parameter in case of exception?
| Jerry API: propagating unhandled exception. | https://api.github.com/repos/jerryscript-project/jerryscript/issues/181/comments | 4 | 2015-06-15T05:53:28Z | 2015-06-17T16:32:36Z | https://github.com/jerryscript-project/jerryscript/issues/181 | 88,326,658 | 181 |
[
"jerryscript-project",
"jerryscript"
] | As new eval has landed, one small problem is that debug version execution has became very slow.
Can there be some level of checking so that it might be somewhat faster for debugging?
| Faster debug version | https://api.github.com/repos/jerryscript-project/jerryscript/issues/180/comments | 4 | 2015-06-14T23:49:42Z | 2016-11-25T06:26:29Z | https://github.com/jerryscript-project/jerryscript/issues/180 | 88,269,187 | 180 |
[
"jerryscript-project",
"jerryscript"
] | I've found some memory related issue with this function which can cause assert in some cases.
| Fix ecma_get_property_descriptor_from_property function | https://api.github.com/repos/jerryscript-project/jerryscript/issues/178/comments | 3 | 2015-06-12T08:18:10Z | 2015-06-12T15:13:28Z | https://github.com/jerryscript-project/jerryscript/issues/178 | 87,652,922 | 178 |
[
"jerryscript-project",
"jerryscript"
] | Hello.
The issue is raised to document all known places where there are missing comments to functions / function's arguments (that is considered a style issue, currently).
The documented style issues are supposed to be fixed:
- step by step, with separate pull requests for each component / module, containing mentione... | Missing comments to functions / function's arguments | https://api.github.com/repos/jerryscript-project/jerryscript/issues/176/comments | 1 | 2015-06-11T16:35:13Z | 2016-02-11T14:03:09Z | https://github.com/jerryscript-project/jerryscript/issues/176 | 87,406,341 | 176 |
[
"jerryscript-project",
"jerryscript"
] | We discussed this question last time, but there was no clear decision. Today this question is raised again, since the PI default compiler is only GCC 4.7. We might also need to support exotic architectures, where we stuck with proprietary compilers, and they might not even support C++.
I think postponing this question... | C or C++ | https://api.github.com/repos/jerryscript-project/jerryscript/issues/173/comments | 2 | 2015-06-11T09:49:56Z | 2015-10-20T15:08:02Z | https://github.com/jerryscript-project/jerryscript/issues/173 | 87,285,059 | 173 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: d988da8
Build: debug.linux
```
###### OS:
```
Ubuntu 14.04, x86_64
```
###### Test case:
``` javascript
for ( ; ; ) {
with ( v_1 ) {
with ( v_1 ) { }
}
}
```
###### Backtrace:
``` javascript
ICE: Assertion '!label_set_p->is_nested_jumpable_border' failed at jerrys... | Assertion '!label_set_p->is_nested_jumpable_border' failed in jsp_label_raise_nested_jumpable_border | https://api.github.com/repos/jerryscript-project/jerryscript/issues/164/comments | 3 | 2015-06-09T15:14:54Z | 2015-06-30T11:32:27Z | https://github.com/jerryscript-project/jerryscript/issues/164 | 86,633,516 | 164 |
[
"jerryscript-project",
"jerryscript"
] | After [723924f]](https://github.com/seanshpark/jerryscript/commit/723924f36fd625a62ff7e806d1c4fdfd093147fe) the precommit fails with the following message:
```
.../tests/unit/test_api.cpp:452:65: error: conversion to ‘uint32_t {aka unsigned int}’ from ‘long unsigned int’ may alter its value [-Werror=conversion]
ui... | Precommit fails after expanding magic string API | https://api.github.com/repos/jerryscript-project/jerryscript/issues/161/comments | 7 | 2015-06-09T11:52:19Z | 2016-11-25T06:26:28Z | https://github.com/jerryscript-project/jerryscript/issues/161 | 86,571,069 | 161 |
[
"jerryscript-project",
"jerryscript"
] | Hello.
The following unit test fails on armv7-hf linux build and on x86_64 in unittests mode build (unit tests are built with O3):
```
ecma_number_t m2 = (ecma_number_t) -2.0;
JERRY_ASSERT (ecma_number_to_int32 (m2) == -2);
```
Seems that `ecma_number_to_int32` is implemented incorrectly.
| Incorrect ToInt32 semantics | https://api.github.com/repos/jerryscript-project/jerryscript/issues/160/comments | 1 | 2015-06-09T10:54:57Z | 2015-06-23T13:16:38Z | https://github.com/jerryscript-project/jerryscript/issues/160 | 86,553,966 | 160 |
[
"jerryscript-project",
"jerryscript"
] | We should be test engine on the original testsuite without any modification. Issues that have to be solved for this:
- [x] RegExp engine #27
- [x] Unicode support #49
- [x] Able to parse JS files from 70 Kbyte to 150 Kbyte
- [x] Implement for-in loop #51
- [x] Fix the for loop bug with function calls in the iteration... | Run the official ECMAScript (ECMA-262) conformance suite. | https://api.github.com/repos/jerryscript-project/jerryscript/issues/158/comments | 7 | 2015-06-08T13:04:49Z | 2015-10-20T15:07:37Z | https://github.com/jerryscript-project/jerryscript/issues/158 | 86,168,683 | 158 |
[
"jerryscript-project",
"jerryscript"
] | Jerry throws a PARSE_ERROR, if you try to invoke a function in the increment part of the for loop. This should be fixed to be able to run test262 tests.
###### Jerry version:
```
Checked revision: 0b1b102cfacb8b44b2b4a7d480cec34f91cc81a1
Build: debug.linux
```
###### OS:
```
Ubuntu 14.04, x86_64
```
###### Test case:... | PARSE_ERROR in for loops | https://api.github.com/repos/jerryscript-project/jerryscript/issues/156/comments | 1 | 2015-06-05T11:32:41Z | 2016-11-25T06:26:28Z | https://github.com/jerryscript-project/jerryscript/issues/156 | 85,512,036 | 156 |
[
"jerryscript-project",
"jerryscript"
] | Consider the following code:
``` javascript
try {
xxxx;
} catch(e) {
print(e);
}
```
Will _not print_ out the expected `ReferenceError` string. But if we change the code in a way that the `xxxx` variable is part of an argument list then the exception is correctly raised.
So using the following code:
``` jav... | No reference error when the variable is not an argument | https://api.github.com/repos/jerryscript-project/jerryscript/issues/154/comments | 1 | 2015-06-05T08:30:02Z | 2015-11-19T12:17:42Z | https://github.com/jerryscript-project/jerryscript/issues/154 | 85,471,736 | 154 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 9d423d9
Build: debug.linux
```
###### OS:
```
Ubuntu 14.04, x86_64
```
###### Description:
Asking for the properties of any builtin objects results in a list, that only contains the previously used property names.
E.g:
``` javascript
var propertyNames = Object.getOwnPrope... | The properties of the builtins are only enumerable after their first usage | https://api.github.com/repos/jerryscript-project/jerryscript/issues/152/comments | 7 | 2015-06-04T13:34:17Z | 2015-11-19T10:49:10Z | https://github.com/jerryscript-project/jerryscript/issues/152 | 85,101,610 | 152 |
[
"jerryscript-project",
"jerryscript"
] | Cannot reproduce this with Jerry test scripts but error show in IoT.js
How to reproduce:
1) System: Ubuntu 14.04, 32 bit, debug build. (64bit is ok)
2) Build iot.js and run test (as of today)
```
cd iotjs
git checkout 8c4ecc3aacd4f7639d814615b3614947618124fd
./tools/build.py
cd test
../build/i686-linux/debug/iotjs/io... | Assertion 'int_ptr % MEM_ALIGNMENT == 0' failed | https://api.github.com/repos/jerryscript-project/jerryscript/issues/150/comments | 6 | 2015-06-04T05:26:44Z | 2016-11-25T06:26:28Z | https://github.com/jerryscript-project/jerryscript/issues/150 | 84,922,202 | 150 |
[
"jerryscript-project",
"jerryscript"
] | There are some built-in implementation helpers in `jerry-core/ecma/operations/ecma-array-prototype.cpp`.
The helpers should be moved to `jerry-core/ecma/builtin-objects`.
If they are related to different built-ins, then, maybe, to ecma-builtin-helpers.cpp,
otherwise - to the module with corresponding built-in impleme... | Move of built-in implementation helpers to jerry-core/ecma/builtin-objects | https://api.github.com/repos/jerryscript-project/jerryscript/issues/145/comments | 0 | 2015-06-02T17:43:17Z | 2015-07-08T09:27:56Z | https://github.com/jerryscript-project/jerryscript/issues/145 | 84,123,416 | 145 |
[
"jerryscript-project",
"jerryscript"
] | Hello.
Currently, interfaces like `ecma_get_string_from_completion_value` and `ecma_get_string_from_value` have the same prototypes, and so, can be confused.
We need to update their prototypes to check for the situation at compile-time.
| Fix interfaces for processing values and completion values | https://api.github.com/repos/jerryscript-project/jerryscript/issues/139/comments | 2 | 2015-06-01T12:41:31Z | 2016-02-24T08:55:49Z | https://github.com/jerryscript-project/jerryscript/issues/139 | 83,473,009 | 139 |
[
"jerryscript-project",
"jerryscript"
] | Currently, the array constructor takes ecma_length_t, which is an uint16, as it's length argument, even though the length of an array can be an uint32. The two should be compatible, so we should either change ecma_length_t to be uint32, or change the array constructor to take uint32 for length.
| Array constructor using ecma_lenght_t for length argument | https://api.github.com/repos/jerryscript-project/jerryscript/issues/133/comments | 1 | 2015-05-29T12:31:25Z | 2015-07-06T09:21:41Z | https://github.com/jerryscript-project/jerryscript/issues/133 | 82,408,529 | 133 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 77df022
Build: debug.linux
```
###### OS:
```
Ubuntu 14.04, x86_64
```
###### Test case:
``` javascript
v_0 = [,];
v_1 = [,];
v_2 = Object.defineProperties([,], { '0': { get: function() { } } });
function f_0() {}
```
###### Backtrace:
``` javascript
ICE: Assertion 'is_c... | Assertion 'is_current_accessor_descriptor' failed in ecma_op_general_object_define_own_property | https://api.github.com/repos/jerryscript-project/jerryscript/issues/132/comments | 4 | 2015-05-29T11:07:51Z | 2016-11-25T06:26:28Z | https://github.com/jerryscript-project/jerryscript/issues/132 | 82,383,750 | 132 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 77df022
Build: debug.linux
```
###### OS:
```
Ubuntu 14.04, x86_64
```
###### Test case:
``` javascript
Object.defineProperties([], undefined);
```
###### Backtrace:
``` javascript
ICE: Assertion 'ecma_get_value_type_field (value) == ECMA_TYPE_OBJECT' failed at jerryscrip... | Assertion 'ecma_get_value_type_field (value) == ECMA_TYPE_OBJECT' failed in ecma_get_object_from_value | https://api.github.com/repos/jerryscript-project/jerryscript/issues/131/comments | 5 | 2015-05-29T09:09:54Z | 2016-11-25T06:26:28Z | https://github.com/jerryscript-project/jerryscript/issues/131 | 82,343,808 | 131 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 77df022
Build: debug.linux
```
###### OS:
```
Ubuntu 14.04, x86_64
```
###### Test case:
``` javascript
v_1 = Math.floor('\u3d52');
v_1 = Math.floor([]);
```
###### Backtrace:
``` javascript
ICE: Assertion '!ecma_number_is_nan (num)' failed at jerryscript/jerry-core/ecma/... | Assertion '!ecma_number_is_nan (num)' failed in ecma_number_is_zero | https://api.github.com/repos/jerryscript-project/jerryscript/issues/130/comments | 1 | 2015-05-29T08:57:33Z | 2016-11-25T06:26:28Z | https://github.com/jerryscript-project/jerryscript/issues/130 | 82,340,259 | 130 |
[
"jerryscript-project",
"jerryscript"
] | ###### Jerry version:
```
Checked revision: 77df022
Build: debug.linux
```
###### OS:
```
Ubuntu 14.04, x86_64
```
###### Test case:
``` javascript
do {
return null;
} while (false);
```
###### Backtrace:
``` javascript
ICE: Assertion 'ecma_is_completion_value_throw (completion)' failed at jerryscript/jerry-cor... | Assertion 'ecma_is_completion_value_throw (completion)' failed in vm_run_global | https://api.github.com/repos/jerryscript-project/jerryscript/issues/129/comments | 2 | 2015-05-29T08:43:26Z | 2016-11-25T06:26:27Z | https://github.com/jerryscript-project/jerryscript/issues/129 | 82,335,669 | 129 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.