Commits
User selector
Commit History
Commits on Oct 22, 2019
[JSC] Thread JSGlobalObject* instead of ExecState*
Show description for cc5fb5ecommitted
Commits on Oct 7, 2019
[JSC] Change signature of HostFunction to (JSGlobalObject*, CallFrame*)
Show description for 60b5990committed
Commits on Aug 27, 2019
Refactor to use VM& instead of VM* at as many places as possible.
Show description for b236c61committed
Mark Lam
Commits on Aug 28, 2018
Fix exception throwing code so that topCallFrame and topEntryFrame stay true to their names.
Show description for 7bbb7e8committed
Mark Lam
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 Sep 6, 2016
Butterflies should be allocated in Auxiliary MarkedSpace instead of CopiedSpace and we should rewrite as much of the GC as needed to make this not a regression
Show description for 7e1d324committed
Filip Pizlo
Commits on Aug 24, 2016
Unreviewed, roll out r204901, r204897, r204866, r204856, r204854.
Show description for 48ee972committed
Filip Pizlo
Commits on Aug 23, 2016
Butterflies should be allocated in Auxiliary MarkedSpace instead of CopiedSpace and we should rewrite as much of the GC as needed to make this not a regression
Show description for 065a045committed
Filip Pizlo
Commits on Sep 7, 2015
StackOverflow stack unwinding should stop at native frames.
Show description for 307917dcommitted
Mark Lam
Commits on Sep 5, 2015
Rollout r189411, r189413: Broke JSC tests.
Show description for a23fdb5committed
Mark LamStackOverflow stack unwinding should stop at native frames.
Show description for 57a78ebcommitted
Mark Lam
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 Jun 19, 2014
Remove ENABLE(LLINT) and ENABLE(LLINT_C_LOOP) guards
Show description for efc0443committed
Commits on Oct 18, 2013
Change native function call stubs to use JIT operations instead of ctiVMHandleException
Show description for 0eb7a2acommitted
Commits on Sep 22, 2013
Interpreter::unwind() has no need for the bytecodeOffset
Show description for e18f625committed
Filip Pizlo
Commits on Aug 29, 2013
Source/JavaScriptCore: VM::throwException() crashes reproducibly in testapi with !ENABLE(JIT)
Show description for 128d1f0authored andcommitted
Commits on Aug 16, 2013
Fix crash when performing activation tearoff.
Show description for 2299c5fcommitted
Mark Lam
Commits on Aug 2, 2013
REGRESSION(r153612): It made jsc and layout tests crash
Show description for 79314d6committed
Commits on Aug 1, 2013
REGRESSION: Crash beneath cti_vm_throw_slowpath due to invalid CallFrame pointer
Show description for 5ad1741committed
Commits on Jul 25, 2013
fourthTier: The baseline jit and LLint should use common slow paths
Show description for 9f83fa1committed
Commits on Apr 18, 2013
Renamed JSGlobalData to VM
Show description for 3692f88committed
Commits on Jan 24, 2013
Objective-C API: Rename JSValue.h/APIJSValue.h to JSCJSValue.h/JSValue.h
Show description for 7132a97committed
Mark Hahnenberg
Commits on Aug 30, 2012
Render unto #ifdef's that which belong to them.
Show description for d7aa850authored andcommitted
Commits on Jan 9, 2012
WinCE build fix after r104415.
Show description for 619c8bccommitted
Commits on Jan 8, 2012
The JIT's protocol for exception handling should be available to other parts of the system
Show description for 40fc442committed
Filip Pizlo
Loading