Commits
User selector
Commit History
Commits on Jun 18, 2024
Fix parsing class body that includes stray semicolon after a static block (#5145)
Show description for 2dbb6f7authoredFix parsing of invalid private class properties (#5144)
Show description for 4e89e18authored
Commits on May 28, 2024
Fix arguments object in eval-ed functions in static class initializers (#5140)
Show description for d7e2125authored
Commits on May 24, 2024
Fix CI for macos (#5142)
Show description for 35465edauthored
Commits on Mar 13, 2024
Fix rare crash caused by get method of proxy object (#5129)
Show description for cefd391authored
Commits on Feb 6, 2024
Fix gc of async destructuring assignments of strings (#5126)
Show description for bac7ee3authored
Commits on Jan 31, 2024
Fix arrow function parsing (#5093)
Show description for 52debe8authored
Commits on Nov 22, 2023
Update cppcheck (#5108)
Show description for ef4cb2bauthored
Commits on Sep 9, 2022
Allow redefining global variables as imports (#5023)
Show description for 6fe763fauthored
Commits on Aug 8, 2022
Mark generator as running during yield* (#5014)
Show description for 3686410authored
Commits on Feb 3, 2022
Fix import paths in negative module tests (#4973)
Show description for d00f481authored
Commits on Jan 31, 2022
Remove ES_NEXT macro (#4915)
Show description for 4924f9fauthored
Commits on Jan 20, 2022
Fix runtime error: left shift of negative value (#4957)
Show description for 0ef5094authoredUpdate jerry-port and jerry-ext (#4907)
Show description for ac1c48eauthored
Commits on Jan 18, 2022
Fix duplicated private identifier lookup (#4947)
Show description for 79fd540authored
Robert FancsikAdd missing toObject conversion for PrivateSet operation (#4953)
Show description for 85c7987authored
Robert Fancsik
Commits on Jan 14, 2022
Update test262 hash to the latest master (#4959)
Show description for dfbd89dauthoredBan setting 'Object.prototype.__proto__' as Proxy to prevent circular referencing (#4961)
Show description for 57547d1authoredFix async identifier parsing in class field position (#4949)
Show description for e9da834authored
Robert FancsikCheck rest initializer existence after pattern finalization (#4950)
Show description for 47d025cauthored
Robert FancsikPrivate identifier resolving should always construct new literal object (#4951)
Show description for 799583eauthored
Robert FancsikFix fast array objects cannot hold private properties (#4952)
Show description for 2a37821authored
Robert FancsikFix memory leak in AtomicModifyWrite (#4944)
Show description for 8fa7819authored
Robert FancsikFix invalid assertion CESU8-UTF8 buffer copy (#4946)
Show description for d681f20authored
Robert Fancsik
Commits on Jan 13, 2022
Fix scanning bracketed expressions (#4964)
Show description for 85bad33authored
Commits on Jan 10, 2022
Date.prototype.setYear should invalidate cached tza (#4955)
Show description for 0aa182cauthored
Robert FancsikAdd missing object types for ecma_object_get_class_name (#4954)
Show description for 6efe14dauthored
Robert FancsikAdd stack-overflow check for general [[Construct]] method of function objects (#4945)
Show description for 58e504fauthoredFix class static block opening brace parsing (#4942)
Show description for f3a420bauthored
Commits on Dec 23, 2021
Fix runtime error: left shift (#4912)
Show description for a6ab5e9authored
Commits on Dec 22, 2021
Fix class literal scan (#4906)
Show description for 26c6031authored
Commits on Dec 15, 2021
Implement ECMAScript 2022 class static block (#4841)
Show description for 53b61c1authoredFix redeclaration related eval corner cases (#4886)
Show description for d650390authoredImplement 'hasOwn' routine of Object object (#4835)
Show description for 768a209authoredFix arguments object detection in non-complex param list (#4867)
Show description for ce5c849authored
Robert Fancsik