Commits
User selector
Commit History
Commits on Aug 18, 2023
[return-check] change exception handling to return-check based method in interpreting (runtime) process
Show description for 26af0cdcommitted
HyukWoo Park
Commits on Jul 7, 2023
Update source and test driver for running test262 on windows
Show description for a2886b8authored andcommitted
Replace gc-allocated std::{unordered_map,unordered_set} with robin-{map,set}
Show description for 67216fcauthored andcommitted
Commits on May 31, 2023
Remove an unused variable in ALLOCA
Show description for e275ba6authored andcommitted
Commits on May 30, 2023
Enable more v8 tests
Show description for 3894bfeauthored andcommitted
Commits on Mar 28, 2023
Unlink circular dependency between runtime and parser source codes
Show description for 9f93022authored andcommitted
Commits on Sep 16, 2022
Implement `PrivateIdentifier in ...` expression
Show description for 693dcf1authored andcommitted
Commits on Aug 3, 2022
Update finalizer with shrink function
Show description for d2a17f0authored andcommitted
Commits on Aug 1, 2022
Fix finalizer to prevent any possible memory defect
Show description for bf1ff52authored andcommitted
Commits on May 23, 2022
Directly insert properties for builtin objects
Show description for 488de00authored andcommitted
Commits on May 11, 2022
Fix the type of prototype in Temporal
Show description for 786cb68authored andcommitted
Add DerivedObject for sub classes of Object
Show description for 8fa6031authored andcommitted
Commits on May 3, 2022
Add Object::constructorName API
Show description for 04eb482authored andcommittedAdd special method for add property in object what was not existent.
Show description for 4ed055eauthored andcommittedImplement get fast source, flags proeprty for RegExpObject
Show description for 64403a2authored andcommitted
Commits on Apr 25, 2022
Mark non-fast mode ArrayObject by existing fast-mode data
Show description for 0f034c7authored andcommitted
Commits on Apr 22, 2022
Rename tagging operations
Show description for d231bc0authored andcommitted
Commits on Apr 18, 2022
Implement checking update ArrayObject while enumerate
Show description for 292ead9authored andcommittedImplement PrototypeObject
Show description for ba7c596authored andcommitted
Commits on Mar 16, 2022
Implement fast path of get symbol from object.
Show description for 5d984c9authored andcommitted
Commits on Mar 14, 2022
Reduce memory usage
Show description for a484082authored andcommitted
Commits on Mar 11, 2022
Improve object enumeration performance
Show description for ada969cauthored andcommitted
Commits on Mar 7, 2022
Optimize Object::getPrototypeFromConstructor for function case
Show description for 47530e7authored andcommitted
Commits on Mar 3, 2022
Use original desc if this and receiver are same
Show description for 3d83a5fauthored andcommitted
Commits on Jan 5, 2022
- authored andcommitted
Commits on Nov 17, 2021
Refactoring ObjectTemplate's PropertyHandler
Show description for fa052c8authored andcommitted
Commits on Nov 10, 2021
Replace TemplatePropertyName with existing ObjectStructurePropertyName
Show description for f47def1authored andcommitted
Commits on Oct 25, 2021
Update source & build files for windows
Show description for 110359eauthored andcommitted
Commits on Sep 3, 2021
Handle BigInt type in CreateListFromArrayLike method
Show description for 81bae46authored andcommitted
Commits on Aug 12, 2021
Implement lazy builtin initialization
Show description for 0d65ad5authored andcommitted
Commits on Aug 11, 2021
If object has native data accessor with actsLikeJS is true, the object should be non inline cacheable
Show description for 7b77fcdauthored andcommitted
Commits on Jul 15, 2021
Implement per thread isolating
Show description for 77a6857authored andcommitted
Commits on Jul 5, 2021
Refactoring index property handling
Show description for 0b0ddeeauthored andcommitted
Commits on Jul 1, 2021
Implement chain of ClassPrivateMemberData
Show description for 8c3cd2fauthored andcommittedImplement ObjectPrivateMemberStructre for reducing memory usage
Show description for 1fbaf74authored andcommitted