Commits
User selector
Commit History
Commits on Nov 10, 2021
Refactoring createFunctionSourceFromScriptSource
Show description for c295ee6authored andcommitted
Enable created function's format check only for non-reloadable string in test mode
Show description for 239e068authored andcommitted
Commits on Nov 1, 2021
Revise createFunctionSourceFromScriptSource
Show description for 30f3b3aauthored andcommitted
Commits on Oct 18, 2021
Implement special case for Function constructor with ReloadableString
Show description for 848873cauthored andcommitted
Commits on Sep 27, 2021
Assign source name for dynamically created functions
Show description for 843f4afauthored andcommitted
Commits on Jul 5, 2021
Implement accessing class private members in eval
Show description for 12855beauthored andcommitted
Commits on Feb 22, 2021
Update name and length property order
Show description for 160cb37authored andcommitted

Commits on Feb 2, 2021
Disallow using arguments variable in class field when using eval function
Show description for b791bd9authored andcommitted
Commits on Dec 18, 2020
Update clang-format version to 6.0
Show description for 29c70f7authored 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 8, 2020
Divide CodeBlock into NativeCodeBlock and InterpretedCodeBlock
Show description for 2fe9333authored andcommitted
Commits on Jun 29, 2020
Introduce Object, FunctionTemplate
Show description for ca9b832authored andcommitted
Commits on Jun 11, 2020
In 64bit, we should use only 32bit for addressing
Show description for f82c81aauthored andcommitted
Commits on Jun 1, 2020
When parsing TemplateLiteral in TaggedTemplateExpression, we should not throw SyntaxError.
Show description for 39e1048authored andcommitted
Commits on Mar 24, 2020
Fix [[Prototype]] initialization process for each object creation
Show description for 39a5922authored andcommitted
Commits on Mar 10, 2020
Fix LGPL License verison typo (2.0 -> 2.1)
Show description for e2f1c3fauthored andcommitted
Commits on Feb 3, 2020
Fix bugs in function parameter
Show description for 3c6032fauthored andcommitted
Implement basic of AsyncGeneratorFunction
Show description for f61ef74authored andcommitted
Commits on Jan 22, 2020
Implement more things according to newer ECMAScript spec
Show description for ae35a57authored andcommitted
Commits on Dec 24, 2019
Reduce memory usage
Show description for 98d4ef6authored andcommitted
Commits on Nov 15, 2019
Implement basic behavior of async, await.
Show description for 42231ebauthored andcommitted
Commits on Nov 4, 2019
Improve execution performance (#491)
Show description for e91d0f0authored andcommitted
Commits on Oct 31, 2019
Update to support new.target with Class and eval (#489)
Show description for f11752bauthored 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
Commits on Oct 11, 2019
Optmize escargot (#454)
Show description for 03ac100authored andcommitted
Commits on Oct 7, 2019
Implement Direct {Import, Export} (#448)
Show description for eceffacauthored andcommitted
Commits on Sep 30, 2019
Revise public API (#442)
Show description for e820e0bauthored andcommitted
Commits on Sep 24, 2019
Update syntax errors related to 'super' (#438)
Show description for dd78fdaauthored andcommitted
Commits on Aug 27, 2019
Remove redundant parameter modules (#390)
Show description for cc3f7deauthored andcommitted
Commits on Aug 6, 2019
Implement GeneratorFunction constructor (#350)
Show description for de65761authored andcommittedRevise function call processes (#347)
Show description for 43f442cauthored andcommitted
Commits on Aug 2, 2019
Fix bugs related to GeneratorFunction and Pass more test262 tests (#346)
Show description for 467841cauthored andcommitted