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 Sep 9, 2021
Improve performance by using StringView, not "const StringView&"
Show description for c064dfccommitted
Commits on Aug 23, 2021
[JSC] Remove already-shipped JS feature flags
Show description for bb751b0committed
Commits on Aug 11, 2021
WTFCrash in JSC::Lexer<char16_t>::append8
Show description for b89abb4committed
Commits on Aug 10, 2021
[JSC] super-Latin1 white space and line terminator after regular expression literal misinterpreted as flags
Show description for 90546e3committed
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 21, 2021
makeUnique cannot be used to instantiate function-local classes
Show description for 4c3fe19authored andcommitted
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 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on May 24, 2021
Remove StringBuilder::appendLiteral
Show description for 4d78e56committed
Commits on May 23, 2021
Support Ergonomic Brand Checks proposal (`#x in obj`)
Show description for e40702bcommitted
Commits on May 22, 2021
Replace LockHolder with Locker in local variables
Show description for b46f54ecommittedUnreviewed, reverting r277913.
Show description for 0b6e751committedReplace LockHolder with Locker in local variables
Show description for db20ed5committed
Commits on May 19, 2021
Make AirAllocateRegistersByGraphColoring use less memory
Show description for 30a045ccommitted
Robin Morisset
Commits on May 4, 2021
Fix syntax error message for AUTOPLUSPLUS token.
Show description for c0f6df4committed
Mark Lam
Commits on Apr 28, 2021
Fix exception assertions in light of the TerminationException.
Show description for 8e87fb4committed
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 23, 2021
Non-unified build fixes late February 2021 edition
Show description for ab7171ccommitted
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[JSC] Make JSON.parse faster by using table for fast string parsing
Show description for c87bd71committed