Commits
User selector
Commit History
Commits on Oct 12, 2021
Implement backtrace recording for Promise.then calls
Show description for c2ab3e1authored andcommitted
Commits on Jul 15, 2021
Update PromiseHook
Show description for ac2bb84authored andcommitted
Commits on Apr 15, 2021
Implement module import rejection
Show description for 1a51cffauthored andcommitted
Commits on Mar 29, 2021
Remove unused variables and functions
Show description for 5517dbfauthored andcommitted
Commits on Feb 16, 2021
Refactoring Job
Show description for 9052269authored andcommitted
Commits on Dec 18, 2020
Update clang-format version to 6.0
Show description for 29c70f7authored andcommitted
Commits on Mar 10, 2020
Fix LGPL License verison typo (2.0 -> 2.1)
Show description for e2f1c3fauthored andcommitted
Commits on Mar 2, 2020
Remove wrong steps on PromiseResolveThenable.
Show description for d948604authored andcommitted
Commits on Feb 20, 2020
Implement more things about async generator
Show description for 81c8c00authored andcommitted
Commits on Nov 15, 2019
Implement basic behavior of async, await.
Show description for 42231ebauthored andcommitted
Commits on Jul 4, 2019
Prepare for implementing es2015 specs (#304)
Show description for c0c83adauthored andcommitted
Commits on Jun 19, 2019
Update isCallable check function according to call operation (#290)
Show description for 0671880authored andcommitted
Commits on Mar 7, 2018
Change default license to LGPL license (#60)
Show description for 28de827authored andcommitted
Commits on Nov 23, 2017
Promise jobs should use it's saved Context value (#29)
Show description for 13808ecauthored andcommitted
Commits on Jun 12, 2017
Update license clauses
Show description for 3148b0acommitted
Commits on Apr 6, 2017
1. divide FunctionObject::call into call and newInstance
Show description for 0e2e594committed
Commits on Mar 10, 2017
Add License Clauses
Show description for e02af7dcommitted
Commits on Jan 10, 2017
1. argument order of FunctionObject::call is fixed
Show description for 824e750committed
Commits on Jan 5, 2017
Loading