Commits
User selector
Commit History
Commits on Mar 30, 2026
Adopt NODELETE in more places in Source/**
Show description for 61dfe11committed
Commits on Mar 9, 2026
Adopt LIFETIME_BOUND in more places in JavaScriptCore
Show description for 75c21decommitted
Commits on Aug 7, 2025
[Swift in WebKit] Work towards modularizing JSC private headers (Part 1)
Show description for a9d3d11committed
Commits on Apr 14, 2022
[JSC] Reduce use of CallFrame::deprecatedVM
Show description for c1fc988committed
Commits on Sep 3, 2020
Web Inspector: allow special JavaScript breakpoints to be configured
Show description for 56a499acommitted
Commits on Oct 24, 2019
[JSC] Remove wasmAwareLexicalGlobalObject
Show description for dcedbfacommitted
Commits on Oct 22, 2019
[JSC] Thread JSGlobalObject* instead of ExecState*
Show description for cc5fb5ecommitted
Commits on Apr 4, 2017
WebAssembly: JSWebAssemblyCallee should not be a JSCell
Show description for a36e243committed
Commits on Sep 28, 2016
Unreviewed, rolling out r206522.
Show description for 80675e4committedUnreviewed, rolling out r206506.
Show description for 16139c4committedAdopt #pragma once in JavaScriptCore
Show description for 359b077authored andcommitted
Commits on Aug 15, 2016
Remove unused includes of wtf headers
Show description for 128d8bbauthored andcommitted
Commits on May 16, 2016
Hook up ShadowChicken to the debugger to show tail deleted frames
Show description for 87b9002committed
Commits on May 10, 2016
Web Inspector: Eliminate the crazy code for evaluateOnCallFrame
Show description for f3d0984committed
Commits on Jun 16, 2015
Use NakedPtr<Exception>& to return exception results.
Show description for 4b7614acommitted
Mark Lam
Commits on Jun 13, 2015
Purge PassRefPtr in JavaScriptCore - 2
Show description for 6ada9d6committed
Commits on Jun 9, 2015
Purge PassRefPtr in JavaScriptCore
Show description for 4e48840committed
Commits on Jun 5, 2015
finally blocks should not set the exception stack trace when re-throwing the exception.
Show description for cc4c6bfcommitted
Mark Lam
Commits on Sep 23, 2014
Renamed DebuggerCallFrameScope to DebuggerPausedScope.
Show description for ec8a3c6committed
Mark Lam
Commits on Aug 29, 2014
DebuggerCallFrame::scope() should return a DebuggerScope.
Show description for 976bf83committed
Mark Lam
Commits on Aug 9, 2014
REGRESSION: Inspector crashes when debugger is paused and injected scripts access window.screen().
Show description for a9b72e6committed
Mark Lam
Commits on Aug 6, 2014
Commits on Mar 15, 2014
.: Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
Show description for d55388ccommitted
Commits on Feb 1, 2014
Avoid eagerly creating the JSActivation when the debugger is attached.
Show description for b22d989committed
Mark Lam
Commits on Jan 28, 2014
Remove some unneeded debugger code.
Show description for e6ce4f4committed
Mark Lam
Commits on Nov 21, 2013
Introducing VMEntryScope to update the VM stack limit.
Show description for a49e6eacommitted
Mark Lam
Commits on Nov 8, 2013
Move breakpoint (and exception break) functionality into JSC::Debugger.
Show description for d5f0e22committed
Mark Lam
Commits on Nov 7, 2013
Cosmetic: rename xxxId to xxxID for ScriptId, SourceId, and BreakpointId.
Show description for a1fdd1ecommitted
Mark Lam
Commits on Oct 5, 2013
Change ScriptDebugServer to use DebuggerCallFrame instead of JavaScriptCallFrame.
Show description for 8b7b2ebcommitted
Mark Lam
Commits on Sep 24, 2013
Change JSC debug hooks to pass a CallFrame* instead of a DebuggerCallFrame.
Show description for f9e6847committed
Mark Lam
Commits on Sep 12, 2013
Change debug hooks to pass sourceID and position info via the DebuggerCallFrame.
Show description for b0e4dcccommitted
Mark LamFixed indentation in JSC Debugger header files.
Show description for 6bbdc77committed
Mark Lam
Commits on Sep 12, 2012
Don't allocate a backing store just for a function's name
Show description for f218acacommitted
Commits on Aug 30, 2012
Use one object instead of two for closures, eliminating ScopeChainNode
Show description for 3d62590committedReplace JSC::UString by WTF::String
Show description for 4965391authored andcommitted