Commits
User selector
Commit History
Commits on Apr 20, 2026
Further reduce use of jsCast<>()
Show description for e602202committed
Commits on Mar 27, 2026
[JSC] Introduce Realm-less Objects
Show description for 7d45839committed
Commits on Oct 8, 2025
Throwing TerminationException from a function prologue should zombify the top frame.
Show description for 75aed5ecommitted
Mark Lam
Commits on Sep 29, 2025
[JSC] Replace static_cast with uncheckedDowncast for Wasm::Callee type safety
Show description for 48425afcommitted
Commits on Jun 25, 2025
Have btjs show file and line number information
Show description for 5a14597committed
Commits on Jun 12, 2025
Make copyright lines more consistent
Show description for 93fd99acommitted
Commits on May 4, 2025
Use C++ [[fallthrough]]
Show description for fb045b8committed
Commits on Apr 17, 2025
[JSC] Add inferredNameWithHash() helper for unified CodeBlock name and hash logging
Show description for 9f88bc3committed
Commits on Nov 19, 2024
Replace WTF::bitwise_cast with std::bit_cast
Show description for 6ef08d1committed
Commits on Oct 30, 2024
Added skip markers for JavaScriptCore and WebCore files that do not conform to -Wunsafe-buffer-usage
Show description for b942617committed
Commits on Oct 9, 2024
GC Wasm BBQ/OMG-OSR code
Show description for e9ced93committed
Commits on Sep 11, 2024
Share JS -> Wasm IC entrypoint code
Show description for d8cbb60committed
Commits on Jul 30, 2024
Fix CallFrame::wasmInstance on 32-bits
Show description for facd988committed
Commits on Jul 24, 2024
Merge Wasm::Instance into JSWebAssemblyInstance
Show description for b7de8d5committedUnreviewed, reverting 281277@main.
Show description for 60c1750authored andcommittedMerge Wasm::Instance into JSWebAssemblyInstance
Show description for 6b7f744committed
Commits on Jan 9, 2024
[JSC] exception from handleHostCall for tail-call should be handled correctly
Show description for e94a54ecommitted
Commits on Nov 21, 2023
[JSC] Optimize C++ -> JS calls more by removing unnecessary callee storing to VMEntryRecord
Show description for 70ed411committed
Commits on Aug 19, 2023
[JSC] Introduce NativeCallee
Show description for 31e3bbecommitted
Commits on Feb 26, 2023
[JSC] Make C++ -> JS calls faster
Show description for fe0d0e1committed
Commits on Jan 24, 2023
[JSC] Support wasm frames in btjs
Show description for 560bfa8committed
Commits on Jan 23, 2023
[JSC] Clean up WasmToJS
Show description for db4b9bccommitted
Commits on Jan 20, 2023
[JSC] Store Wasm::Instance* in |codeBlock| slot
Show description for c9c2f34committed
Commits on Jan 2, 2023
[JSC] Store JSWebAssemblyInstance in WasmToJS stub instead of JSWebAssemblyModule
Show description for 11eab47committed
Commits on Dec 22, 2022
[JSC] Stop nulling out the CodeBlock spot inside the call frame inside WebAssembly
Show description for 5f73a3ccommitted
Commits on Dec 16, 2022
Introduce CallFrame::returnPCForInspection(), and removed some unused code.
Show description for 689b0bacommitted
Mark Lam
Commits on May 4, 2022
Use IterationStatus in more places.
Show description for 63c7501committed
Mark Lam
Commits on Apr 16, 2022
[JSC] Remove VM& parameter from structure related code including jsDyamicCast
Show description for a6d202ccommitted
Commits on Apr 13, 2022
[JSC] Remove DeprecatedCallFrameForDebugger
Show description for 2aa55cfcommitted
Commits on Mar 3, 2022
Refactor OpcodeTraits to support the possibility of having 2-byte WASM opcode ids in bytecode streams
Show description for 72c2052committed
Justin Michaud
Commits on Oct 8, 2021
Implement the WebAssembly exception handling proposal
Show description for 3df56eccommitted
Commits on Oct 1, 2021
Disable new incumbent-window until it is fully implemented
Show description for f20dbdfcommitted
Commits on Jul 23, 2021
[JSC] Call custom accessors / values with their holder's global object
Show description for b2f5baecommitted
Commits on Aug 5, 2020
CheckpointSideState shoud play nicely with StackOverflowException unwinding.
Show description for 0764b98committed
Commits on Jul 31, 2020
Reduce over include usage in JSC
Show description for 10ad5e5committed