Commits
User selector
Commit History
Commits on Oct 8, 2020
`${x}` is not always the same as x+""
Show description for 3e9dfecauthored andcommitted
Commits on Oct 2, 2020
Add a flag to disable generator compilation.
Show description for dee3b53authored andcommitted
Commits on Sep 18, 2020
Fix compiler warnings
Show description for 3cdc5bdauthored andcommitted
Commits on Sep 8, 2020
Correctly restore whether or not a function is an inner generator
Show description for 0918353authored andcommittedLift restriction on serializing a single scope at a time
Show description for cba0416authored andcommitted
Commits on Aug 19, 2020
Use GetMethod in yield*.
Show description for df60b47authored andcommitted
Commits on Jul 28, 2020
descriptive printings for IR::Function
Show description for 27315f0authored andcommittedinclude isAnonymous info in warning
Show description for 05c2504authored andcommitted
Commits on Jul 17, 2020
Support logical assignment operators.
Show description for 7c96c9dauthored andcommitted
Commits on Jul 1, 2020
rename LLVM to LLVH
Show description for 4f15a2eauthored andcommitted
Commits on May 16, 2020
Move async function checks to IRGen.
Show description for b6530aeauthored andcommitted
Commits on Apr 10, 2020
Remove `using` statements in IR.h
Show description for a3e5639authored andcommitted
Commits on Feb 26, 2020
Support optional catch bindings.
Show description for 592d344authored andcommitted
Commits on Feb 22, 2020
Make associated source code for functions more widely available
Show description for 433bdfdauthored andcommitted
Commits on Feb 20, 2020
IR instrumentation support for dynamic checking
Show description for c3cc14cauthored andcommitted
Commits on Feb 1, 2020
Cleanup docs according to -Wdocumentation
Show description for afddbf3authored andcommitted
Commits on Jan 28, 2020
Fix bug with object destructuring and duplicate target keys
Show description for a193630authored andcommitted
Commits on Jan 15, 2020
Make Function source locations start at the start of the function, not its body.
Show description for 2e2081fauthored andcommitted
Commits on Jan 8, 2020
Fix nullish coalescing in conditional expressions.
Show description for 2fac679authored andcommitted
Commits on Dec 23, 2019
Avoid emitting parameters twice in generator functions.
Show description for 82bf0f3authored andcommitted
Commits on Dec 19, 2019
Fix spelling of getIteratorSymbol.
Show description for 2be95eeauthored andcommittedRename iterator functions.
Show description for 82a6524authored andcommittedUse fast iteration instructions in destructuring.
Show description for f25b5fcauthored andcommittedUse fast iteration instructions in for-of loops.
Show description for 8a0383aauthored andcommittedAdd wrappers for emitting fast iteration instructions.
Show description for 197853aauthored andcommittedUpdate error messages for iterators.
Show description for 77a2dfeauthored andcommitted
Commits on Dec 4, 2019
Fix IRGen for optional chain deletion.
Show description for 5582487authored andcommitted
Commits on Dec 3, 2019
Implement nullish coalescing.
Show description for 6f44f28authored andcommittedImplement optional chaining.
Show description for f6577a4authored andcommitted
Commits on Dec 1, 2019
Generate dummy functions for debug info during lazy compilation
Show description for ef513adauthored andcommitted
Commits on Nov 26, 2019
use Hermes private builtins
Show description for d1637f2authored andcommitted
Commits on Nov 14, 2019
Use StoreOwnProperty after spread operator in object literals.
Show description for 6ef103eauthored andcommittedThrow TypeError when destructuring undefined/null.
Show description for bdd0526authored andcommittedPass name hint to initializer expressions.
Show description for 214299fauthored andcommitted
Commits on Oct 31, 2019
Emit iteratorClose on continue out of for-of loops.
Show description for 22bc05eauthored andcommitted