Commits
User selector
Commit History
Commits on May 13, 2026
[JSC] Default derived constructors incorrectly observing Array.prototype[@@iterator]
Show description for cf863e8authored andcommitted
Commits on May 7, 2026
Optimize JavaScriptCore #includes
Show description for b589299committed
Commits on Aug 7, 2025
[Swift in WebKit] Work towards modularizing JSC private headers (Part 1)
Show description for a9d3d11committed
Commits on Jun 12, 2025
Make copyright lines more consistent
Show description for 93fd99acommitted
Commits on Mar 23, 2023
make all { No, Yes } and { Yes, No } enums use bool as underlying type
Show description for 44c9738authored andcommitted
Commits on Mar 5, 2021
Don't trust parsing information to tell us if we've emitted op_call_eval
Show description for 38a48cdcommitted
Commits on Feb 9, 2021
[ESNext] Implement private methods
Show description for 0cf8318committed
Commits on Apr 7, 2020
Not using strict mode within ClassDeclaration statement
Show description for 7b11165committed
Commits on Jan 16, 2020
[JSC] Add support for public class fields
Show description for c8a11cccommitted
Commits on Sep 28, 2016
Unreviewed, rolling out r206522.
Show description for 80675e4committedUnreviewed, rolling out r206506.
Show description for 16139c4committedAdopt #pragma once in JavaScriptCore
Show description for 359b077authored andcommitted
Commits on Sep 23, 2016
[JSC] Implement parsing of Async Functions
Show description for 3bbc1adcommitted
Commits on Aug 22, 2016
[ES6] Module should not allow HTML comments
Show description for d1ab230committed
Commits on Apr 3, 2016
[ES6] Class syntax. Access to new.target inside of the eval should not lead to SyntaxError
Show description for 4422f20committed
Commits on Feb 24, 2016
Unreviewed, rolling out r197033.
Show description for f03846fcommitted[ES6] Arrow function syntax. Emit loading&putting this/super only if they are used in arrow function
Show description for 5071a97authored andcommitted
Commits on Jan 30, 2016
Pack FunctionExecutable and UnlinkedFunctionExecutable harder
Show description for eb30363committedRemove our notion of having a single activation register
Show description for ae556b0committed
Commits on Dec 30, 2015
[ES6] Arrow function syntax. Arrow function specific features. Lexical bind "super"
Show description for a862030authored andcommitted
Commits on Dec 29, 2015
[ES6][ES7] Drop Constructability of generator function
Show description for 6b4bf29committed
Commits on Dec 8, 2015
[ES6] "super" and "this" should be lexically bound inside an arrow function and should live in a JSLexicalEnvironment
Show description for 69ce2fbauthored andcommitted
Commits on Dec 7, 2015
REGRESSION(r193584): Causes heap use-after-free crashes in Web Inspector tests with AddressSanitizer (Requested by ddkilzer on #webkit).
Show description for 34850c1committed
Commits on Dec 6, 2015
[ES6] "super" and "this" should be lexically bound inside an arrow function and should live in a JSLexicalEnvironment
Show description for 2c4dd62authored andcommitted
Commits on Dec 2, 2015
[ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
Show description for f71238bcommittedUnreviewed, rolling out r192914.
Show description for 431dcaecommitted
Commits on Dec 1, 2015
[ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
Show description for f52623ecommittedUnreviewed, rolling out r192876.
Show description for fb082d9committed[ES6] "super" and "this" should be lexically bound inside an arrow function and should live in a JSLexicalEnvironment
Show description for 85dda61authored andcommitted
Commits on Aug 17, 2015
[ES6] Implement ES6 arrow function syntax. Arrow function specific features. Lexical bind of this
Show description for 7eccc14authored andcommitted
Commits on Aug 11, 2015
Start beating UnlinkedCodeBlock.h/.cpp with the "One Class per File" stick
Show description for e61949acommitted
Loading