jerryscript
jerryscript copied to clipboard
Ultra-lightweight JavaScript engine for the Internet of Things.
Replace global inclusions with local ones, because with the amalgam.py tool they were added and this leads to compile error.
JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik [email protected]
When parsing certain kinds class fields, the parser throws an error expecting a semicolon. ###### JerryScript revision 2.4.0 ###### Build platform all ###### Build steps n/a ###### Build log n/a...
From my reading of the spec, it sounds like keywords are not allowed as export names. However, modules can export default and the spec is not explicit on whether this...
###### JerryScript revision 2.4.0 ###### Build platform all ###### Build steps n/a ###### Build log n/a ###### Test case Assume there is a global variable named 'process' in the current...
```console jerry> new Date(2022, 5, 2).toLocaleDateString() 2022-06-01 ``` on chrome: ```console > new Date(2022, 5, 2).toLocaleDateString() '6/2/2022' ``` should be 6-2.
#### Added ``` - eval - json - regexp ``` Signed-off-by: 0x34d
###### Version Version: 3.0.0 (fea10bb7) ###### Test case ```js var foo = function () { let view = new Uint8Array([1,2,3]); view[''] = 0; print(view); } foo(); ``` ###### Execution steps...
###### JerryScript revision 0d496966 ###### Build platform Linux-5.4.0-104-generic-x86_64-with-glibc2.29 ###### Build steps ``` ./tools/build.py --clean --debug --profile=es.next --error-messages=ON --logging=ON ``` ###### Test case ```javascript new { async [ yield ] (...
###### JerryScript revision 0d496966 ###### Build platform Linux-5.4.0-104-generic-x86_64-with-glibc2.29 ###### Build steps ``` ./tools/build.py --clean --debug --profile=es.next --error-messages=ON --logging=ON ``` ###### Test case ```javascript for ( let => { }in \)...