Commits
User selector
Commit History
Commits on Aug 30, 2021
Remove redundant defineOwnPropertyThrowsExceptionWhenStrictMode method
Show description for 54fadc4authored andcommitted
Commits on Jul 15, 2021
Implement per thread isolating
Show description for 77a6857authored andcommitted
Commits on Jul 6, 2021
Remove redundant string comparison in cmake build
Show description for 6cd9886authored andcommitted
Commits on Jul 5, 2021
Refactoring index property handling
Show description for 0b0ddeeauthored andcommitted
Commits on Jun 3, 2021
Remove ESCARGOT_OBJECT_SUBCLASS_MUST_REDEFINE macro
Show description for 616f32bauthored andcommitted
Commits on May 18, 2021
Refactor GC allocation with bitmap info
Show description for b605adbauthored andcommitted
Commits on May 11, 2021
Pass receiver to Object::get, Object::{get, set}IndexedProperty operation
Show description for 8e71c6eauthored andcommitted
Commits on Mar 29, 2021
Remove unused variables and functions
Show description for 5517dbfauthored andcommitted
Commits on Mar 25, 2021
Optimize JSON functions
Show description for dc7b3b6authored andcommitted
Commits on Feb 17, 2021
Add missing api
Show description for 4d307d2authored 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 Sep 11, 2020
Fix defects discovered in coverity scan
Show description for 56e3ec6authored andcommitted
Commits on Jun 11, 2020
In 64bit, we should use only 32bit for addressing
Show description for f82c81aauthored andcommitted
Commits on May 8, 2020
Add hasRareData for Object
Show description for 26b8593authored andcommitted
Commits on Apr 28, 2020
Update length-related operations
Show description for c46957dauthored andcommitted
Commits on Apr 9, 2020
Refactoring type check operations using tag comparison
Show description for d46a365authored andcommitted
Commits on Apr 3, 2020
Represent all global error messages by static class members
Show description for 0f81aa5authored andcommitted
Commits on Apr 1, 2020
Fix Iterator and WeakMap prototype objects to be an ordinary object
Show description for 38750ecauthored 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 Jan 10, 2020
Implement compress CompressibleStrings on GC reclaim end event
Show description for caa0fbcauthored 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
Rename PropertyName into ObjectStructurePropertyName
Show description for 0a9ec4fauthored andcommitted
Commits on Nov 18, 2019
Update spread element in Object initialization
Show description for b0a3171authored andcommitted
Commits on Nov 12, 2019
Refactor ObjectStructure
Show description for 82c99fcauthored andcommitted
Commits on Oct 15, 2019
Fix various bugs detected from vendor tests. (#464)
Show description for 5b43165authored andcommitted
Commits on Oct 8, 2019
Fix some bugs related to Array and TypedArray (#450)
Show description for 069921bauthored andcommitted
Commits on Sep 10, 2019
Fix Spread (#421)
Show description for c2352d1authored andcommitted
Commits on Sep 3, 2019
Add fast paths for hasProperty internal method (#407)
Show description for 1df4dcdauthored andcommitted
Commits on Aug 29, 2019
Refactor code (#396)
Show description for b656248authored andcommitted
Commits on Aug 21, 2019
Migrate to new bdwgc 8.0 GCutil & use cmake on building gc (#385)
Show description for e3a8fbaauthored andcommitted
Commits on Jul 3, 2019
Update coding style guide (#296)
Show description for 2b145efauthored
Hyukwoo Park