Commits
User selector
Commit History
Commits on Oct 8, 2021
Fix minor gcc build errors
Show description for 9f156c6authored andcommitted
Commits on Oct 6, 2021
Update GC event callback registration
Show description for aef7ba0authored andcommitted
Commits on Sep 27, 2021
Fix typo about gotException in ModuleExecutionResult
Show description for faa56e6authored andcommitted
Commits on Jul 27, 2021
Add Global object shared by all threads
Show description for 98bc107authored andcommitted
Commits on Jul 15, 2021
Implement per thread isolating
Show description for 77a6857authored andcommitted
Commits on Apr 15, 2021
Implement Dynamic Import resolution, rejection
Show description for 025607bauthored andcommitted
Implement module import rejection
Show description for 1a51cffauthored andcommitted
Implement await dynamic import resolution
Show description for 4cd0da1authored andcommitted
Commits on Apr 12, 2021
Implement executeAsyncModule spec
Show description for 5213b1fauthored andcommitted
Update Script Module data for following new spec & remove useless member variable
Show description for 75c0c4bauthored andcommitted
Commits on Feb 18, 2021
Implement basic things of top level await
Show description for 161f516authored andcommitted
Commits on Dec 18, 2020
Update clang-format version to 6.0
Show description for 29c70f7authored andcommitted
Commits on Nov 6, 2020
Remove redundant header files
Show description for 3ebb4eaauthored andcommitted
Commits on Aug 6, 2020
Reduce memory allocation during bytecode generation
Show description for f56a557authored andcommitted
Commits on Aug 3, 2020
Implement CodeCache for bytecode
Show description for 11e469cauthored andcommitted
Commits on Jul 30, 2020
Implement runtime part of dynamic-import
Show description for ba4763eauthored andcommitted
Commits on Jul 23, 2020
Each InterpretedCodeBlock has its children in a vector
Show description for 773007bauthored andcommitted
Commits on Jul 16, 2020
Implement import.meta spec(MetaProperty)
Show description for 6503fc0authored andcommitted
Commits on Jul 8, 2020
Divide CodeBlock into NativeCodeBlock and InterpretedCodeBlock
Show description for 2fe9333authored andcommitted
Commits on Jun 11, 2020
In 64bit, we should use only 32bit for addressing
Show description for f82c81aauthored andcommitted
Commits on May 26, 2020
Implement more things about module
Show description for c9e4d5cauthored andcommitted
Commits on May 22, 2020
Reimplement initialize & executing Module according to newer spec
Show description for 9b9f980authored andcommitted
Commits on May 15, 2020
We should create binding even there is virtual ID when executing Script
Show description for 6dec505authored andcommitted
Commits on May 11, 2020
Implement missing part of GlobalDeclarationInstantiation and EvalDeclarationInstantiation
Show description for a9a41ffauthored andcommitted
Commits on Apr 17, 2020
Implement GlobalObjectProxyObject for support external project
Show description for 5fe34d5authored andcommitted
Commits on Apr 3, 2020
Represent all global error messages by static class members
Show description for 0f81aa5authored andcommitted
Commits on Mar 19, 2020
Implement additional ECMAScript Features for Web Browsers
Show description for 5a284d4authored 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 Jan 15, 2020
Fix some potential defect issues
Show description for a4c5fafauthored andcommitted
Commits on Dec 24, 2019
Reduce memory usage
Show description for 98d4ef6authored andcommitted
Commits on Dec 18, 2019
Reduce memory usage
Show description for fba9396authored andcommitted
Commits on Dec 5, 2019
Optimize runtime performance
Show description for 53906a6authored andcommitted
Commits on Oct 17, 2019
Fix errors (#467)
Show description for 355c7efauthored andcommitted
Commits on Oct 11, 2019
Optmize escargot (#454)
Show description for 03ac100authored andcommitted