Commits
User selector
Commit History
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
Introduce LexicalScopeFeatures to enable future bytecode optimizations
Show description for 31f8572committed
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 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
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 Mar 8, 2021
Using an undeclared private field inside eval shouldn't crash
Show description for 3916afdcommitted
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 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
Commits on Dec 17, 2020
[JSC] Accept arbitrary module namespace identifier names
Show description for e7c8ad2committed
Commits on Dec 6, 2020
[JSC] Accept escaped keywords for class and object property names
Show description for c240d20committed
Commits on Nov 17, 2020
[JSC] Add support for static public class fields
Show description for ed31557authored andcommitted
Commits on Oct 28, 2020
Better cache our serialization of the outer TDZ environment when creating FunctionExecutables during bytecode generation
Show description for c834904committed
Commits on Sep 19, 2020
[JSC] Generator declaration should not be allowed in single statement context
Show description for 9faaadbcommitted
Commits on Aug 31, 2020
[JSC] async function cannot appear in single-statement context
Show description for 40a8d50committed
Commits on Aug 25, 2020
Invalid early error for object literal method named "__proto__"
Show description for f05716acommitted
Commits on Jun 5, 2020
[JSC] Add support for private class fields
Show description for 71128dbcommitted
Commits on May 11, 2020
[clang-tidy] Run modernize-use-nullptr over JSC
Show description for 82fa9aecommitted
Commits on Apr 22, 2020
Web Inspector: Debugger: Step Over should only step through comma expressions if they are comma statements
Show description for 4d867accommitted
Commits on Mar 27, 2020
Fix instances of new.target that should be syntax errors
Show description for 8e097abcommitted
Commits on Mar 23, 2020
Catch parameters must not be lexically redeclared
Show description for 8e122dccommitted
Commits on Jan 30, 2020
[JSC] Make SourceProviderCacheItem small
Show description for da0d55fcommittedParser needs to restore unary stack state when backtracking
Show description for 2801c8acommitted
Commits on Jan 24, 2020
Unreviewed, build fix for Windows
Show description for 71f8f8acommittedGet rid of didFinishParsing and make parseInner return its results
Show description for c7b9dc1committed
Commits on Jan 16, 2020
Pass JSToken by const reference
Show description for a6456c3committed[JSC] Add support for public class fields
Show description for c8a11cccommitted
Commits on Oct 28, 2019
[JSC] Lexer flags should be an OptionSet
Show description for cb82378committed
Commits on Sep 21, 2019
clang-tidy: Fix unnecessary copy/ref churn of for loop variables in WTF/JavaScriptCore
Show description for 0acf63dcommitted
Commits on Sep 19, 2019
Syntax checker should report duplicate __proto__ properties
Show description for 94d0fcccommitted