Commits
User selector
Commit History
Commits on Apr 16, 2022
[JSC] Remove VM& parameter from structure related code including jsDyamicCast
Show description for a6d202ccommitted
Commits on Mar 24, 2022
Prepare JSC for making the String(const char*) constructor explicit
Show description for cccb58dcommitted
Commits on Nov 12, 2021
Refactor allocateCell() and tryAllocateCell() to take VM& instead of Heap&.
Show description for 3f59d2acommitted
Mark Lam
Commits on Apr 6, 2021
Symbol and BigInt wrapper objects should perform OrdinaryToPrimitive
Show description for 781b7edcommitted
Commits on Jun 1, 2020
[JSC] JSValue::toThis should not throw exception
Show description for b744a2fcommitted
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 5, 2020
Object.prototype.toString is not spec-perfect
Show description for 06f736ecommitted
Commits on Apr 19, 2020
Support an inlined representation in JSValue of small BigInts ("BigInt32")
Show description for b7d6325committed
Robin Morisset
Commits on Oct 22, 2019
[JSC] Thread JSGlobalObject* instead of ExecState*
Show description for cc5fb5ecommitted
Commits on Feb 16, 2019
[JSC] JSWrapperObject should not be destructible
Show description for b68d348committed
Commits on Jun 23, 2018
[WTF] Add user-defined literal for ASCIILiteral
Show description for 4a804a8committed
Commits on Apr 26, 2018
[INTL] Implement Intl.PluralRules
Show description for 7dff9a8authored andcommitted
Commits on Jan 2, 2018
[ESNext][BigInt] Implement BigIntConstructor and BigIntPrototype
Show description for 123bcc3committed
Loading