Commits
User selector
Commit History
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