Commits
User selector
Commit History
Commits on Jul 15, 2021
Implement per thread isolating
Show description for 77a6857authored andcommitted
Commits on Feb 17, 2021
Fix gc conflict of object kinds in debug mode
Show description for 30af844authored andcommitted
Commits on Feb 2, 2021
Disallow using arguments variable in class field when using eval function
Show description for b791bd9authored andcommitted
Commits on Jan 21, 2021
Implement runtime things of class field
Show description for dac08abauthored andcommitted
Commits on Jan 15, 2021
Implement fast-path of super expression in static field initializer
Show description for 5016b7aauthored andcommitted
Commits on Jan 13, 2021
Implement super keyword in class static field init
Show description for f0c64aaauthored andcommitted
Commits on Dec 18, 2020
Update clang-format version to 6.0
Show description for 29c70f7authored andcommitted
Commits on Oct 12, 2020
Fix uninitialized member variables found by cppcheck
Show description for c73a012authored andcommitted
Commits on Sep 11, 2020
Fix defects discovered in coverity scan
Show description for 56e3ec6authored andcommitted
Commits on Aug 6, 2020
Reduce memory allocation during bytecode generation
Show description for f56a557authored andcommitted
Commits on Jul 30, 2020
Implement CodeCache for CodeBlock tree
Show description for 436fac4authored andcommitted
Commits on Jul 23, 2020
Each InterpretedCodeBlock has its children in a vector
Show description for 773007bauthored andcommitted
Commits on Jul 16, 2020
Fix NativeCodeBlock to directly store the native function point
Show description for 586082cauthored andcommitted
Commits on Jul 8, 2020
Add InterpretedCodeBlockWithRareData
Show description for 747803bauthored andcommitted
Divide CodeBlock into NativeCodeBlock and InterpretedCodeBlock
Show description for 2fe9333authored andcommitted
Commits on Jul 6, 2020
Rename ASTContext structure
Show description for cd09ccbauthored andcommitted
Commits on May 27, 2020
Implement tagged-template cache on CodeBlock according to GetTemplateObject(templateLiteral) on spec
Show description for 4f3774bauthored andcommitted
* When evaluate `super.foo = 1` we should throw TypeError.
Show description for fe0c651authored andcommitted
Commits on May 18, 2020
Each function parameter should have own declarative environment.
Show description for 323c2dcauthored andcommitted
Commits on Mar 18, 2020
Implement additional ECMAScript Features for Web Browsers
Show description for 4670a40authored andcommitted
Commits on Mar 10, 2020
Fix LGPL License verison typo (2.0 -> 2.1)
Show description for e2f1c3fauthored andcommitted
Commits on Mar 5, 2020
- authored andcommitted

Commits on Feb 3, 2020
Fix a case in which parameter value is referenced before initialization to throw a reference error
Show description for eb1bbd0authored andcommitted
Fix bugs in function parameter
Show description for 3c6032fauthored andcommitted
Commits on Jan 22, 2020
Implement more things according to newer ECMAScript spec
Show description for ae35a57authored andcommitted
Commits on Jan 15, 2020
Fix some potential defect issues
Show description for a4c5fafauthored andcommitted
Commits on Dec 10, 2019
Treat function parameter initialization area as first lexical block
Show description for a126f3dauthored andcommitted
Commits on Dec 9, 2019
Fix bugs related with switch statement
Show description for 5dfcfd1authored andcommitted
Commits on Nov 25, 2019
Fix some parsing bugs
Show description for d918e65authored andcommitted
Commits on Nov 15, 2019
Implement basic behavior of async, await.
Show description for 42231ebauthored andcommitted
Commits on Oct 31, 2019
Improve performance (#490)
Show description for 82f05fdauthored andcommitted
Commits on Oct 24, 2019
Fix various things (#476)
Show description for f759457authored andcommitted
Commits on Oct 23, 2019
Optimize parser to skip the scanning of the whole function (#475)
Show description for bb7c12cauthored andcommitted
Commits on Oct 21, 2019
Optimize memory management in Parsing (#465)
Show description for 13343f8authored andcommitted
Commits on Oct 14, 2019
Optimize script initialization performance (#458)
Show description for 4bb3435authored andcommitted