Commits
User selector
Commit History
Commits on Sep 23, 2021
[JSC] Handle syntactic production for `#x in expr` correctly
Show description for 51c3d3dcommitted
Commits on Aug 23, 2021
[JSC] Remove already-shipped JS feature flags
Show description for bb751b0committed
Commits on Jul 1, 2021
[JSC] Stop generating default parameter code if class constructor is called without 'new'
Show description for df76ec6committed[JSC] Private names should be handled by usedVariables mechanism
Show description for 49338f8committed
Commits on Jun 8, 2021
[JSC] Use ResolvedClosureVar to get brand from scope
Show description for 2238709committedIntroduce LexicalScopeFeatures to enable future bytecode optimizations
Show description for 31f8572committed
Commits on Jun 4, 2021
[JSC] Private static method should define privateClassBrandIdentifier in class-scope
Show description for 6c6cf85committed
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 23, 2021
Support Ergonomic Brand Checks proposal (`#x in obj`)
Show description for e40702bcommitted
Commits on May 4, 2021
Fix syntax error message for AUTOPLUSPLUS token.
Show description for c0f6df4committed
Mark Lam
Commits on Apr 6, 2021
[WTF] Introduce FixedVector and use it for FixedOperands
Show description for fe1e360committed[JSC] Shrink some of Vectors in JSC
Show description for c5db951committed
Commits on Apr 2, 2021
Reduce bytecode instruction count emitted for `class extends`
Show description for bec8ec6committed
Commits on Apr 1, 2021
UBSan: JSC::Parser<LexerType>::parseProperty(): runtime error: load of value nnn, which is not a valid value for type 'bool'
Show description for b5540eecommitted
David Kilzer
Commits on Mar 8, 2021
Using an undeclared private field inside eval shouldn't crash
Show description for 3916afdcommitted
Commits on Mar 3, 2021
[ESNext] Private methods can't be named as '#constructor'
Show description for b67765dcommitted
Commits on Feb 22, 2021
Fix warning after r273225
Show description for 3f5e731committedImplement the Top-level await proposal
Show description for 9060f3ccommitted
Commits on Feb 18, 2021
[JSC] Implement private static method
Show description for c9cb591committed
Commits on Feb 15, 2021
[ESNext] Implement private accessors
Show description for 6f37a90committed
Commits on Feb 10, 2021
Don't crash when reparsing an arrow function and the parsing invariant is broken
Show description for ae81c4bcommitted
Commits on Feb 9, 2021
[ESNext] Implement private methods
Show description for 0cf8318committed
Commits on Jan 30, 2021
SourceParseMode should be a member of the JSC::Parser
Show description for 953c128committed
Commits on Jan 15, 2021
[JSC] Correctly handle escaped keyword identifiers
Show description for 9a4d04acommitted
Commits on Jan 13, 2021
[JSC] Class name 'await' is valid in sync context
Show description for f63a515committed[JSC] Class names must be lexed as strict mode code
Show description for 580c902committed
Commits on Jan 7, 2021
[JSC] New expression and value function call should reserve function register if arguments include assignments
Show description for 493acb4committed
Commits on Dec 17, 2020
[JSC] Accept arbitrary module namespace identifier names
Show description for e7c8ad2committed
Commits on Dec 6, 2020
[JSC] get / set for object literal and class should not be escaped
Show description for 70da9a4committed[JSC] Accept escaped keywords for class and object property names
Show description for c240d20committed
Commits on Nov 19, 2020
[JSC] Add support for static private class fields
Show description for 184e859authored andcommitted
Commits on Nov 18, 2020
[JSC] Enable static public class fields
Show description for ca54fbecommitted
Commits on Nov 17, 2020
Add more info to the RELEASE_ASSERT inside Parser::parseInner
Show description for 3e73093committed[JSC] Add support for static public class fields
Show description for ed31557authored andcommitted
Commits on Nov 13, 2020
[JSC] Use symbols as identifiers for class fields computed names storage
Show description for 66252acauthored andcommitted