Commits
User selector
Commit History
Commits on Feb 23, 2026
Drop remaining `checked*()` member functions in the codebase
Show description for 0ad46eacommitted
Commits on Jan 22, 2026
Rename CatchScope to TopExceptionScope
Show description for 5715596committed
Commits on Nov 13, 2025
Address safer CPP warnings in SymbolImpl.h
Show description for 6f7fa71committed
Commits on Oct 30, 2024
Added skip markers for JavaScriptCore and WebCore files that do not conform to -Wunsafe-buffer-usage
Show description for b942617committed
Commits on Jul 2, 2024
Split makeString() and friends out into their own header
Show description for 632f103committed
Commits on Nov 9, 2022
Segfault in JSC::IdentifierArena::makeBigIntDecimalIdentifier
Show description for 32b9728authored andcommitted
Commits on Oct 6, 2022
Revert clang-tidy change since it broke 32bit and watchOS
Show description for aabfacbcommitted
Commits on Sep 18, 2022
Ran clang-tidy on JSC, WTF and bmalloc
Show description for 700ac83committed
Commits on May 24, 2021
Remove StringBuilder::appendLiteral
Show description for 4d78e56committed
Commits on Apr 28, 2021
Fix exception assertions in light of the TerminationException.
Show description for 8e87fb4committed
Mark Lam
Commits on Nov 13, 2020
[JSC] Use symbols as identifiers for class fields computed names storage
Show description for 66252acauthored andcommitted
Commits on May 30, 2020
[JSC] JSBigInt allocation should be graceful for OOM
Show description for 2c07c02committed
Commits on May 19, 2020
REGRESSION(r261755): Win/Linux non-unified builds have hundreds of link failures
Show description for 1dc916acommitted
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed
Commits on May 11, 2020
[clang-tidy] Run modernize-use-nullptr over JSC
Show description for 82fa9aecommitted
Commits on Apr 19, 2020
Support an inlined representation in JSValue of small BigInts ("BigInt32")
Show description for b7d6325committed
Robin Morisset
Commits on Feb 13, 2020
[ESNext][BigInt] We don't support BigInt literal as PropertyName
Show description for 3412c90committed
Commits on Jan 3, 2020
Experiment: create lots of different malloc zones for easier accounting of memory use
Show description for bc771eccommitted
Commits on Dec 11, 2014
Use std::unique_ptr instead of OwnPtr in JSC - heap, jit, runtime, and parser directories
Show description for b6737f7committed
Gyuyoung Kim
Commits on Dec 5, 2014
2014-12-05 Geoffrey Garen <ggaren@apple.com>
Show description for 63c3cd5committedRemoved the concept of ParserArenaRefCounted
Show description for 086e061committed
Commits on Feb 11, 2014
Rename Operations.h to JSCInlines.h
Show description for fcf5bb2committed
Filip Pizlo
Commits on Feb 10, 2014
Never include *Inlines.h files in interface headers, and never include *Inlines.h when you could include Operations.h instead
Show description for b31199bcommitted
Filip Pizlo
Commits on Mar 7, 2012
Parser: Inline ScopeNodeData into ScopeNode
Show description for d62bbbdcommitted
Commits on Nov 2, 2011
Cut down on malloc/free a bit in the parser arena
Show description for d931ae6committed
Commits on Jan 2, 2011
Move JavaScriptCore to Source
Show description for b8dde14committed
Adam Barth
Loading