Commits
User selector
Commit History
Commits on Dec 20, 2025
Use WTF::move() instead of WTFMove() macro in Source/JavaScriptCore
Show description for f52b72fcommitted
Commits on Oct 16, 2024
[WTF] Rename WTF::HashMap to WTF::UncheckedKeyHashMap (1/3)
Show description for 6cf3bfbcommitted
Commits on Sep 23, 2024
[JSC] Use ObjectIdentifier for Profiler::UID
Show description for 89d48d6committed
Commits on Dec 11, 2023
Implement and Apply TZone Allocation Macros
Show description for a968122committed
Commits on Jul 6, 2023
Unreviewed, reverting 265800@main.
Show description for 9ea2a85authored andcommittedUnreviewed, reverting 265586@main.
Show description for 422ff29authored andcommitted
Commits on Jun 28, 2023
[JSC] Use JSONValues for Bytecode Profiler output instead of JSC's JSON
Show description for 9272021committed
Commits on Oct 6, 2022
Revert clang-tidy change since it broke 32bit and watchOS
Show description for aabfacbcommitted
Commits on Sep 18, 2022
Ran clang-tidy on JSC, WTF and bmalloc
Show description for 700ac83committed
Commits on May 27, 2021
REGRESSION: ASSERTION FAILED: !isCompilationThread() in JSC::Profiler::Database::addCompilation()
Show description for f403707committed
Commits on May 22, 2021
Replace LockHolder with Locker in local variables
Show description for b46f54ecommittedUnreviewed, reverting r277913.
Show description for 0b6e751committedReplace LockHolder with Locker in local variables
Show description for db20ed5committed
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed
Commits on May 11, 2020
[clang-tidy] Run modernize-use-nullptr over JSC
Show description for 82fa9aecommitted
Commits on Oct 22, 2019
[JSC] Thread JSGlobalObject* instead of ExecState*
Show description for cc5fb5ecommitted
Commits on Oct 1, 2018
Create a RELEASE_AND_RETURN macro for ExceptionScopes
Show description for 0bcc7b1committed
Commits on Apr 5, 2018
[WTF] Remove StaticLock
Show description for 488014dcommitted
Commits on Mar 5, 2018
[WTF] Move currentCPUTime and sleep(Seconds) to CPUTime.h and Seconds.h respectively
Show description for 0042791committed
Commits on Feb 15, 2018
[JSC] Remove monotonicallyIncreasingTime and currentTime
Show description for 99b6354committed
Commits on Sep 9, 2017
Avoid duplicate computations of ExecState::vm().
Show description for a88ab91committed
Mark Lam
Commits on Jun 25, 2017
Remove excessive headers from JavaScriptCore
Show description for 10859d7committed
Commits on Jun 20, 2017
Remove excessive include directives from WTF
Show description for 8c81b75committed
Commits on Mar 9, 2017
Use const AbstractLocker& (instead of const LockHolder&) in more places.
Show description for 6c55e20committed
Mark Lam
Commits on Feb 15, 2017
[JSC] Drop PassRefPtr
Show description for 72d2501committed
Commits on Nov 22, 2016
Fix exception scope verification failures in JSC profiler files.
Show description for ac56010committed
Mark Lam
Commits on Sep 27, 2016
Add some needed CatchScopes in code that should not throw.
Show description for 3868cefcommitted
Mark LamUnreviewed, rolling out r206405.
Show description for 4982fcacommitted
Commits on Sep 26, 2016
Add some needed CatchScopes in code that should not throw.
Show description for c17a078committed
Mark LamAdded RETURN_IF_EXCEPTION() macro and use it for exception checks.
Show description for 3eba826committed
Mark Lam
Commits on Sep 7, 2016
Add CatchScope and force all exception checks to be via ThrowScope or CatchScope.
Show description for 1f253c1committed
Mark Lam
Commits on Jun 8, 2016
Need an exception check after constructEmptyArray().
Show description for 7f09e3bcommitted
Mark Lam
Commits on May 24, 2016
We should be able to use the sampling profiler with DRT/WTR.
Show description for 9aa2d76committed
Commits on May 11, 2016
Internal JSC profiler should have a timestamped log of events for each code block
Show description for 0756502committed
Filip Pizlo
Commits on Aug 15, 2015
Use WTF::Lock and WTF::Condition instead of WTF::Mutex, WTF::ThreadCondition, std::mutex, and std::condition_variable
Show description for 25d0998committed
Filip Pizlo