Commits
User selector
Commit History
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 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 Dec 18, 2020
Update clang-format version to 6.0
Show description for 29c70f7authored andcommitted
Commits on Jul 8, 2020
Divide CodeBlock into NativeCodeBlock and InterpretedCodeBlock
Show description for 2fe9333authored andcommitted
Commits on Mar 24, 2020
Fix [[Prototype]] initialization process for each object creation
Show description for 39a5922authored andcommitted
Commits on Mar 18, 2020
Implement additional ECMAScript Features for Web Browsers
Show description for cf2c21eauthored andcommitted
Commits on Mar 10, 2020
Fix LGPL License verison typo (2.0 -> 2.1)
Show description for e2f1c3fauthored andcommitted
Commits on Feb 3, 2020
Fix bugs in function parameter
Show description for 3c6032fauthored andcommitted
Commits on Dec 10, 2019
Treat function parameter initialization area as first lexical block
Show description for a126f3dauthored andcommitted
Commits on Nov 4, 2019
Improve execution performance (#491)
Show description for e91d0f0authored andcommitted
Commits on Oct 17, 2019
Fix public API errors & fix bugs (#466)
Show description for ba4631aauthored 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 27, 2019
Remove redundant parameter modules (#390)
Show description for cc3f7deauthored andcommitted
Commits on Aug 13, 2019
Implement lazy-creation of `arguments` object. (#361)
Show description for ad0cecbauthored andcommitted
Commits on Aug 9, 2019
Don't store argc, argv on FunctionEnvironmentRecord. (#358)
Show description for 3bc6cb5authored andcommitted
Commits on Aug 6, 2019
Minor fix about ArgumentsObject::defineOwnProperty method (#349)
Show description for 6156f7aauthored andcommitted
Commits on Jul 31, 2019
Rework ArgumentsObject based on ES2015 (#334)
Show description for af42a80authored andcommitted
Commits on Jul 18, 2019
Update lexcial environment. (#313)
Show description for d1b4cedauthored andcommitted
Commits on Jun 19, 2019
Merge ExecutionContext and ExecutionState. (#281)
Show description for 91dc4baauthored andcommitted
Commits on Mar 28, 2019
Merge collapsible if statements (#171)
Show description for 47dce1cauthored andcommitted
Commits on Feb 19, 2019
Reduce code smells (#82)
Show description for 56b7748authored andcommitted
Commits on Jan 21, 2019
Implement Proxy object internal methods (#39)
Show description for 40d4fa4authored andcommitted
Commits on Mar 7, 2018
Change default license to LGPL license (#60)
Show description for 28de827authored andcommitted
Commits on Jan 19, 2018
Implement ES6 Symbol.hasInstance, iterator, toStringTag, toPrimitive and built-ins (#46)
Show description for e66f512authored andcommitted
Commits on May 12, 2017
using Direct register carefully in new, callexpression
Show description for 7865415committed
Commits on Apr 14, 2017
1. add FUNCTION_OBJECT_BYTECODE_SIZE_MAX as config flag
Show description for a98bf4ecommitted
Commits on Mar 31, 2017
1. revise DeclareFunctionExpression as CreateFunction
Show description for ee1dcadcommitted
Commits on Mar 28, 2017
1. setting array.length to writable false while writing length is should correctly evaluated
Show description for 811cc95committed
Commits on Mar 15, 2017
1. reduce size of ByteCodeBlock, CodeBlock classes
Show description for b1cc608committed
Commits on Mar 10, 2017
Add License Clauses
Show description for e02af7dcommitted
Commits on Feb 13, 2017
1. diet native getter, setter on Object
Show description for 0f1cc89authored andcommitted1. add CodeBlock::m_hasArgumentsBindingInParameterOrChildFD for boost FunctionObject::call performance
Show description for e305e37authored andcommitted