Commits
User selector
Commit History
Commits on May 6, 2026
Parse errors in workers should be reported to the parent
Show description for 5f69c9ccommitted
Commits on Mar 9, 2026
Adopt LIFETIME_BOUND in more places in JavaScriptCore
Show description for 75c21decommitted
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 9, 2023
Non-unified build fixes, early March 2023 edition
Show description for 409dc44committed
Commits on Oct 22, 2019
[JSC] Thread JSGlobalObject* instead of ExecState*
Show description for cc5fb5ecommitted
Commits on Mar 17, 2019
ParserError can be shrunk by 8 bytes
Show description for 955ccbbcommitted
Robin Morisset
Commits on Jul 5, 2018
ProgramExecutable may be collected as we checkSyntax on it
Show description for 91217b1committed
Commits on Jun 29, 2018
We shouldn't recurse into the parser when gathering metadata about various function offsets
Show description for fbda4bdcommitted
Commits on Mar 30, 2018
Unreviewed, rolling out r230102.
Show description for ff5f243committedA stack overflow in the parsing of a builtin (called by createExecutable) cause a crash instead of a catchable js exception
Show description for b53a377committed
Robin Morisset
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 Jun 8, 2016
Implement Air::allocateStack() in ES6 to see how much of a bad idea that is
Show description for 092543ccommitted
Filip Pizlo
Commits on May 13, 2015
Pass String as reference in more places
Show description for 13096d1committed
Commits on Apr 7, 2015
Source and stack information should get appended only to native errors
Show description for 3817202committed
Matthew Mirman
Commits on Mar 26, 2015
"lineNo" does not match WebKit coding style guidelines
Show description for 646d9c9committedAssertion firing in JavaScriptCore/parser/parser.h for statesman.com site
Show description for 58db65ccommitted
Commits on Feb 25, 2015
Make ParserError immutable by design
Show description for b23a7cbcommitted
Commits on Jan 29, 2014
Merge the jsCStack branch
Show description for a3ac51dcommitted
Commits on Apr 24, 2013
Default ParserError() initialiser doesn't initialise all fields
Show description for 005e789committed
Commits on Apr 21, 2013
JS Lexer and Parser should be more informative when they encounter errors
Show description for bd40af1committed
Commits on Feb 18, 2013
Move all Structure out-of-line inline methods to StructureInlines.h
Show description for c5e2e19committed
Filip Pizlo
Loading