Commits
User selector
Commit History
Commits on Sep 3, 2021
Handle BigInt type in CreateListFromArrayLike method
Show description for 81bae46authored andcommitted
Commits on Jul 15, 2021
Implement per thread isolating
Show description for 77a6857authored andcommitted
Commits on May 11, 2021
Pass receiver to Object::get, Object::{get, set}IndexedProperty operation
Show description for 8e71c6eauthored andcommitted
Commits on Mar 4, 2021
Remove ambiguous `NULLABLE` macro
Show description for e47add9authored andcommitted
Fix memory bugs
Show description for 64e2425authored andcommitted
Commits on Dec 18, 2020
Update clang-format version to 6.0
Show description for 29c70f7authored andcommitted
Commits on Dec 17, 2020
Update proxyCreate function in order to implementing new ECMAScript spec
Show description for 402adf5authored andcommitted
Commits on Oct 6, 2020
Remove unused codes found by cppcheck
Show description for f168e4bauthored andcommitted
Commits on Jul 23, 2020
Implement NamedPropertyHandler API to ObjectTemplate
Show description for 25588dcauthored andcommitted
Commits on Jul 2, 2020
Update proxy object to ES2020
Show description for 1c7a1c3authored 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
Update Object.prototype.toString based on ES10
Show description for 32f6f69authored andcommitted
Commits on Mar 26, 2020
ProxyObject fix in ownPropertyKeys
Show description for 295c4c2authored andcommitted
Commits on Mar 10, 2020
Fix LGPL License verison typo (2.0 -> 2.1)
Show description for e2f1c3fauthored 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 23, 2019
Implement getFunctionRealm and Fix some bugs related to Array (#474)
Show description for 2dc9b08authored andcommitted
Commits on Oct 15, 2019
Fix various bugs detected from vendor tests. (#464)
Show description for 5b43165authored andcommitted
Commits on Sep 26, 2019
Add Proxy object support for several builtin operations (#435)
Show description for 8095a93authored andcommitted
Commits on Aug 29, 2019
Implement IsCompatiblePropertyDescriptor and CompletePropertyDescriptor (#398)
Show description for 35bf5c2authored andcommitted
Refactor code (#396)
Show description for b656248authored andcommitted
Commits on Aug 28, 2019
Fix bugs related to ProxyObject (#394)
Show description for c5081abauthored andcommitted
Commits on Aug 27, 2019
Fix ProxyObject to call with proper Property type (#365)
Show description for 7a52184authored 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 Aug 20, 2019
Don't use heap allocated lexical environment if possible (#378)
Show description for 3c0a1cfauthored andcommitted
Commits on Aug 19, 2019
Reimplement [[SetPrototypeOf]](V) and Object.setPrototypeOf(O, proto) according to 6.0 (#377)
Show description for 8e4f170authored andcommitted
Commits on Aug 14, 2019
Implement OrdinaryHasProperty (O, P), Fix some bugs in ProxyObject (#371)
Show description for 31dec6aauthored andcommitted
Implement an '[[OwnPropertyKeys]]()' internal method of Object and refactor some codes (#364)
Show description for ea38d7dauthored andcommitted
Commits on Aug 13, 2019
Add Proxy APIs (#363)
Show description for 77731ddauthored andcommitted
Commits on Aug 6, 2019
Revise function call processes (#347)
Show description for 43f442cauthored andcommitted
Commits on Jul 4, 2019
Prepare for implementing es2015 specs (#304)
Show description for c0c83adauthored andcommitted
Commits on Jul 3, 2019
Update coding style guide (#296)
Show description for 2b145efauthored
Hyukwoo Park
Commits on Jun 19, 2019
Update isCallable check function according to call operation (#290)
Show description for 0671880authored andcommitted
Commits on Jun 10, 2019
Revise call and construct operation based on ES6 (#278)
Show description for e4a8b22authored andcommitted
Commits on May 10, 2019
Add missing checks for targetDescriptor in ProxyObject::get (#245)
Show description for 94f8bfaauthored andcommitted