Commits
User selector
Commit History
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed
Commits on Apr 27, 2020
[JSC] CallData/ConstructData should include CallType/ConstructType
Show description for b5c58f6committed
Commits on Oct 22, 2019
[JSC] Thread JSGlobalObject* instead of ExecState*
Show description for cc5fb5ecommitted
Commits on Jan 14, 2019
JSC should have a module loader API
Show description for 7119546committed
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 Aug 23, 2018
Move vmEntryGlobalObject() to VM from CallFrame.
Show description for 66b87e9committed
Mark Lam
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 Oct 28, 2016
One file per class for Executable.h/.cpp
Show description for 82d3670committed
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 Mar 5, 2016
[ES6] Support Reflect.construct
Show description for 576a725committed
Commits on Dec 17, 2015
Web Inspector: Add JSContext Script Profiling
Show description for 69b5a04committed
Commits on Jun 16, 2015
Use NakedPtr<Exception>& to return exception results.
Show description for 4b7614acommitted
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 Apr 11, 2014
JSMainThreadExecState::call() should clear exceptions before returning.
Show description for 8c24952committed
Mark Lam
Commits on Feb 11, 2014
Rename Operations.h to JSCInlines.h
Show description for fcf5bb2committed
Filip Pizlo
Commits on Jul 25, 2013
fourthTier: Rationalized 'this' conversion, includes subsequent FTL branch fixes
Show description for 3054a7bcommitted
Commits on Jan 12, 2013
The JITThunks class should be in its own file, and doing so should not break the build
Show description for 2ae1f45committed
Filip Pizlo
Commits on Jul 15, 2011
https://bugs.webkit.org/show_bug.cgi?id=64250
Show description for f4fde64committed
Gavin Barraclough
Commits on Jan 2, 2011
Move JavaScriptCore to Source
Show description for b8dde14committed
Adam Barth
Loading