Commits
User selector
Commit History
Commits on May 2, 2026
[JSC] Fix wasm type parsing regression by making RTT formal canonicalized types
Show description for 103a40acommitted
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 Sep 27, 2025
[JSC] Add LLDB debugging infrastructure for WebAssembly (single VM)
Show description for e03c102committed
Commits on Nov 8, 2024
Non-unified source build fix of November 2024
Show description for 88df2eacommitted
Commits on Sep 30, 2024
Add Wasm::FunctionCodeIndex/FunctionSpaceIndex types to differentiate them
Show description for c55f324committed
Commits on Jul 2, 2024
Split makeString() and friends out into their own header
Show description for 632f103committed
Commits on May 27, 2024
[JSC] Compile wasm stubs in compiler threads
Show description for c9a03e0committed
Commits on May 24, 2024
[JSC] Use DataOnlyCallLinkInfo in WasmToJS thunk
Show description for 46c40d4committed
Commits on Apr 9, 2024
Use std::span and char8_t for UTF-8
Show description for 353a203committed
Commits on Apr 1, 2024
Drop String::fromUTF8() overloads taking in a raw pointer and a size
Show description for df2cc08committed
Commits on Jan 18, 2024
[JSC] Redesign CallIC (relanding)
Show description for 65c8acccommittedUnreviewed, reverting 273159@main and 273168@main.
Show description for 64272e9authored andcommitted[JSC] Redesign CallIC
Show description for 2295d36committed
Commits on Sep 20, 2023
Make explicit where WebAssembly actually depends on JIT
Show description for fb59fe5authored andcommitted
Commits on Apr 11, 2023
[JSC] Make StructureTransitionTable link half-weak
Show description for e5a9344committed
Commits on Jan 23, 2023
[JSC] Clean up WasmToJS
Show description for db4b9bccommitted
Commits on Jan 2, 2023
[JSC] Store JSWebAssemblyInstance in WasmToJS stub instead of JSWebAssemblyModule
Show description for 11eab47committed
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 24, 2022
Prepare JSC for making the String(const char*) constructor explicit
Show description for cccb58dcommitted
Commits on Jan 11, 2022
[JSC] Fix kind of error thrown by wasm module creation
Show description for 9f91d1bcommittedNon-unified build fixes, early January 2022 edition
Show description for 0a5ff5ecommitted
Commits on Jan 4, 2022
[JSC] Remove JSWebAssemblyCalleeGroup cell
Show description for e9b78bacommitted
Commits on Dec 16, 2021
Rename Wasm::CodeBlock to Wasm::CalleeGroup
Show description for bd752b2committed
Commits on Nov 12, 2021
Refactor allocateCell() and tryAllocateCell() to take VM& instead of Heap&.
Show description for 3f59d2acommitted
Mark Lam
Commits on Mar 18, 2021
[JSC] Error#cause should apply to WebAssembly error constructors too
Show description for 1dbb76ccommitted
Commits on Feb 19, 2021
Implement a GC verifier.
Show description for c3ca5dccommitted
Mark Lam
Commits on Sep 17, 2020
Support export namespace `export * as ns`
Show description for e8755d7committed
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed
Commits on Dec 4, 2019
[JSC] Remove WebAssemblyToJSCallee
Show description for f4e7840committed
Commits on Oct 22, 2019
[JSC] Thread JSGlobalObject* instead of ExecState*
Show description for cc5fb5ecommitted
Commits on Jun 17, 2019
Rename AtomicString to AtomString
Show description for 4da2beccommitted
Commits on Mar 17, 2019
REGRESSION: !vm.isInitializingObject() void* JSC::tryAllocateCellHelper<JSC::Structure> JSC::Structure::create
Show description for a4798d4committed
Commits on Aug 31, 2018
Fix exception check accounting in constructJSWebAssemblyCompileError().
Show description for 9caf423committed
Mark Lam