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[return-check] change exception handling to return-check based method in parsing process
Show description for da24cd6committed
HyukWoo Park
Commits on Mar 28, 2023
Unlink circular dependency between runtime and parser source codes
Show description for 9f93022authored andcommitted
Commits on May 11, 2022
Add DerivedObject for sub classes of Object
Show description for 8fa6031authored andcommitted
Commits on Apr 18, 2022
Enable first breakpoint for Script created by `initializeFunctionScript`
Show description for 9f90162authored andcommitted
Commits on Apr 14, 2022
Add a specific API to create a Script by wrapping the source code with an anonymous function
Show description for a25c6faauthored andcommitted
Commits on Feb 8, 2022
Fix source name to always have valid string value
Show description for f6eeb2cauthored andcommitted
Commits on Jan 13, 2022
Add setName API of FunctionObject
Show description for bd35e41authored andcommitted
Commits on Jan 3, 2022
Add createFunction API with source name parameter
Show description for e2758f5authored andcommitted
Commits on Dec 16, 2021
Add reference counter in ReloadableString
Show description for c7c7320authored andcommitted
Commits on Dec 3, 2021
Fix bugs in debugger
Show description for 8c51b7cauthored andcommitted
Commits on Nov 10, 2021
Refactoring createFunctionSourceFromScriptSource
Show description for c295ee6authored andcommitted
Enable created function's format check only for non-reloadable string in test mode
Show description for 239e068authored andcommitted
Commits on Nov 1, 2021
Revise createFunctionSourceFromScriptSource
Show description for 30f3b3aauthored andcommitted
Commits on Oct 18, 2021
Implement special case for Function constructor with ReloadableString
Show description for 848873cauthored andcommitted
Commits on Sep 27, 2021
Assign source name for dynamically created functions
Show description for 843f4afauthored andcommitted
Commits on Jul 5, 2021
Implement accessing class private members in eval
Show description for 12855beauthored andcommitted
Commits on Feb 22, 2021
Update name and length property order
Show description for 160cb37authored andcommitted

Commits on Feb 2, 2021
Disallow using arguments variable in class field when using eval function
Show description for b791bd9authored andcommitted
Commits on Dec 18, 2020
Update clang-format version to 6.0
Show description for 29c70f7authored andcommitted
Commits on Aug 6, 2020
Reduce memory allocation during bytecode generation
Show description for f56a557authored andcommitted
Commits on Jul 30, 2020
Implement CodeCache for CodeBlock tree
Show description for 436fac4authored andcommitted
Commits on Jul 23, 2020
Each InterpretedCodeBlock has its children in a vector
Show description for 773007bauthored andcommitted
Commits on Jul 8, 2020
Divide CodeBlock into NativeCodeBlock and InterpretedCodeBlock
Show description for 2fe9333authored andcommitted
Commits on Jun 29, 2020
Introduce Object, FunctionTemplate
Show description for ca9b832authored andcommitted
Commits on Jun 11, 2020
In 64bit, we should use only 32bit for addressing
Show description for f82c81aauthored andcommitted
Commits on Jun 1, 2020
When parsing TemplateLiteral in TaggedTemplateExpression, we should not throw SyntaxError.
Show description for 39e1048authored 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 Feb 3, 2020
Fix bugs in function parameter
Show description for 3c6032fauthored andcommitted
Implement basic of AsyncGeneratorFunction
Show description for f61ef74authored andcommitted
Commits on Jan 22, 2020
Implement more things according to newer ECMAScript spec
Show description for ae35a57authored andcommitted
Commits on Dec 24, 2019
Reduce memory usage
Show description for 98d4ef6authored andcommitted
Commits on Nov 15, 2019
Implement basic behavior of async, await.
Show description for 42231ebauthored andcommitted
Commits on Nov 4, 2019
Improve execution performance (#491)
Show description for e91d0f0authored andcommitted