Georgezxh

Results 9 issues of Georgezxh

### Description Other js engines can print correctly while jerry throws a type error. ### JerryScript revision 2.4.0 ### Build platform ubuntu20.04 ### Test case ``` result = String.prototype.normalize.call(String.prototype.padStart.call(0, 5,...

### JerryScript revision 2.4.0 ### Description 'a' is before 'A', so the first result should be negative number. When adding parameter```{ sensitivity: 'base' }```, 'a' should be equal 'A', so...

### JerryScript revision 2.4.0 ### Build platform ubuntu20.04 ### Description I found jerryscript can not output correctly like other js engines when I ran the following code. However when I...

###### JerryScript revision 2.4.0 ###### Build platform ubuntu20.04 ### Description I executed the following test cases and found the resuts of jerry were different from other js engines. The first...

bug
ecma builtins

### JerryScript revision 2.4.0 ### Build platform ubuntu20.04 ### Description The following code caused an aborted(core dumped) in jerryscript. I guess there may be some problems in the apply() method...

bug

#### JerryScript revision 2.4.0 #### Build platform ubuntu 20.04 #### Description When I run the Test case , I find that jerryscript has no output. But if I set the...

### Description Hi. The code below does not have the same output as other engines (e.g., V8 in Google Chrome,SpiderMonkey in Firefox,chakra in Edge,quickjs,jerryscript). #### JerryScript revision 3.0.0 #### Build...

bug

Hermes version: 0.12.0 OS version (if any): ubuntu20.04 ## Bug Description The following code should print a sorted array but hermes didn't sort it. ## Testcase: ``` function foo1() {...

es2021

## Bug Description Hermes version: 0.12.0 OS version (if any): ubuntu 20.04 Hi. The code below does not have the same behavior as other engines (e.g., V8 in Google Chrome,SpiderMonkey...

bug