Commits
User selector
Commit History
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 Mar 28, 2022
Binding function object in interpreter and compute required stack size early
Show description for ebf4756authored andcommitted
Commits on Mar 25, 2022
Update Debugger to selectively generate debugging byte codes
Show description for 1b38eecauthored andcommitted
Commits on Dec 29, 2021
Treat parsingEnabled flag in Debugger correctly
Show description for 400507cauthored andcommitted
Commits on Dec 10, 2021
Start creating a debugger API
Show description for a481cd6authored andcommitted
Commits on Nov 26, 2021
Simplify the parsing API of the debugger.
Show description for 56157aaauthored andcommitted
Commits on Nov 23, 2021
Hide debugger enabled from public use.
Show description for d79eb6fauthored andcommitted
Introduce abstract base class for debugger
Show description for e3b1a9fauthored andcommitted
Commits on Sep 3, 2021
Support default class constructors in the debugger
Show description for ed55d51authored andcommitted
Commits on Jul 5, 2021
Implement accessing class private members in eval
Show description for 12855beauthored andcommitted
Commits on Jul 1, 2021
Implement chain of ClassPrivateMemberData
Show description for 8c3cd2fauthored andcommitted
Commits on Mar 25, 2021
Fix CodeCache error
Show description for 4b864fbauthored andcommitted
Commits on Mar 18, 2021
Revise Jump bytecode and JumpFlowRecord for CodeCache
Show description for 8f4b125authored andcommitted
Commits on Feb 2, 2021
Disallow using arguments variable in class field when using eval function
Show description for b791bd9authored andcommittedReimplement static field initializer
Show description for 109d199authored andcommitted
Commits on Dec 18, 2020
Update clang-format version to 6.0
Show description for 29c70f7authored andcommitted
Commits on Oct 6, 2020
Remove unused codes found by cppcheck
Show description for f168e4bauthored andcommitted
Commits on Sep 18, 2020
Handle CodeCache file I/O errors
Show description for 0e51df5authored andcommitted
Commits on Sep 16, 2020
Update CodeCache file management
Show description for ae21ea5authored andcommitted
Commits on Sep 14, 2020
Merge caching data into one data file
Show description for 3fe7189authored andcommitted
Commits on Aug 19, 2020
Use hash value as its file name for code caching
Show description for 3830698authored andcommitted
Commits on Aug 6, 2020
Reduce memory allocation during bytecode generation
Show description for f56a557authored andcommitted
Commits on Aug 3, 2020
Implement CodeCache for bytecode
Show description for 11e469cauthored andcommitted
Commits on Jul 30, 2020
Implement CodeCache for CodeBlock tree
Show description for 436fac4authored andcommitted
Commits on Jul 27, 2020
Check values of getenv() for validity
Show description for 99b2d0fauthored andcommitted
Commits on Jul 23, 2020
Each InterpretedCodeBlock has its children in a vector
Show description for 773007bauthored andcommitted
Commits on Jul 8, 2020
Add InterpretedCodeBlockWithRareData
Show description for 747803bauthored andcommitted
Divide CodeBlock into NativeCodeBlock and InterpretedCodeBlock
Show description for 2fe9333authored andcommitted
Commits on Jul 6, 2020
Rename ASTContext structure
Show description for cd09ccbauthored andcommitted
Commits on Jun 15, 2020
Fix catch parse error when the debugger is enabled
Show description for 7bb5428authored andcommitted
Commits on Jun 1, 2020
When parsing TemplateLiteral in TaggedTemplateExpression, we should not throw SyntaxError.
Show description for 39e1048authored andcommitted
Commits on May 27, 2020
* When evaluate `super.foo = 1` we should throw TypeError.
Show description for fe0c651authored andcommitted
Commits on May 22, 2020
Debugger pending breakpoints
Show description for a88023cauthored andcommitted

Commits on May 18, 2020
Fix minor issues
Show description for 355d724authored andcommitted