Commits
User selector
Commit History
Commits on Oct 5, 2020
Fix mis-spelled and outdated comments
Show description for ba154ccauthored andcommitted
Commits on Oct 1, 2020
Fix CVE-2020-1914 by using NEXTINST for SaveGeneratorLong
Show description for b2021dfauthored andcommitted
Commits on Aug 20, 2020
Rename copyUTF16String to appendUTF16String
Show description for e950206authored andcommitted
Commits on Aug 14, 2020
Fix a bug in transient object property assignment and getUTF16Ref
Show description for d86e185authored andcommitted
Assert that the ip is in curCodeBlock.
Show description for 1c6d46aauthored andcommittedFix backward branching in SwitchImm.
Show description for 2c7af7eauthored andcommitted
Commits on Jul 23, 2020
Add overload of JSRegExp::create with default RegExp prototype
Show description for 82de6e0authored andcommitted
Commits on Jul 1, 2020
rename LLVM to LLVH
Show description for 4f15a2eauthored andcommitted
Commits on Jun 10, 2020
Add weak ref read barrier
Show description for dd04888authored andcommitted
Commits on Jun 1, 2020
Use PseudoHandle in JSObject API.
Show description for 8f95074authored andcommitted
Commits on May 21, 2020
Update write barriers for Hades
Show description for ee760b4authored andcommitted
Commits on Apr 17, 2020
DeclareGlobalVar to not overwrite existing properties (#220)
Show description for 0ca4500authored andcommitted
Commits on Apr 16, 2020
Capture IP while debugging
Show description for 062827dauthored andcommitted
Commits on Mar 31, 2020
Add feature to track JS stack-trace for JS heap allocated objects
Show description for 19398f6authored andcommittedSave/restore IP when leaving the interpreter
Show description for 4b027b7authored andcommitted
Commits on Mar 6, 2020
Return code coverage profiler by reference
Show description for 50ef86eauthored andcommitted
Commits on Mar 5, 2020
Add CodeCoverageProfiler in VM
Show description for 5dc6bc2authored andcommitted
Commits on Feb 28, 2020
Improve transient object error message
Show description for 0c29003authored andcommitted
Commits on Feb 26, 2020
Return `PseudoHandle` from GCCell creation functions.
Show description for 8f71bceauthored andcommitted
Commits on Feb 22, 2020
Remove toHandle and overload makeHandle for PseudoHandle.
Show description for 45b85e1authored andcommitted
Commits on Jan 15, 2020
fix and enhance GetById stat counters
Show description for a0c1359authored andcommitted
Commits on Jan 8, 2020
Use Proxy in Interpreter and JIT.
Show description for 6a92edbauthored andcommitteduse getComputed/NamedWithReceiver_RJS in getByVal/IdTransient_RJS
Show description for 5e8b1cbauthored andcommitted
Commits on Dec 19, 2019
Add specialized instructions for iteration.
Show description for ecded4dauthored andcommitted
Commits on Dec 13, 2019
Cleanup some manual setup of DefinePropertyFlags
Show description for 6be64adauthored andcommitted
Commits on Nov 26, 2019
fix optimizations broken by copyRestArgs
Show description for a74c3dbauthored andcommittedset "this" as "undefined" in CallBuiltin
Show description for 37670ffauthored andcommitted
Commits on Nov 15, 2019
Make IsIn instr use hasComputed instead of inlining code
Show description for b0e505fauthored andcommitted
Commits on Oct 16, 2019
Distinguish between implicit and explicit async breaks.
Show description for acc0ed4authored andcommitted
Commits on Oct 15, 2019
Tidy up license headers [1/2]
Show description for fdd3817authored andcommitted
Commits on Oct 11, 2019
Compare GCPointers directly in inline caches.
Show description for d9103e8authored andcommitted
Reduce exposure of HermesValue internals
Show description for ff8b1afauthored andcommittedShow source location in stacktrace after bound function call.
Show description for 037f8c4authored andcommittedClear caller IP in stack frame after non-JS call.
Show description for f5d717aauthored andcommitted
Commits on Sep 26, 2019
Quick fix for inline caching profiler
Show description for bd2d76dauthored andcommitted