Commits
User selector
Commit History
Commits on May 9, 2026
[JSC][Temporal] Add pure C++ core layer: Rounding, ISOArithmetic, InstantCore, CalendarArithmetic
Show description for f0994a7committed
Commits on Apr 9, 2026
Unreviewed, reverting 310853@main (598cf71bca5d)
Show description for 385569bcommitted[JSC] Fix testwasmdebugger ATP build - Private headers and codesign failure for testapiScripts
Show description for 598cf71committed
Commits on Feb 19, 2026
Adopt `NODELETE` annotation in more places in JavaScriptCore/
Show description for 55e71c0committed
Commits on Oct 5, 2025
Implement a Stop the World mechanism for JSC.
Show description for 2e80a20committed
Mark Lam
Commits on Aug 21, 2025
Avoid GNU folding constant warnings
Show description for 59fdb34committed
Commits on Jul 18, 2025
add support for import.meta.url to jsc CLI
Show description for 6da719bcommitted
Commits on Jun 27, 2025
REGRESSION (279702@main): Incorrect use of sizeof() in checkJSStringOOBUTF8() from testapi.c
Show description for 8f23ef0authored andcommitted
Commits on Jun 12, 2025
Make copyright lines more consistent
Show description for 93fd99acommitted
Commits on Mar 16, 2025
Add JSC API test it works to initialize JSC from a background thread.
Show description for 1b33107committed
Commits on Jan 15, 2025
Fix GNU/Hurd build by avoiding PATH_MAX usage
Show description for 598f74dauthored andcommitted
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 10, 2024
Unreviewed, reverting 284931@main and 284940@main.
Show description for 9bfbbb1authored andcommitted
Commits on Oct 9, 2024
[JSC] Don't use JSScope instances as `this` value when calling functions
Show description for ee167b8committed
Alexey Shvayka
Commits on Aug 24, 2024
[JSC] Return written bytes in JSStringGetUTF8CString when it encounters invalid source
Show description for 698815ccommitted
Commits on Jul 21, 2024
[JSC] Remove more OS(WINDOWS)
Show description for fff9f7acommitted
Commits on Jun 4, 2024
Enable -Wvla when building WebKit
Show description for b39622eauthored andcommitted
Commits on Jun 3, 2024
JSStringGetUTF8CString writes beyond the provided buffer size
Show description for f9a7aafcommitted
Commits on May 22, 2024
Further remove MSVC code
Show description for adcd97ecommitted
Commits on Feb 16, 2024
TZone: Use TZone Allocation in WebKit Processes
Show description for ef13ba1committed
Commits on Feb 14, 2024
TZone: Implement TZone Allocation on JavaScriptCore Types
Show description for 40f9622committed
Commits on Sep 29, 2023
[JSC] Align stringification algorithm of the Function constructor with the spec
Show description for ff01344andcommitted
Commits on Aug 16, 2023
[JSC] Add JSC sampling profiler SPI
Show description for 6b396d2committed
Commits on Aug 10, 2023
[CMake] Add option to control assertions
Show description for 1ef2496committed
Commits on Jun 18, 2023
String serialization of functions doesn't behaves as on Blink or Gecko
Show description for 55ae3a1authored andcommitted
Commits on Apr 13, 2023
[JSC] MSVC miscompiles PropertyCatchalls_setProperty in testapi.c
Show description for 59c22d8committed
Commits on Mar 1, 2023
Do not CFRelease a CFSTR constant.
Show description for 3f86398authored andcommitted
Commits on Feb 2, 2023
Create compile-time CFString instead of C literal https://bugs.webkit.org/show_bug.cgi?id=250937
Show description for d0cbdc8authored andcommitted
Commits on Dec 1, 2022
Make some data structures const.
Show description for 2c29849committed
Mark Lam
Commits on Oct 4, 2022
Fix the build on new compilers
Show description for cbc5008committed
Commits on Apr 29, 2022
Format time zone name using ICU instead of platform calls
Show description for fcc9211committed
Commits on Jan 26, 2022
[JSC] Do not run testPingPongStackOverflow while running multithreaded MultithreadedMultiVMExecutionTest
Show description for 241d5f3committed
Commits on Oct 8, 2021
[JSC] Add private C API for JSGlobalObject::setEvalEnabled
Show description for abe94cdcommitted
Commits on Dec 16, 2020
Non-enumerable property fails to shadow inherited enumerable property from for-in
Show description for 55e3813committed
Commits on Jun 16, 2020
Make Options::useJIT() be the canonical source of truth on whether we should use the JIT.
Show description for d6ca69fcommitted
Mark Lam