Commits
User selector
Commit History
Commits on Jun 19, 2020
Improvements to lambda functions.
Show description for 1bb1837committed- committed
Add LambdaFunction and LambdaConstructor.
Show description for 9b878b4committed- authored andcommitted
Commits on Jun 17, 2020
in ES6 TypedArray constructors are only callable via new
Show description for 698281bauthored andcommittedimproved handling of negative ArrayBuffer size
Show description for fd305a5authored andcommitted
Commits on Jun 11, 2020
Start using JMH for benchmarks.
Show description for 85adf50committedDisable some very slow tests
Show description for e396213committedTry to improve performance of MozillaSuiteTest
Show description for ec57150committedChange MozillaSuiteBenchmark to not fork threads.
Show description for 92935a5committedImplement standard Java ScriptEngine
Show description for d120651committed
Commits on Jun 9, 2020
- committed
- authored andcommitted
Commits on Jun 5, 2020
Make "GeneratorFunction" pattern work in interpreted mode.
Show description for 73805f5committedAdd support for ES6 generators.
Show description for 79fa60ecommitted
Commits on Jun 4, 2020
- authored andcommitted
it should not be possible to change the [[Prototype]] of a non-extensible object;
Show description for 9c1fca7authored andcommittedfix handling of undefined parameter value in String.normalize()
Show description for d41ea62authored andcommitted
Commits on Jun 1, 2020
- authored andcommitted
Function.__proto__ ignores write access
Show description for 59b6cdfauthored andcommittedfix Object.getOwnPropertyDescriptor for index properties on native strings
Show description for 4beb566authored andcommitted
Commits on May 27, 2020
- authored andcommitted
various fixes for array calls using this pattern
Show description for 632bb4cauthored andcommitted- authored andcommitted
An error should be thrown when defining a property for a read-only variable in strict mode
Show description for 01b4502authored andcommittedimprove seal() and freeze() processing;
Show description for dc7e2a4authored andcommitted- authored andcommitted
- authored andcommitted
Commits on May 19, 2020
Symbol.length is 0
Show description for b8c7672authored andcommitted- authored andcommitted
- authored andcommitted
fix for the recursion detection when converting an array into a string
Show description for 10c1c7bauthored andcommitted- authored andcommitted
Commits on May 11, 2020
- authored andcommitted
Commits on Jan 10, 2020
Fix handling of "return" in iterators.
Show description for 66c7932committed