Commits
User selector
Commit History
Commits on Sep 18, 2025
[JSC] Fix `ToIndex(value)` to Align with TC39 spec
Show description for a0a071dauthored andcommitted
Commits on May 6, 2024
Stop using `const char*` in string concatenation in JSC
Show description for d66a7a4committed
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 4, 2021
We need to PreferNumber when calling toPrimitive for coercion to BigInt
Show description for 2c701eeauthored andcommitted
Commits on Jan 5, 2021
[WASM] [BigInt] Add I64 to BigInt conversion
Show description for 3140f4acommitted
Commits on Oct 11, 2020
[JSC] BigInt constructor should be constructible while it always throws an error
Show description for 1f1ba07committed
Commits on Sep 25, 2020
[JSC] Introduce JSC_DECLARE_HOST_FUNCTION / JSC_DEFINE_HOST_FUNCTION to make host function definition easy-to-scanned for JIT-caging
Show description for edc103acommitted
Commits on Sep 21, 2020
Functions should consistently enumerate length before name
Show description for 6925bb3committed
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 5, 2020
[JSC] Implement BigInt.asIntN and BigInt.asUintN
Show description for 37bbad2committedUnreviewed, reverting r261156.
Show description for 32924ddcommitted[JSC] Implement BigInt.asIntN and BigInt.asUintN
Show description for 1bcd53ccommitted
Commits on Apr 29, 2020
[JSC] BigInt constructor should accept larger integers than safe-integers
Show description for 56048b9committed
Commits on Apr 25, 2020
Return BigInt32 whenever we can
Show description for 430772dcommitted
Commits on Apr 22, 2020
[JSC] SpeculativeJIT::nonSpeculativeNonPeepholeStrictEq should expect AnyBigIntUse
Show description for 6cec460committed
Commits on Apr 20, 2020
[JSC] Skip test262 for non-safe-integer range BigIntConstructor
Show description for ca77335committed
Commits on Apr 19, 2020
Support an inlined representation in JSValue of small BigInts ("BigInt32")
Show description for b7d6325committed
Robin Morisset
Commits on Mar 11, 2020
Test262-runner should always consider crashes as new failures
Show description for fa5ff7ccommitted
Commits on Nov 16, 2019
[JSC] Anonymous built-in functions should have empty string for a name
Show description for 3d79d7acommitted
Commits on Oct 22, 2019
[JSC] Thread JSGlobalObject* instead of ExecState*
Show description for cc5fb5ecommitted
Commits on Oct 7, 2019
[JSC] Change signature of HostFunction to (JSGlobalObject*, CallFrame*)
Show description for 60b5990committed
Commits on Mar 8, 2019
[JSC] We should have more WithoutTransition functions which are usable for JSGlobalObject initialization
Show description for 900a15bcommitted
Commits on Oct 1, 2018
Create a RELEASE_AND_RETURN macro for ExceptionScopes
Show description for 0bcc7b1committed
Commits on Jun 23, 2018
[WTF] Add user-defined literal for ASCIILiteral
Show description for 4a804a8committed
Commits on Jan 2, 2018
[ESNext][BigInt] Implement BigIntConstructor and BigIntPrototype
Show description for 123bcc3committed
Loading