Commits
User selector
Commit History
Commits on Sep 2, 2021
[JSC] ScriptExecutable::newCodeBlockFor should handle exceptions more predictably
Show description for 7c23aa1committed
Commits on Aug 10, 2021
CallFrame::returnPC should untag the return address before passing it to ReturnAddressPtr
Show description for c44db5fcommitted
Commits on Aug 7, 2021
for-in should only emit one loop in bytecode
Show description for af53d48committed
Commits on Jul 23, 2021
[JSC] Call custom accessors / values with their holder's global object
Show description for b2f5baecommitted
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
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 13, 2021
Remove StringBuilder::appendNumber
Show description for e12a212committed
Commits on May 6, 2021
Introduce VM::hasPendingTerminationException() to make code a little more terse.
Show description for 58958d0committed
Mark Lam
Commits on Apr 28, 2021
Fix exception assertions in light of the TerminationException.
Show description for 8e87fb4committed
Mark Lam
Commits on Apr 26, 2021
numCalleeLocals, numParameters, and numVars should be unsigned
Show description for 13a6adccommitted
Commits on Apr 16, 2021
More changes to support the TerminationException.
Show description for 0ec4bddcommitted
Mark Lam
Commits on Apr 13, 2021
Interpreter::executeProgram() should install its VMEntryScope at the top.
Show description for e13df4bcommitted
Mark Lam
Commits on Apr 10, 2021
Enable VMTraps checks in RETURN_IF_EXCEPTION.
Show description for 342fdbacommitted
Mark Lam
Commits on Apr 8, 2021
Rename and make the TerminationException a singleton.
Show description for c803659committed
Mark Lam
Commits on Mar 10, 2021
executeModuleProgram needs to ensure module argument array is still in scope
Show description for 76ff1dacommitted
Commits on Feb 22, 2021
Implement the Top-level await proposal
Show description for 9060f3ccommitted
Commits on Feb 19, 2021
Implement a GC verifier.
Show description for c3ca5dccommitted
Mark Lam
Commits on Feb 9, 2021
[ESNext] Implement private methods
Show description for 0cf8318committed
Commits on Feb 2, 2021
[JSC] Small cleanup in StackVisitor::readNonInlinedFrame
Show description for b4ff70cauthored andcommitted
Commits on Jan 8, 2021
Work around Clang bug in __builtin_return_address().
Show description for 15b4e99committed
Mark Lam
Commits on Dec 15, 2020
[WASM-References] Add support for memory.fill
Show description for 36ccf4aauthored andcommitted
Commits on Nov 28, 2020
[JSC] Add wasm atomics instructions
Show description for 0587157committed
Commits on Nov 17, 2020
[JSC] Add support for static public class fields
Show description for ed31557authored andcommitted
Commits on Nov 6, 2020
Use address diversified PAC to ensure the integrity of opcode maps.
Show description for fc6d17ccommitted
Mark Lam
Commits on Nov 2, 2020
[JSC] Remove compiler warning in LLIntData.cpp
Show description for 9624053authored andcommitted
Commits on Oct 28, 2020
Better cache our serialization of the outer TDZ environment when creating FunctionExecutables during bytecode generation
Show description for c834904committed
Commits on Oct 5, 2020
Add JSC option to trigger a hardware breakpoint when debugger expressions are reached.
Show description for 10892bdcommitted
Commits on Aug 5, 2020
[JSC] Use LazyNeverDestroyed & std::call_once for complex singletons
Show description for 2c9950ecommittedCheckpointSideState shoud play nicely with StackOverflowException unwinding.
Show description for 0764b98committed
Commits on Jul 31, 2020
Reduce over include usage in JSC
Show description for 10ad5e5committed
Commits on Jul 23, 2020
Disallow VM entry when doing a VMInquiry.
Show description for bbaaa0ccommitted
Mark Lam
Commits on Jul 22, 2020
Simplify DisallowScope, DisallowGC, and DisallowVMReentry implementations.
Show description for 6f53ba3committed
Mark Lam