Commits
User selector
Commit History
Commits on Apr 20, 2026
Further reduce use of jsCast<>()
Show description for e602202committed
Commits on Dec 20, 2025
Use WTF::move() instead of WTFMove() macro in Source/JavaScriptCore
Show description for f52b72fcommitted
Commits on Jan 31, 2025
[JSC] Wasm objects must succeed allocation
Show description for e354c87committed
Commits on Feb 17, 2024
[Wasm-GC] Make type reflection throw correctly in JS API
Show description for dafde6acommitted
Commits on Apr 14, 2023
Remove finishCreation()s that only call its superclass' finishCreation().
Show description for 7dbeef1committed
Mark Lam
Commits on Feb 3, 2023
Importing an exported v128 global should be possible
Show description for 18a076eauthored andcommitted
Commits on Aug 9, 2022
[JSC] wasm funcref type name should be exposed as "funcref" instead of "anyfunc"
Show description for 2267451committed
Commits on Apr 16, 2022
[JSC] Remove VM& parameter from structure related code including jsDyamicCast
Show description for a6d202ccommitted
Commits on Apr 12, 2022
[WASM-GC] Introduce structs types
Show description for a9a1bd6committed
Commits on Mar 30, 2022
Optimize the construction of a JSC::Identifier from an ASCIILiteral
Show description for 84cfeb1committed
Commits on Mar 24, 2022
Prepare JSC for making the String(const char*) constructor explicit
Show description for cccb58dcommitted
Commits on Jan 15, 2022
[JSC] Fix WebAssembly.Global's typename for "anyfunc"
Show description for 6acb5a2committed
Commits on Nov 12, 2021
Refactor allocateCell() and tryAllocateCell() to take VM& instead of Heap&.
Show description for 3f59d2acommitted
Mark Lam
Commits on Oct 27, 2021
[WASM-Function-References] Add call_ref spec tests
Show description for c0aa3f2committed
Commits on Apr 2, 2021
JSTests:
Show description for 197d5cdauthored andcommitted
Commits on Feb 19, 2021
Implement a GC verifier.
Show description for c3ca5dccommitted
Mark Lam
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed
Commits on Dec 4, 2019
[JSC] JSWebAssemblyGlobal creation should have exception check
Show description for 8701e7acommittedAdopt the new WebAssembly.Global system
Show description for 3a60ed8committed
Loading