Commits
User selector
Commit History
Commits on Sep 11, 2020
Add LLVM_NODISCARD to runtime error throwing functions.
Show description for 61dd028authored andcommitted
Commits on Jul 1, 2020
rename LLVM to LLVH
Show description for 4f15a2eauthored andcommitted
Commits on Jun 11, 2020
Add AtomicIfConcurrentGC for array lengths
Show description for 95c7715authored andcommitted
Commits on Jun 1, 2020
Use PseudoHandle in JSObject API.
Show description for 8f95074authored andcommitted
Commits on Apr 30, 2020
Add Windows with clang Sandcastle job
Show description for fb4f80bauthored andcommitted
Commits on Apr 16, 2020
Add LLVM_LIKELY to branch in setNameLengthAndPrototype.
Show description for 93d75a7authored 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 14, 2020
Make direct property slots trailing and overlapping w/ C++ fields of subclasses
Show description for a93ce9fauthored andcommittedRevert D19318820: Make direct property slots trailing and overlapping w/ C++ fields of subclasses
Show description for 8d57632authored andcommitted
Revert D19318598: Refactor creation of JS objects
Show description for cc56574authored andcommitted
Refactor creation of JS objects
Show description for c4d8d8fauthored andcommittedMake direct property slots trailing and overlapping w/ C++ fields of subclasses
Show description for eca1f1cauthored andcommitted
Commits on Jan 13, 2020
Fix an assumption about GCHermesValue in GeneratorInnerFunction
Show description for 5be0fd4authored andcommitted
Commits on Jan 8, 2020
Use Proxy in Callable.
Show description for eb379deauthored andcommittedAdd an interface for additional internal slots on a NativeFunction
Show description for ad11b35authored andcommittedReverse a test in extractOwnLengthProperty_RJS
Show description for 0feb37aauthored andcommittedMake it possible to create a function without a name
Show description for b92ffb9authored andcommitted
Commits on Dec 31, 2019
Back out "Compute overlapping direct property slots and shift other properties accordingly"
Show description for d1415aaauthored andcommittedBack out "Make direct property slots trailing and overlapping w/ C++ fields of subclasses"
Show description for 974c2d1authored andcommitted
Commits on Dec 23, 2019
Make direct property slots trailing and overlapping w/ C++ fields of subclasses
Show description for 1e7bb00authored andcommittedCompute overlapping direct property slots and shift other properties accordingly
Show description for a80cbb7authored andcommitted
Commits on Dec 21, 2019
Add a location to JSObject in heap snapshots
Show description for 76ca4b1authored andcommitted
Add a location to closure objects in heap snapshots
Show description for 4663aa7authored andcommitted
Commits on Dec 19, 2019
Add support for addLocations callback in GCCells
Show description for c8a59beauthored andcommitted
Commits on Dec 13, 2019
Cleanup some manual setup of DefinePropertyFlags
Show description for 6be64adauthored andcommitted
Commits on Dec 5, 2019
Fix gcc9 warnings and error (#161)
Show description for 209b937authored andcommitted
Refactor internal properties support
Show description for b80ad1eauthored andcommitted
Commits on Nov 26, 2019
Allow newTarget to be specified for Callable::executeCall
Show description for 3970583authored andcommittedrefactor out Callable::call which takes an ArrayLike
Show description for f8649fcauthored andcommitted
Commits on Nov 15, 2019
Add more name possibilities for functions in heap snapshots
Show description for 0492f60authored andcommitted
Commits on Nov 14, 2019
expose serializeNativeFunctionImpl
Show description for a0ab77dauthored andcommittedJSObject::get{Named,Computed}PropertyValue -> ..._RJS
Show description for 98737a8authored andcommitted
Commits on Oct 29, 2019
Avoid naked sizeof(C) for GCCell classes
Show description for 06147eeauthored andcommitted
Commits on Oct 22, 2019
external memory charge in a VTable callback
Show description for a3ce897authored andcommitted