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" ]
###### JerryScript revision Commit: [51da1551](https://github.com/jerryscript-project/jerryscript/commit/51da15516e1436184be9914314f76d596f14cd27) Version: v3.0.0 ###### Build platform Ubuntu 18.04.5 LTS (Linux 5.4.0-44-generic x86_64) ###### Build steps ```bash ./tools/build.py --clean --deb...
Assertion 'ecma_is_value_undefined (value) || ecma_is_value_null (value) || ecma_is_value_boolean (value) || ecma_is_value_number (value) || ecma_is_value_string (value) || ecma_is_value_bigint (value) || ecma_is_value_symbol (value) || ecma_is_value_object (value)' failed in ecma-helpers-value(ecma_check_value_type_i...
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4872/comments
0
2021-12-09T07:41:05Z
2022-01-12T02:05:47Z
https://github.com/jerryscript-project/jerryscript/issues/4872
1,075,250,208
4,872
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision Commit: [51da1551](https://github.com/jerryscript-project/jerryscript/commit/51da15516e1436184be9914314f76d596f14cd27) Version: v3.0.0 ###### Build platform Ubuntu 18.04.5 LTS (Linux 5.4.0-44-generic x86_64) ###### Build steps ```bash ./tools/build.py --clean --debug ...
SEGV in ecma_ref_object_inline of ecma-gc.c
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4871/comments
0
2021-12-09T07:38:01Z
2022-01-12T02:05:15Z
https://github.com/jerryscript-project/jerryscript/issues/4871
1,075,248,187
4,871
[ "jerryscript-project", "jerryscript" ]
## JerryScript commit hash 55acdf2048b390d0f56f12e64dbfb2559f0e70ad ## Build platform Ubuntu 20.04 LTS ## Build steps ``` ./tools/build.py --clean --debug --compile-flag=-fsanitize=address --compile-flag=-m32 --lto=off --logging=on --line-info=on --error-message=on --system-allocator=on --profile=es2015-subse...
AddressSanitizer: heap-use-after-free jerry-core/ecma/base/ecma-gc.c:90 in ecma_gc_set_object_visited
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4870/comments
5
2021-12-09T02:50:34Z
2022-01-17T12:57:33Z
https://github.com/jerryscript-project/jerryscript/issues/4870
1,075,082,370
4,870
[ "jerryscript-project", "jerryscript" ]
## JerryScript commit hash 55acdf2048b390d0f56f12e64dbfb2559f0e70ad ## Build platform Ubuntu 20.04 LTS ## Build steps ``` ./tools/build.py --clean --debug --compile-flag=-fsanitize=address --lto=off --error-message=on --profile=es2015-subset --stack-limit=15 ``` ## poc ``` async function f() { var ...
AddressSanitizer: SEGV on unknown address jerry-core/jmem/jmem-poolman.c:77 in jmem_pools_alloc
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4869/comments
7
2021-12-09T02:19:12Z
2022-01-11T11:06:34Z
https://github.com/jerryscript-project/jerryscript/issues/4869
1,075,065,499
4,869
[ "jerryscript-project", "jerryscript" ]
## JerryScript commit hash 55acdf2048b390d0f56f12e64dbfb2559f0e70ad ## Build platform Ubuntu 20.04 LTS ## Build steps ``` python3 tools/build.py --debug --compile-flag=-fsanitize=address ``` ## poc ``` function assertThrows(code, type_opt, cause_opt) { if (typeof code === 'function') return ...
AddressSanitizer: stack-overflow jerry-core/ecma/operations/ecma-regexp-object.c:655 in ecma_regexp_run
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4866/comments
1
2021-12-08T08:34:00Z
2021-12-08T08:40:39Z
https://github.com/jerryscript-project/jerryscript/issues/4866
1,074,145,084
4,866
[ "jerryscript-project", "jerryscript" ]
## JerryScript commit hash 55acdf2048b390d0f56f12e64dbfb2559f0e70ad ## Build platform Ubuntu 20.04 LTS ## Build steps ``` python3 tools/build.py --debug --compile-flag=-fsanitize=address ``` ## poc ``` unction assertThrows(code, type_opt, cause_opt) { if (typeof code === 'function') return c...
AddressSanitizer: stack-overflow jerry-core/vm/vm.c:975 in vm_loop
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4865/comments
2
2021-12-08T08:14:40Z
2021-12-08T08:41:51Z
https://github.com/jerryscript-project/jerryscript/issues/4865
1,074,128,863
4,865
[ "jerryscript-project", "jerryscript" ]
Is it possible to implement worker(like web worker) in JerryScript? if it's available, where can I get some examples or guides?
Is it possible to implement worker in JerryScript?
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4864/comments
4
2021-12-08T07:58:00Z
2021-12-10T02:23:15Z
https://github.com/jerryscript-project/jerryscript/issues/4864
1,074,116,033
4,864
[ "jerryscript-project", "jerryscript" ]
## JerryScript commit hash 55acdf2048b390d0f56f12e64dbfb2559f0e70ad ## Build platform Ubuntu 20.04 LTS ## Build steps ``` python3 tools/build.py --debug --compile-flag=-fsanitize=address ``` ## poc ``` (function TestGetPrototype() { var p = new Proxy({}, {}); p.__proto__ = p; try { ...
AddressSanitizer: stack-overflow jerry-core/ecma/base/ecma-helpers.c:618 in ecma_find_named_property
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4863/comments
1
2021-12-08T07:54:48Z
2021-12-08T08:46:16Z
https://github.com/jerryscript-project/jerryscript/issues/4863
1,074,113,838
4,863
[ "jerryscript-project", "jerryscript" ]
``` C:\work\study\languages\typescript\jerryscript>python tools/run-tests.py --test262-esnext=update Build command: C:\Program Files\Python39\python.exe \ C:\work\study\languages\typescript\jerryscript\tools\build.py \ --profile=es.next \ ...
test262-harness.py complain write error with python3
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4854/comments
0
2021-12-07T16:28:17Z
2021-12-07T16:28:41Z
https://github.com/jerryscript-project/jerryscript/issues/4854
1,073,546,580
4,854
[ "jerryscript-project", "jerryscript" ]
``` C:\work\study\languages\typescript\jerryscript>python tools/run-tests.py --test262-esnext=update Build command: C:\Program Files\Python39\python.exe \ C:\work\study\languages\typescript\jerryscript\tools\build.py \ --profile=es.next \ [1...
test262-harness.py complain cannot use a string pattern on a bytes-like object with running test262 with python3
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4853/comments
0
2021-12-07T16:23:13Z
2021-12-07T16:23:13Z
https://github.com/jerryscript-project/jerryscript/issues/4853
1,073,541,976
4,853
[ "jerryscript-project", "jerryscript" ]
error message is: ``` PS C:\Users\lygstate> cd C:\work\study\languages\typescript\jerryscript PS C:\work\study\languages\typescript\jerryscript> PS C:\work\study\languages\typescript\jerryscript> python tools/run-tests.py --test262-esnext=update Build command: cmd \ /S \[...
Running test262-esnext failed with installed python3.9 on win32 with space in path
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4852/comments
0
2021-12-07T15:35:44Z
2021-12-07T16:24:01Z
https://github.com/jerryscript-project/jerryscript/issues/4852
1,073,494,587
4,852
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision [4592143](https://github.com/jerryscript-project/jerryscript/commit/4592143400910769707477bc2282a6c6601c9a31) ###### Build platform Ubuntu 18.04.5 LTS (Linux 4.19.128-microsoft-standard x86_64) Ubuntu 18.04.5 LTS (Linux 5.4.0-44-generic x86_64) ###### Build steps ```bash ./too...
Stack-overflow in ecma-objects (ecma_op_object_find_own)
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4848/comments
1
2021-12-07T10:36:37Z
2022-01-12T02:04:53Z
https://github.com/jerryscript-project/jerryscript/issues/4848
1,073,189,379
4,848
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision [4592143](https://github.com/jerryscript-project/jerryscript/commit/4592143400910769707477bc2282a6c6601c9a31) ###### Build platform Ubuntu 18.04.5 LTS (Linux 4.19.128-microsoft-standard x86_64) Ubuntu 18.04.5 LTS (Linux 5.4.0-44-generic x86_64) ###### Build steps ``` ....
Assertion 'arguments_type != SCANNER_ARGUMENTS_PRESENT && arguments_type != SCANNER_ARGUMENTS_PRESENT_NO_REG' in js-scanner-util (scanner_pop_literal_pool)
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4847/comments
1
2021-12-07T08:52:59Z
2022-01-12T02:04:34Z
https://github.com/jerryscript-project/jerryscript/issues/4847
1,073,083,583
4,847
[ "jerryscript-project", "jerryscript" ]
He has non-trivial patches (several of them are target-specific), which can be viewed here: https://github.com/jerryscript-project/jerryscript/pulls?q=is%3Apr+is%3Aclosed+author%3Artakacs+ Any seconds?
Nominating Takács Roland (@rtakacs) to become a JerryScript committer
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4844/comments
7
2021-12-03T11:18:06Z
2021-12-10T16:33:38Z
https://github.com/jerryscript-project/jerryscript/issues/4844
1,070,484,878
4,844
[ "jerryscript-project", "jerryscript" ]
Hi, I've just started using JerryScript, it looks great! I have a question around Javascript classes though... The following executes as expected when running it with jerry_eval... ``` class Foo { bar() { print('Hello World!'); } }; var foo = new Foo(); foo.bar(); ``` However, when ...
Javascript Classes...when using multiple calls to jerry_eval
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4839/comments
2
2021-11-30T15:10:58Z
2021-12-08T10:55:54Z
https://github.com/jerryscript-project/jerryscript/issues/4839
1,067,350,521
4,839
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision 3737a28 ###### Build platform Ubuntu 20.04.3 LTS (Linux 5.11.0-34-generic x86_64) ###### Build steps ./tools/build.py --profile=es2015-subset --lto=off --compile-flag=-g \ --clean --debug --strip=off --logging=on --error-messages=on \ --compile-flag=-fsanitize=address --stack-limi...
Memory leak in ecma-dataview-object.c
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4833/comments
1
2021-11-24T07:38:58Z
2021-12-16T13:46:54Z
https://github.com/jerryscript-project/jerryscript/issues/4833
1,062,096,311
4,833
[ "jerryscript-project", "jerryscript" ]
**Compile with msvc, stack overflow!** https://github.com/jerryscript-project/jerryscript/blob/badfdf4dba1fa0a15bd78163c1713ada5e65cd22/jerry-core/include/jerryscript-compiler.h#L73 https://github.com/jerryscript-project/jerryscript/blob/4592143400910769707477bc2282a6c6601c9a31/jerry-core/vm/vm.c#L5218 Look at the...
msvc stack overflow
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4824/comments
1
2021-11-14T10:22:45Z
2021-11-23T12:11:46Z
https://github.com/jerryscript-project/jerryscript/issues/4824
1,052,902,110
4,824
[ "jerryscript-project", "jerryscript" ]
Hi: 1. I would like to know if there is any method to print out the details of objects during debugging my JS script in jerry, just like% DebugPrint in d8: ``` DebugPrint: 0x2aed08109a75: [JSArray] - map: 0x2aed082c3a41 <Map(PACKED_SMI_ELEMENTS)> [FastProperties] - prototype: 0x2aed0828c0e9 <JSArray[0]> - ...
Some questions when debugging JS Script?
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4823/comments
1
2021-11-13T05:10:30Z
2021-12-08T10:53:46Z
https://github.com/jerryscript-project/jerryscript/issues/4823
1,052,547,119
4,823
[ "jerryscript-project", "jerryscript" ]
Hello! I was looking at ESBuild and other alternatives to Webpack and Rollup that are not written in JS themselves and wondered if it was possible to utilize the JerryScript parser? Looking at the `jerry-core/parser` files, it seems that it would be possible to. But the "public" headers in `/include` don't seem t...
Using the JerryScript Parser to make other tooling
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4798/comments
2
2021-10-21T10:40:41Z
2021-10-28T11:33:39Z
https://github.com/jerryscript-project/jerryscript/issues/4798
1,032,334,951
4,798
[ "jerryscript-project", "jerryscript" ]
I have ported debugger for my emscripten project. when I use python debugger client to connect to my debugger server. it always run to end, and wouldn't stop. and I don't find a c api to do that. so when the debugger is connected, how to stop at first line useing c code.
when use custom debugger port, how to stop at first line.
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4795/comments
5
2021-10-18T07:37:25Z
2021-12-08T12:26:45Z
https://github.com/jerryscript-project/jerryscript/issues/4795
1,028,738,380
4,795
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision d4231e7 ###### Build platform Ubuntu 20.04.3 LTS (Linux 5.11.0-34-generic x86_64) ###### Build steps ```sh ./tools/build.py --profile=es2015-subset --lto=off --compile-flag=-g \ --clean --debug --strip=off --logging=on --error-messages=on \ --compile-flag=-fsanitize=address --sta...
Buffer-overflow in ecma-builtin-typedarray-prototype.c
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4793/comments
0
2021-10-13T02:35:23Z
2022-12-31T04:40:51Z
https://github.com/jerryscript-project/jerryscript/issues/4793
1,024,703,352
4,793
[ "jerryscript-project", "jerryscript" ]
when create promise in C file, like this: E.g.: ```sh jerry_value_t test_promise = jerry_create_promise(); jerry_value_t argument = jerry_create_string((jerry_char_t*)"promise"); jerry_value_t is_ok = jerry_resolve_or_reject_promise (test_promise, ...
How to use promise in jerryscript?
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4782/comments
8
2021-09-28T03:11:37Z
2021-12-08T07:45:53Z
https://github.com/jerryscript-project/jerryscript/issues/4782
1,009,092,412
4,782
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision 14ff5bf ###### Build platform Ubuntu 20.04.3 LTS (Linux 5.11.0-34-generic x86_64) ###### Build steps ```sh ./tools/build.py --profile=es2015-subset --lto=off --compile-flag=-g \ --clean --debug --strip=off --logging=on --error-messages=on \ --compile-flag=-fsanitize=address --sta...
Unfreed float causing memory leak in ecma-regexp-object
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4781/comments
2
2021-09-27T07:23:09Z
2021-10-04T11:12:53Z
https://github.com/jerryscript-project/jerryscript/issues/4781
1,007,794,199
4,781
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision e1ce7dd7 ###### Build platform Ubuntu 20.04.3 LTS (Linux 5.11.0-34-generic x86_64) Linux-5.11.0-34-generic-x86_64-with-glibc2.29 ###### Build steps ./tools/build.py --clean --debug --compile-flag=-fsanitize=address \ --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer...
stack-overflow in jmem_heap_alloc_block_internal
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4779/comments
5
2021-09-23T13:13:53Z
2021-10-18T12:47:01Z
https://github.com/jerryscript-project/jerryscript/issues/4779
1,005,422,113
4,779
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision e1ce7dd7 ###### Build platform Ubuntu 20.04.3 LTS (Linux 5.11.0-34-generic x86_64) Linux-5.11.0-34-generic-x86_64-with-glibc2.29 ###### Build steps ./tools/build.py --clean --debug --compile-flag=-fsanitize=address \ --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer...
heap-buffer-overflow in ecma_builtin_array_prototype_object_slice
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4777/comments
0
2021-09-23T09:50:15Z
2021-10-20T13:40:19Z
https://github.com/jerryscript-project/jerryscript/issues/4777
1,005,227,824
4,777
[ "jerryscript-project", "jerryscript" ]
I want to use a function in XXX.js file , like this "test_function([0x121212, 0x121212])", and I have successfully register the test_function , but don't known how acquire this array value. I didn't find some related function of jerryscript to acquire this parameters from js file?
How to get the array from js file?
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4770/comments
13
2021-09-16T04:19:06Z
2021-10-28T12:33:06Z
https://github.com/jerryscript-project/jerryscript/issues/4770
997,753,829
4,770
[ "jerryscript-project", "jerryscript" ]
currently I am working for creating debugger port for my emscripten build app. But when I use `jerry_client.py` connect to server, it came with a exception `TypeError: ord() expected string of length 1, but int found`. I guess it may be my debugger port's error. so I build a jerry binary on window. and again I use `jer...
connect to debugger failed
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4769/comments
2
2021-09-15T14:13:09Z
2021-10-18T07:32:28Z
https://github.com/jerryscript-project/jerryscript/issues/4769
997,136,659
4,769
[ "jerryscript-project", "jerryscript" ]
I build the jerryscript successfully, in MSYS2, using: sh'' cmake ../ -DCMAKE=$IDF_PATH/tools/cmake/toolchain-esp32.cmake "-GMSYS Makefiles" -DEXTERNAL_COMPILE_FLAGS="-ffunction-sections -fdata-sections -fstrict-volatile-bitfields" -DJERRY_GLOBAL_HEAP_SIZE=64 -DCMAKE_SYSTEM_NAME=Generic -DCMAKE_SYSTEM_PROCESSOR=xtens...
unknown reference to jerry_init, jerry_cleanup,.....
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4767/comments
9
2021-09-14T09:26:09Z
2021-12-08T11:01:44Z
https://github.com/jerryscript-project/jerryscript/issues/4767
995,796,025
4,767
[ "jerryscript-project", "jerryscript" ]
###### Build platform window10, MSYS2, VScode , IDF4.x, jerryscript ###### Build steps I download the jerryscript opensource project from github, and build up a environment in MSYS2, and build jerryscript success E.g.: ```sh python deps/jerryscript/tools/build.py --toolchain=./deps/jerryscript/cmake/toolc...
Question: dram_0_0_seg overflowed by 414856 bytes
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4764/comments
1
2021-09-08T03:44:28Z
2021-10-28T12:36:45Z
https://github.com/jerryscript-project/jerryscript/issues/4764
990,661,901
4,764
[ "jerryscript-project", "jerryscript" ]
I want to simulate some code with jerryscript using wasm through emscripten. but I found build options without config for emscripten. so there is any ideas to build with emscripten?
Questions: is there any ways to compile to wasm with emscripten?
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4755/comments
5
2021-08-30T04:42:57Z
2021-09-15T13:25:54Z
https://github.com/jerryscript-project/jerryscript/issues/4755
982,379,652
4,755
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision ```sh $ jerry --version Version: 3.0.0 (5a69b183) ``` ###### Build platform ```sh $ echo "$(lsb_release -ds) ($(uname -mrs))" Ubuntu 20.04.1 LTS (Linux 4.15.0-142-generic x86_64) ``` ###### Build steps ```sh $ python tools/build.py ``` ###### Test case There are two ...
Heap-overflow on an ill-formed JS program
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4754/comments
1
2021-08-28T22:00:46Z
2021-11-02T07:36:17Z
https://github.com/jerryscript-project/jerryscript/issues/4754
981,936,669
4,754
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision git master ###### Build platform windows ###### Build steps vcpkg install ###### Build log ``` [216/221] cmd.exe /C "cd . && D:\downloads\tools\cmake-3.21.1-windows\cmake-3.21.1-windows-i386\bin\cmake.exe -E vs_link_dll --intdir=jerry-core\CMakeFiles\jerry-core.dir --rc=C:\PRO...
error LNK2019: unresolved external symbol
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4750/comments
3
2021-08-25T15:33:06Z
2021-12-09T15:53:02Z
https://github.com/jerryscript-project/jerryscript/issues/4750
979,319,264
4,750
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision 3bcd48f ###### Build platform Ubuntu 20.04.2 LTS (Linux 5.11.0-25-generic x86_64) ###### Build steps ``` ./tools/build.py --clean --debug --compile-flag=-fsanitize=address \ --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer \ --compile-flag=-fno-common --compile-flag...
Assertion 'local_tza == ecma_date_local_time_zone_adjustment (date_value)' failed in ecma_builtin_date_prototype_dispatch_set
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4749/comments
0
2021-08-24T03:41:12Z
2021-10-01T10:59:39Z
https://github.com/jerryscript-project/jerryscript/issues/4749
977,670,147
4,749
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision 3bcd48f ###### Build platform Ubuntu 20.04.2 LTS (Linux 5.11.0-25-generic x86_64) ###### Build steps ``` ./tools/build.py --clean --debug --compile-flag=-fsanitize=address \ --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer \ --compile-flag=-fno-common --compile-flag=-...
Assertion 'context_p->stack_top_uint8 == SCAN_STACK_TRY_STATEMENT || context_p->stack_top_uint8 == SCAN_STACK_CATCH_STATEMENT' failed in scanner_scan_statement_end
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4748/comments
0
2021-08-24T03:38:47Z
2022-01-13T12:48:35Z
https://github.com/jerryscript-project/jerryscript/issues/4748
977,669,266
4,748
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision 3bcd48f ###### Build platform Ubuntu 20.04.2 LTS (Linux 5.11.0-25-generic x86_64) ###### Build steps ``` ./tools/build.py --clean --debug --compile-flag=-fsanitize=address \ --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer \ --compile-flag=-fno-common --compile-flag=-...
heap-use-after-free in ecma_compare_ecma_non_direct_strings
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4747/comments
0
2021-08-24T03:35:55Z
2021-11-02T07:40:08Z
https://github.com/jerryscript-project/jerryscript/issues/4747
977,668,295
4,747
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision 3bcd48f7 ###### Build platform ``` Ubuntu 20.04.2 LTS (Linux 5.11.0-25-generic x86_64) ``` ###### Build steps ``` ./tools/build.py --clean --debug --compile-flag=-fsanitize=address \ --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer \ --compile-flag=-fno-common --compi...
stack-overflow in vm_loop
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4746/comments
0
2021-08-24T03:32:28Z
2021-10-20T14:03:38Z
https://github.com/jerryscript-project/jerryscript/issues/4746
977,667,116
4,746
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision ``` 3bcd48f7 ``` ###### Build platform ``` Ubuntu 20.04.2 LTS (Linux 5.11.0-25-generic x86_64) ``` ###### Build steps ``` ./tools/build.py --clean --debug --compile-flag=-fsanitize=address \ --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer \ --compile-flag=-fno-co...
stack-overflow in ecma_get_lex_env_type
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4745/comments
0
2021-08-24T03:27:50Z
2021-10-20T14:03:14Z
https://github.com/jerryscript-project/jerryscript/issues/4745
977,665,470
4,745
[ "jerryscript-project", "jerryscript" ]
There seems to be a rounding issue in num.toString(36) tostring.js ```javascript var num = 0.7160471805175876 if (!this.print) var print = console.log print(num.toString(), num.toString(36)) ``` ```sh $ jerry tostring.js 0.7160471805175876 0.przwauak3o $ node tostring.js 0.7160471805175876 0.przwauak3n...
Number.prototype.toString(36) presicion
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4739/comments
0
2021-08-19T09:38:32Z
2021-12-03T11:58:37Z
https://github.com/jerryscript-project/jerryscript/issues/4739
974,470,955
4,739
[ "jerryscript-project", "jerryscript" ]
``` var array = new Array(); array[0] = "aaa"; array[1] = "aaa"; ``` ICE: Assertion 'ECMA_STRING_IS_REF_EQUALS_TO_ONE (string_p)' failed at D:\developdirectory\3rdparty\libjerryscript\jerry-core\ecma\base\ecma-literal-storage.c...
ICE: Assertion 'ECMA_STRING_IS_REF_EQUALS_TO_ONE (string_p)' failed error
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4729/comments
9
2021-08-05T09:48:14Z
2021-08-11T12:25:33Z
https://github.com/jerryscript-project/jerryscript/issues/4729
961,644,642
4,729
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision 9ff25dbc ###### Build platform Linux-5.8.0-59-generic-x86_64-with-Ubuntu-20.04-focal ###### Build steps ``` ./tools/build.py --clean --debug \ --profile=es2015-subset \ --error-messages=on --logging=on \ ``` ###### Test case ```javascript class b extends { length : class ...
Assertion context_p->scope_stack_size == PARSER_MAXIMUM_DEPTH_OF_SCOPE_STACK in parser_parse_class
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4720/comments
0
2021-07-20T07:05:03Z
2021-07-20T07:38:34Z
https://github.com/jerryscript-project/jerryscript/issues/4720
948,356,096
4,720
[ "jerryscript-project", "jerryscript" ]
E.g ``` class foo { public: void printxx(const char* str) { printf(str); } } ``` And in the script I can do var p_str = new foo(); p_str.printxx(‘Hello World’); **I need an example, thank you all for helping me**
How to register a C++ class to the script?
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4711/comments
1
2021-07-15T06:53:59Z
2022-10-13T12:55:30Z
https://github.com/jerryscript-project/jerryscript/issues/4711
945,061,608
4,711
[ "jerryscript-project", "jerryscript" ]
<!-- First of all, when reporting a bug, give the issue a descriptive title. In the body of the issue, optionally give a free-form text description of the bug. Give the context necessary for others to understand the problem. Then, provide information necessary to reproduce the bug. Omit sections that are irrel...
ubsan: jerryscript/jerry-core/parser/js/js-scanner-util.c:1395:17: runtime error: null pointer passed as argument 1, which is declared to never be null
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4705/comments
0
2021-06-30T11:56:42Z
2021-06-30T11:56:42Z
https://github.com/jerryscript-project/jerryscript/issues/4705
933,627,098
4,705
[ "jerryscript-project", "jerryscript" ]
<!-- First of all, when reporting a bug, give the issue a descriptive title. In the body of the issue, optionally give a free-form text description of the bug. Give the context necessary for others to understand the problem. Then, provide information necessary to reproduce the bug. Omit sections that are irrel...
ubsan: jerryscript/jerry-core/ecma/builtin-objects/ecma-builtin-helpers-date.c:82:27: runtime error: signed integer overflow: 19998030 * 365 cannot be represented in type 'int'
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4704/comments
0
2021-06-30T11:46:56Z
2021-06-30T11:46:56Z
https://github.com/jerryscript-project/jerryscript/issues/4704
933,615,929
4,704
[ "jerryscript-project", "jerryscript" ]
<!-- First of all, when reporting a bug, give the issue a descriptive title. In the body of the issue, optionally give a free-form text description of the bug. Give the context necessary for others to understand the problem. Then, provide information necessary to reproduce the bug. Omit sections that are irrel...
ubsan: jerryscript/jerry-core/vm/vm.c:3731:77: runtime error: left shift of 33554431 by 22 places cannot be represented in type 'int'
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4703/comments
1
2021-06-30T09:42:37Z
2021-12-23T10:33:22Z
https://github.com/jerryscript-project/jerryscript/issues/4703
933,502,793
4,703
[ "jerryscript-project", "jerryscript" ]
<!-- First of all, when reporting a bug, give the issue a descriptive title. In the body of the issue, optionally give a free-form text description of the bug. Give the context necessary for others to understand the problem. Then, provide information necessary to reproduce the bug. Omit sections that are irrel...
ubsan: jerryscript/jerry-core/ecma/base/ecma-helpers-number.c:700:51: runtime error: left shift of negative value -8
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4702/comments
0
2021-06-30T09:24:46Z
2021-12-23T10:33:23Z
https://github.com/jerryscript-project/jerryscript/issues/4702
933,487,858
4,702
[ "jerryscript-project", "jerryscript" ]
<!-- First of all, when reporting a bug, give the issue a descriptive title. In the body of the issue, optionally give a free-form text description of the bug. Give the context necessary for others to understand the problem. Then, provide information necessary to reproduce the bug. Omit sections that are irrel...
ubsan: jerryscript/jerry-core/vm/opcodes-ecma-bitwise.c:96:70: runtime error: left shift of negative value -1
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4701/comments
0
2021-06-30T09:06:48Z
2022-01-20T13:00:47Z
https://github.com/jerryscript-project/jerryscript/issues/4701
933,471,606
4,701
[ "jerryscript-project", "jerryscript" ]
<!-- First of all, when reporting a bug, give the issue a descriptive title. In the body of the issue, optionally give a free-form text description of the bug. Give the context necessary for others to understand the problem. Then, provide information necessary to reproduce the bug. Omit sections that are irrel...
ubsan: jerryscript/jerry-core/ecma/operations/ecma-regexp-object.c:1343:9: runtime error: variable length array bound evaluates to non-positive value 0
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4700/comments
0
2021-06-30T08:36:08Z
2021-06-30T08:36:08Z
https://github.com/jerryscript-project/jerryscript/issues/4700
933,445,635
4,700
[ "jerryscript-project", "jerryscript" ]
<!-- First of all, when reporting a bug, give the issue a descriptive title. In the body of the issue, optionally give a free-form text description of the bug. Give the context necessary for others to understand the problem. Then, provide information necessary to reproduce the bug. Omit sections that are irrel...
ubsan: jerryscript/jerry-core/ecma/base/ecma-helpers-conversion.c:702:5: runtime error: shift exponent 64 is too large for 64-bit type 'long unsigned int'
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4699/comments
1
2021-06-30T08:05:16Z
2021-06-30T11:58:20Z
https://github.com/jerryscript-project/jerryscript/issues/4699
933,420,619
4,699
[ "jerryscript-project", "jerryscript" ]
<!-- First of all, when reporting a bug, give the issue a descriptive title. In the body of the issue, optionally give a free-form text description of the bug. Give the context necessary for others to understand the problem. Then, provide information necessary to reproduce the bug. Omit sections that are irrel...
ubsan: jerryscript/jerry-core/ecma/base/ecma-helpers-collection.c:227:3: runtime error: null pointer passed as argument 2, which is declared to never be null
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4698/comments
0
2021-06-29T09:01:18Z
2021-06-29T09:01:18Z
https://github.com/jerryscript-project/jerryscript/issues/4698
932,391,080
4,698
[ "jerryscript-project", "jerryscript" ]
When the regular expression matching operation is performed using regular expression parameter `/([\w]+)*#/` and string parameter `aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa`, the execution time exceeds 40 minutes when the following test case is executed. And when I use PHP language to match with the same parameters, I do not f...
A question about RegExp timeout
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4683/comments
3
2021-06-04T09:40:22Z
2021-12-08T14:37:15Z
https://github.com/jerryscript-project/jerryscript/issues/4683
911,321,218
4,683
[ "jerryscript-project", "jerryscript" ]
```console root@6caaa24d30ba /t/jerryscript (master)# $CC --version clang version 10.0.0-4ubuntu1 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin root@6caaa24d30ba /t/jerryscript (master)# python tools/build.py --line-info=ON --logging=ON --error-messages=On --lto=ON -- The C compiler i...
build failed with clang on linux
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4682/comments
0
2021-06-03T02:25:22Z
2021-06-24T13:38:56Z
https://github.com/jerryscript-project/jerryscript/issues/4682
910,031,927
4,682
[ "jerryscript-project", "jerryscript" ]
Hello, I am currently looking for an embeddable JS engine and one concern is Operator Overloading: https://github.com/tc39/proposal-operator-overloading/ There is one engine that supports it: https://bellard.org/quickjs/jsbignum.html#Operator-overloading Which is highly useful for everything related to math (and ...
Operator Overloading as proposed or like QuickJS
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4671/comments
2
2021-05-14T11:19:10Z
2021-12-08T14:33:29Z
https://github.com/jerryscript-project/jerryscript/issues/4671
891,839,719
4,671
[ "jerryscript-project", "jerryscript" ]
hello, I'm working on a project that interprets a JavaScript file on a uC (NUCLEO_F446RE). The JerryScript doesn't need to have access to the pins directly because there are already working functions that are used to control the pins in a specific way. I tested the library with the api-exaples [here](https://github...
mbed-js-example fails to build
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4665/comments
0
2021-04-27T07:38:39Z
2021-04-27T07:38:39Z
https://github.com/jerryscript-project/jerryscript/issues/4665
868,557,413
4,665
[ "jerryscript-project", "jerryscript" ]
I've been reading the source code to get an insight on the engine's internals and noticed a unique typo in a feature macro. Running a global search on the repo, it appears consistently across all files it's used in so it's mostly harmless, but a possible source of bugs in the future if someone tries to fix it, or if an...
Possible typo in feature macro
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4648/comments
1
2021-04-12T02:14:59Z
2021-05-26T10:26:11Z
https://github.com/jerryscript-project/jerryscript/issues/4648
855,482,882
4,648
[ "jerryscript-project", "jerryscript" ]
In a self-executing function. Execution cannot execute the previous function TODO: print(main()); ``` var main = function() { for(var i = 0; i < 10; ++i) { if(i % 2) { print("Hello from JS with ext! 1"); } else ...
Script function cannot be executed
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4647/comments
1
2021-04-11T15:26:32Z
2021-07-17T01:53:18Z
https://github.com/jerryscript-project/jerryscript/issues/4647
855,334,546
4,647
[ "jerryscript-project", "jerryscript" ]
We need some fixes after 2.4.0. Is it okay for your guys to draft a new release ? Thx.
draft a new release
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4638/comments
3
2021-03-29T02:27:28Z
2021-06-01T07:29:34Z
https://github.com/jerryscript-project/jerryscript/issues/4638
842,910,638
4,638
[ "jerryscript-project", "jerryscript" ]
#### Description When I repeatedly create a longer Array object with a length less than or equal to 131071, the execution time of the Jerryscript engine is much longer than the execution time of other engines. #### Version [edd2f20](https://github.com/jerryscript-project/jerryscript/commit/edd2f203974acc9ddfbad...
A possible performance problems of repeated array creation
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4628/comments
1
2021-03-13T03:19:32Z
2021-12-15T09:35:28Z
https://github.com/jerryscript-project/jerryscript/issues/4628
830,790,888
4,628
[ "jerryscript-project", "jerryscript" ]
Hi, Almost Windows text editor used "\r\n" to determine new line. When Im trying to load javascript from file in Windows, function jerry_parse return error (file using "\r\n"), when Im replace "\r\n" by "\n" it ok. My question is can we parse "\r\n" with special flag or I must replace "\r\n" before call parse ...
jerryscript can not parse script with new line "\r\n" in Windows
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4624/comments
2
2021-03-11T03:56:34Z
2021-03-11T08:50:02Z
https://github.com/jerryscript-project/jerryscript/issues/4624
828,687,403
4,624
[ "jerryscript-project", "jerryscript" ]
#### Version: bd1c4df #### Overview: ​ When executing the following test case, all engines except jerryscript output `-1`. What is the reason for this? In addition, I would like to know what the argument `this` in the jerryscript exception information refers to. If it is `String.prototype`, no exception sho...
A problem about String.prototype.search
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4621/comments
4
2021-03-09T05:48:05Z
2021-03-12T18:00:11Z
https://github.com/jerryscript-project/jerryscript/issues/4621
825,378,765
4,621
[ "jerryscript-project", "jerryscript" ]
Hello, Im try to understand jerryscript by build and run example from: https://github.com/jerryscript-project/jerryscript/blob/master/docs/03.API-EXAMPLE.md And I face 2 problems: First is: I can not find libjerry-math after build Second: From example 4, gcc show error: unknown type name ‘jerry_call_info_t’ ...
I could not find the definition of the jerry_call_info_t type!
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4619/comments
4
2021-03-05T03:22:57Z
2021-03-05T10:49:32Z
https://github.com/jerryscript-project/jerryscript/issues/4619
822,705,119
4,619
[ "jerryscript-project", "jerryscript" ]
#### Description When a long string is repeatedly converted to uppercase, the execution time of the Jerryscript much longer than other engines. For example, [XS](https://github.com/Moddable-OpenSource/moddable) , similar to jerryscript, a JavaScript engine that runs on resource-constrained devices. Does this prob...
A possible performance problem about String.prototype.toUpperCase
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4617/comments
3
2021-03-04T06:55:16Z
2021-03-12T14:58:42Z
https://github.com/jerryscript-project/jerryscript/issues/4617
821,822,148
4,617
[ "jerryscript-project", "jerryscript" ]
I read the article about [V8's snapshot](https://v8.dev/blog/custom-startup-snapshots). AFAIK the snapshot in v8 means initialized context with prepared heap snapshot which was created at the very beginning, that will speed up the bootstrap process. And in Jerry's doc and test file(test-snapshot.c), what I got is t...
Questions: How does snapshot speed up the process?
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4608/comments
4
2021-02-22T11:47:16Z
2021-02-23T07:41:00Z
https://github.com/jerryscript-project/jerryscript/issues/4608
813,426,925
4,608
[ "jerryscript-project", "jerryscript" ]
Hello, I want to use a filesystem (FATFS) in flash memory and run automatically `index.js` on boot. But I need to copy the entire content of the file to memory buffer to call `jerry_parse()`. Is there any way to parse and run code from read stream (or providing a read callback)? Thanks,
Parse from a file without copying to memory buffer?
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4598/comments
7
2021-02-15T15:05:39Z
2021-02-17T04:02:14Z
https://github.com/jerryscript-project/jerryscript/issues/4598
808,611,864
4,598
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision 34a6a93597e5b84ad0e892039df31885c76fc4e4 ###### Build platform `Linux-4.4.0-19041-Microsoft-x86_64-with-Ubuntu-20.04-focal` ###### Build steps ```sh python tools/build.py --snapshot-exec=ON --snapshot-save=ON --jerry-cmdline-snapshot=ON ``` ###### Test case creating stat...
Snapshot error: RangeError: Unsupported static snapshot literal: 2147483647
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4590/comments
12
2021-02-10T20:21:58Z
2021-12-07T06:50:43Z
https://github.com/jerryscript-project/jerryscript/issues/4590
805,842,184
4,590
[ "jerryscript-project", "jerryscript" ]
Currently in node_api_internal.h ``` #define AS_JERRY_VALUE(nvalue) (jerry_value_t)(uintptr_t) nvalue jerry_value_t AS_JERRY_OBJECT(napi_value nvalue); ``` But in https://github.com/nodejs/node-addon-api/blob/main/napi.h, they , when the value of nvalue is nullptr means invalid value(empty value), not `number 0`...
in jerry jerry_value_t == 0 means number '0' that's incosistence with nullptr in NAPI
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4578/comments
0
2021-02-08T14:56:27Z
2021-02-17T13:30:02Z
https://github.com/jerryscript-project/jerryscript/issues/4578
803,639,908
4,578
[ "jerryscript-project", "jerryscript" ]
Let's say I have a snapshot main.ss and a snapshot helpers.ss, and the code in main.ss wants to call functions from helpers.ss. I tried merging main.ss and helpers.ss, but main.ss is not able to call the functions from helpers.ss. So, is there any way to call functions defined in helpers.ss from code in main.ss? Or...
Question: call function from different snapshot
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4574/comments
0
2021-02-07T13:47:13Z
2021-02-07T13:47:13Z
https://github.com/jerryscript-project/jerryscript/issues/4574
802,956,499
4,574
[ "jerryscript-project", "jerryscript" ]
``` [ 35/ 545] FAIL (3221226505): tests\jerry\date-getters.js ================================================ Script Error: assertion failed ================================================ [ 37/ 545] FAIL (3221226505): tests\jerry\date-setters.js ================================================ Script Erro...
Windows unit tests failed with date-getters.js date-setters.js date-tostring.js
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4571/comments
1
2021-02-06T18:20:09Z
2021-02-09T18:10:35Z
https://github.com/jerryscript-project/jerryscript/issues/4571
802,758,293
4,571
[ "jerryscript-project", "jerryscript" ]
I am so sorry because I CAN NOT post the code in public, which will make it everybody difficult to get my point. Basically what I did is: 1. using `jerry_generate_function_snapshot` to create a snapshot. 2. using `jerry_load_function_snapshot` to load the snapshot. 3. using `jerry_call_function` to execute the fu...
Question: what does ERR_DISABLED_BYTE_CODE mean?
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4563/comments
6
2021-02-04T12:58:36Z
2021-02-05T14:05:17Z
https://github.com/jerryscript-project/jerryscript/issues/4563
801,260,771
4,563
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision e191a5cf47eeaf3e36098e49a138885f913c0dd1 (latest master - 2021.01.29.) ###### Build platform Ubuntu 16.04.1 (Linux 4.15.0-117-generic x86_64) ###### Build steps ```sh python ./tools/build.py --clean --debug --compile-flag=-fsanitize=address --compile-flag=-m32 --compile-flag=-fn...
Uncaught RangeError causes stack overflow
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4554/comments
4
2021-01-30T04:18:28Z
2021-02-01T11:37:57Z
https://github.com/jerryscript-project/jerryscript/issues/4554
797,331,128
4,554
[ "jerryscript-project", "jerryscript" ]
https://github.com/jerryscript-project/jerryscript/blob/ba06d492a340bee7d82ff9595851cd278b7bd572/jerry-core/api/jerry.c#L1625-L1642 Seems not consistence
Why jerry_get_value_from_error release error/non-error value in different way?
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4553/comments
4
2021-01-29T14:01:48Z
2021-02-04T12:43:47Z
https://github.com/jerryscript-project/jerryscript/issues/4553
796,906,609
4,553
[ "jerryscript-project", "jerryscript" ]
When I am using iot.js NAPI, the NAPI treat error as object, but in jerryscript, error is not an object but a error reference to object. That's inconsistence with n-api and getting iot.js napi doesn't support for external errors.
Question, why ecma_create_error_reference are needed, as error are also an object.
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4551/comments
5
2021-01-29T12:49:20Z
2021-12-07T05:39:12Z
https://github.com/jerryscript-project/jerryscript/issues/4551
796,856,163
4,551
[ "jerryscript-project", "jerryscript" ]
Currently, jerryscript use asan to check memory leak and in ci, also it's have valgrind but it's slow and not suite for CI, and not running in the CI. and ASAN detecting memory leak in 32bit mode are fragile, so my question is: Are we possbile to add 64bit pointer support in jerryscript to please the ASAN memory leak...
Discusstion. ASAN can only detect memory leak on 64 bit arch, not 32bit arch
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4547/comments
1
2021-01-29T04:46:41Z
2021-12-07T05:40:00Z
https://github.com/jerryscript-project/jerryscript/issues/4547
796,574,625
4,547
[ "jerryscript-project", "jerryscript" ]
Wanted to share this FYI out to the JerryScript community to let ya’ll know that the OpenJS Foundation has opened its [call for speakers](https://openjsf.org/announcement/2021/01/11/openjs-world-2021-save-the-date/) for the upcoming virtual OpenJS World event on 9 June 2021. We would love to make sure the project is we...
OpenJS - upcoming conference news
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4544/comments
0
2021-01-26T21:13:13Z
2021-01-26T21:13:13Z
https://github.com/jerryscript-project/jerryscript/issues/4544
794,565,087
4,544
[ "jerryscript-project", "jerryscript" ]
I am trying to manually rebuild some bytecode by trying to reverse engineer the source JS. While I can find the opcode CBC_MOV_IDENT in the foreign bytecode, I am not able to generate that cbc myself. Did that code result from a local variable? Or some sort of cache that needs to be turned on on compilation? I k...
How to generate CBC_MOV_IDENT
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4538/comments
6
2021-01-24T17:02:26Z
2021-01-26T11:15:02Z
https://github.com/jerryscript-project/jerryscript/issues/4538
792,844,026
4,538
[ "jerryscript-project", "jerryscript" ]
Hi! As far as I know, when a Js engine executes Javascript code. It will firstly parse the Javascript code into bytecode, then use a intepreter to execute the bytecode. Is this the same for jerryscript? If so, how can I use jerry to get the parsed bytecode?
How to generate bytecode with jerryscript?
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4532/comments
7
2021-01-23T08:45:45Z
2021-02-04T12:01:15Z
https://github.com/jerryscript-project/jerryscript/issues/4532
792,505,479
4,532
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision 9900cac ###### Build platform Darwin-19.6.0-x86_64-i386-64bit ###### Build steps ``` Build command: /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python \ /Users/lygstate/work/typescript/jerryscript/tools/build.py \ ...
regression-test-issue-3785.js deadloop in osx with release build
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4528/comments
2
2021-01-22T15:32:03Z
2021-12-07T05:38:08Z
https://github.com/jerryscript-project/jerryscript/issues/4528
792,097,867
4,528
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision 8ba0d1b6ee5a065a42f3b306771ad8e3c0d819bc ###### Build platform Ubuntu 18.04.5 LTS (Linux 4.15.0-128-generic x86_64) ###### Build steps ```sh ./tools/build.py --clean --debug --logging=on ``` ###### Test case ```js function* g() { class A extends (yield) {} } g()....
Assertion 'ECMA_STRING_IS_REF_EQUALS_TO_ONE (string_p)' in ecma_free_string_list
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4525/comments
1
2021-01-22T11:09:58Z
2021-10-01T10:28:41Z
https://github.com/jerryscript-project/jerryscript/issues/4525
791,916,812
4,525
[ "jerryscript-project", "jerryscript" ]
Hi! I'm wondering how the performance and stack usage benchmark output seen in some PR comments can be generated. I noticed https://github.com/jerryscript-project/jerryscript/blob/8edf8d6eea4327dd83b7fabddcae4ea23bf98fb9/tools/runners/run-benchmarks.sh which seems related, but I'm not sure where the referenced files...
Document how to run benchmarks
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4521/comments
3
2021-01-21T13:24:41Z
2021-01-28T15:04:52Z
https://github.com/jerryscript-project/jerryscript/issues/4521
791,085,201
4,521
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision bf7fa3958129914cfbb228a9aea6d49d079d65ad ###### Build log ``` [build] -- Build files have been written to: C:/work/study/languages/typescript/jerryscript/build/debug [build] [10/27 3% :: 0.120] Building C object jerry-ext/CMakeFiles/jerry-ext.dir/handle-scope/handle-scope-allocator....
compile jerry debugger with mingw failed
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4512/comments
0
2021-01-19T18:01:40Z
2021-01-22T16:54:37Z
https://github.com/jerryscript-project/jerryscript/issues/4512
789,238,769
4,512
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision df6d430 ###### Build platform Ubuntu 18.04.5 LTS(Linux 4.15.0-119-generic x86_64) ###### Build steps ``` ./tools/build.py --clean --debug --compile-flag=-fsanitize=address \ --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer \ --compile-flag=-fno-common --compile-flag=-g --...
Assertion 'object_p->type_flags_refs >= ECMA_OBJECT_REF_ONE' failed in ecma_gc_mark
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4469/comments
0
2021-01-15T14:09:21Z
2021-01-18T11:10:49Z
https://github.com/jerryscript-project/jerryscript/issues/4469
786,923,609
4,469
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision df6d430 ###### Build platform Ubuntu 18.04.5 LTS(Linux 4.15.0-119-generic x86_64) ###### Build steps ``` ./tools/build.py --clean --debug --compile-flag=-fsanitize=address \ --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer \ --compile-flag=-fno-common --compile-flag=-g ...
Assertion 'property_p != NULL && ECMA_PROPERTY_IS_RAW_DATA (*property_p)' failed in ecma_op_set_mutable_binding
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4468/comments
0
2021-01-15T13:53:20Z
2021-01-18T16:38:55Z
https://github.com/jerryscript-project/jerryscript/issues/4468
786,912,498
4,468
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision df6d430 ###### Build platform Ubuntu 18.04.5 LTS(Linux 4.15.0-119-generic x86_64) ###### Build steps ``` ./tools/build.py --clean --debug --compile-flag=-fsanitize=address \ --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer \ --compile-flag=-fno-common --compile-flag=-g --...
Assertion 'JERRY_CONTEXT (jmem_heap_allocated_size) == 0' failed in jmem_heap_finalize
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4467/comments
0
2021-01-15T13:46:55Z
2021-01-15T19:48:14Z
https://github.com/jerryscript-project/jerryscript/issues/4467
786,908,091
4,467
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision df6d430 ###### Build platform Ubuntu 18.04.5 LTS(Linux 4.15.0-119-generic x86_64) ###### Build steps ``` ./tools/build.py --clean --debug --compile-flag=-fsanitize=address \ --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer \ --compile-flag=-fno-common --compile-flag=-...
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/4466/comments
0
2021-01-15T13:40:41Z
2021-01-15T19:48:14Z
https://github.com/jerryscript-project/jerryscript/issues/4466
786,903,936
4,466
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision df6d4302 ###### Build platform Ubuntu 18.04.5 LTS(Linux 4.15.0-119-generic x86_64) ###### Build steps ``` ./tools/build.py --clean --debug --compile-flag=-fsanitize=address \ --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer \ --compile-flag=-fno-common --compile-flag=...
Assertion '!jcontext_has_pending_exception ()' failed in jcontext_raise_exception
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4464/comments
0
2021-01-15T08:53:09Z
2021-01-15T19:48:50Z
https://github.com/jerryscript-project/jerryscript/issues/4464
786,722,097
4,464
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision df6d430289692ffa0922b108a7229ccf4502b79b ###### Build platform ``` PS C:\work\study\languages\typescript\jerryscript> python -c "import platform; print(platform.platform())" Windows-10-10.0.19041-SP0 ``` ###### Build steps ```bat python tools/run-tests.py --test262-esnext=upda...
Fatal error detected by debug version with MSVC
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4463/comments
0
2021-01-15T05:26:26Z
2021-01-18T09:35:49Z
https://github.com/jerryscript-project/jerryscript/issues/4463
786,556,080
4,463
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision 3193e6d0dcd5459319bc3d50b7529ec17345a4b3 Refer to https://github.com/lygstate/jerryscript/runs/1690866286?check_suite_focus=true Refer to https://github.com/jerryscript-project/jerryscript/pull/4456
Test262-esnext failed with debug version of jerryscript
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4455/comments
2
2021-01-12T21:06:34Z
2021-02-09T18:11:41Z
https://github.com/jerryscript-project/jerryscript/issues/4455
784,593,757
4,455
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision fdaacde ###### Build platform Ubuntu 18.04.5 LTS(Linux 4.15.0-119-generic x86_64) ###### Build steps ``` ./tools/build.py --clean --debug --compile-flag=-fsanitize=address \ --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer \ --compile-flag=-fno-common --compile-flag=-...
Assertion '(object_p->u2.prototype_cp & ~JMEM_TAG_MASK) == 0' failed in ecma_gc_free_object
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4446/comments
1
2021-01-11T13:51:46Z
2021-01-15T12:29:00Z
https://github.com/jerryscript-project/jerryscript/issues/4446
783,388,613
4,446
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision fdaacde6 ###### Build platform Ubuntu 16.04.6 LTS (Linux 4.4.0-179-generic x86_64) ###### Build steps ``` ./tools/build.py --clean --debug --compile-flag=-fsanitize=address \ --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer \ --compile-flag=-fno-common --compile-fla...
heap-use-after-free in ecma_is_lexical_environment
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4445/comments
0
2021-01-11T13:28:31Z
2021-01-15T19:54:09Z
https://github.com/jerryscript-project/jerryscript/issues/4445
783,371,449
4,445
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision fdaacde ###### Build platform Ubuntu 18.04.5 LTS(Linux 4.15.0-119-generic x86_64) ###### Build steps ``` ./tools/build.py --clean --debug --compile-flag=-fsanitize=address \ --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer \ --compile-flag=-fno-common --compile-flag=-...
heap-buffer-overflow in lexer_parse_number
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4442/comments
0
2021-01-11T13:04:23Z
2021-01-11T17:48:54Z
https://github.com/jerryscript-project/jerryscript/issues/4442
783,354,413
4,442
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision fdaacde ###### Build platform Ubuntu 18.04.5 LTS(Linux 4.15.0-119-generic x86_64) ###### Build steps ``` ./tools/build.py --clean --debug --compile-flag=-fsanitize=address \ --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer \ --compile-flag=-fno-common --compile-flag=-...
Assertion 'ecma_is_value_true (result)' failed in ecma_regexp_split_helper
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4441/comments
0
2021-01-11T12:53:11Z
2021-01-15T13:11:48Z
https://github.com/jerryscript-project/jerryscript/issues/4441
783,347,181
4,441
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision fdaacde ###### Build platform Ubuntu 18.04.5 LTS(Linux 4.15.0-119-generic x86_64) ###### Build steps ``` ./tools/build.py --clean --debug --compile-flag=-fsanitize=address \ --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer \ --compile-flag=-fno-common --compile-flag...
Assertion 'uint_ptr % JMEM_ALIGNMENT == 0' failed in jmem_decompress_pointer
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4440/comments
0
2021-01-11T12:47:39Z
2021-01-13T14:14:05Z
https://github.com/jerryscript-project/jerryscript/issues/4440
783,343,599
4,440
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision fdaacde6 ###### Build platform Ubuntu 18.04.5 LTS(Linux 4.15.0-119-generic x86_64) ###### Build steps ``` ./tools/build.py --clean --debug --compile-flag=-fsanitize=address \ --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer \ --compile-flag=-fno-common --compile-flag=...
AddressSanitizer failed
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4439/comments
2
2021-01-11T12:34:12Z
2021-01-18T14:12:55Z
https://github.com/jerryscript-project/jerryscript/issues/4439
783,334,546
4,439
[ "jerryscript-project", "jerryscript" ]
I would like to nominate Csaba Osztrogonác to become a JerryScript reviewer. I trust him to follow our processes. He has already given 50+ informal reviews and other valuable inputs: #4395 #4388 #4381 #4330 #4329 #4317 #4296 #4288 #4278 #4256 #4253 #4247 #4246 #4230 #4226 #4223 #4181 #4172 #4153 #...
Nominating Csaba Osztrogonác (@ossy-szeged) to become a JerryScript reviewer
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4435/comments
7
2021-01-08T14:37:49Z
2021-01-15T15:13:41Z
https://github.com/jerryscript-project/jerryscript/issues/4435
782,162,965
4,435
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision 0a3aa0f4 ###### Build platform Ubuntu 18.04.5 LTS(Linux 4.15.0-119-generic x86_64) ###### Build steps ``` ./tools/build.py --clean --debug --compile-flag=-fsanitize=address \ --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer \ --compile-flag=-fno-common --compile-flag=-g...
Assertion 'ecma_is_value_undefined (value) || ecma_is_value_null (value) || ecma_is_value_boolean (value) || ecma_is_value_number (value) || ecma_is_value_string (value) || ecma_is_value_bigint (value) || ecma_is_value_symbol (value) || ecma_is_value_object (value)' in ecma_check_value_type_is_spec_defined
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4432/comments
0
2021-01-08T12:24:29Z
2021-01-11T11:30:53Z
https://github.com/jerryscript-project/jerryscript/issues/4432
782,082,814
4,432
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision The jerryscript git submodule was apparently upgraded from 7cc9d65c095c6631bb547d863dfeadc470d8dfc6 (good) to 0ef9b8e0273055fabe4a4665ca9bdee509ee4202 (bad) ###### Build platform Ubuntu 21.04 (Linux 5.8.0-33-generic s390x) ###### Build steps ```sh sbuild -d hirsute ./iotjs-1.0+...
Build fails on s390x architecture
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4431/comments
9
2021-01-07T14:48:13Z
2021-02-05T08:28:06Z
https://github.com/jerryscript-project/jerryscript/issues/4431
781,366,872
4,431
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision 5962562e2dd1528472e6bea38e354b6ea73f559d ###### Build platform Ubuntu 20.04.1 LTS (Linux 5.4.0-42-generic x86_64) gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 ###### Build steps ``` ./tools/build.py --clean --debug --compile-flag=-fsanitize=address \ --compile-flag=-m32 --compile-fla...
Dynamic stack buffer overflow in class initializers
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4413/comments
0
2021-01-05T11:29:30Z
2021-01-08T13:08:56Z
https://github.com/jerryscript-project/jerryscript/issues/4413
778,896,339
4,413
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision 2faafa4 ###### Build platform Ubuntu 18.04.5 LTS(Linux 4.15.0-119-generic x86_64) ###### Build steps ··· ./tools/build.py --clean --debug --compile-flag=-fsanitize=address \ --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer \ --compile-flag=-fno-common --compile-flag...
Assertion 'ecma_is_value_string (value)' in ecma_get_string_from_value
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4408/comments
0
2021-01-04T13:32:09Z
2021-01-07T16:19:53Z
https://github.com/jerryscript-project/jerryscript/issues/4408
778,097,382
4,408
[ "jerryscript-project", "jerryscript" ]
Hello there! I noticed the `ENABLE_ALL_IN_ONE` flags within `build.py` and wondered: Are those files intended to be released, and if, is there a stable way to obtain them as releases come out? I am working with a couple of amalgamated projects - sqlite, mongoose just to name a few - and I was wondering if there was ...
Amalgamated JerryScript source release?
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4406/comments
3
2021-01-04T01:36:50Z
2021-01-11T17:24:21Z
https://github.com/jerryscript-project/jerryscript/issues/4406
777,762,355
4,406
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision 2faafa4 ###### Build platform Ubuntu 18.04.5 LTS(Linux 4.15.0-119-generic x86_64) ###### Build steps ··· ./tools/build.py --clean --debug --compile-flag=-fsanitize=address \ --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer \ --compile-flag=-fno-common --compile-flag=-...
Assertion 'ECMA_PROPERTY_GET_TYPE (property) == ECMA_PROPERTY_TYPE_NAMEDDATA || ECMA_PROPERTY_GET_TYPE (property) == ECMA_PROPERTY_TYPE_VIRTUAL' in ecma_is_property_writable
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4405/comments
1
2021-01-03T07:11:19Z
2021-01-06T10:25:15Z
https://github.com/jerryscript-project/jerryscript/issues/4405
777,587,649
4,405
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision 2faafa4 ###### Build platform Ubuntu 18.04.5 LTS(Linux 4.15.0-119-generic x86_64) ###### Build steps ``` ./tools/build.py --clean --debug --compile-flag=-fsanitize=address \ --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer \ --compile-flag=-fno-common --compile-flag=-...
stack-overflow in jmem_compress_pointer
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4404/comments
1
2021-01-02T14:39:42Z
2021-01-05T20:43:44Z
https://github.com/jerryscript-project/jerryscript/issues/4404
777,470,499
4,404