Commits
User selector
Commit History
Commits on Sep 22, 2021
Reduce use of makeRef() and use Ref { } instead
Show description for 4f53761committed
Commits on Jun 8, 2021
Unreviewed, reland r276592 with a fix for put() override in prototype chain of a JSProxy
Show description for cf4239fcommitted
Commits on Jun 2, 2021
Remove <wtf/Optional.h>
Show description for 786e703committed
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 18, 2021
Temporarily revert r276592 as it breaks some native apps
Show description for 811aa6ecommitted
Commits on Apr 28, 2021
Fix exception assertions in light of the TerminationException.
Show description for 8e87fb4committed
Mark Lam
Commits on Apr 26, 2021
[JSC] OrdinarySet should invoke custom [[Set]] methods
Show description for a5cadcacommitted
Commits on Apr 10, 2021
Remove className() and toStringName() from the method table
Show description for 22a1e11committed
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 Jan 11, 2021
Web Inspector: Debugger: allow breakpoint actions to be evaluated as a user gesture
Show description for 7290e95committed
Commits on Jan 7, 2021
[JSC] Simplify get*PropertyNames() methods and EnumerationMode
Show description for 8aac9eccommitted
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 27, 2020
Web Inspector: console command line API should be exposed to breakpoint conditions/actions
Show description for 04af619committed
Commits on Sep 3, 2020
Web Inspector: allow special JavaScript breakpoints to be configured
Show description for 56a499acommitted
Commits on Aug 25, 2020
Web Inspector: breakpoint condition should be evaluated before the ignore count
Show description for 569c015committed
Commits on Aug 24, 2020
Web Inspector: allow event breakpoints to be configured
Show description for 3ef4c4dcommitted
Commits on Jul 13, 2020
Clean up SourceProvider and add caller relative load script to jsc.cpp
Show description for bca2993committed
Commits on Jun 10, 2020
Disambiguate the OverridesGetPropertyNames structure flag
Show description for cfad578committed
Mark Lam
Commits on May 19, 2020
REGRESSION(r261755): Win/Linux non-unified builds have hundreds of link failures
Show description for 1dc916acommitted
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 Apr 15, 2020
Web Inspector: Debugger: add a Step next that steps by expression
Show description for 45f1ee3committed
Commits on Apr 7, 2020
Not using strict mode within ClassDeclaration statement
Show description for 7b11165committed
Commits on Mar 27, 2020
Fix instances of new.target that should be syntax errors
Show description for 8e097abcommitted
Commits on Feb 26, 2020
Inline Cache delete by id/val
Show description for 94afdd5committed
Justin Michaud
Commits on Feb 6, 2020
Web Inspector: Sources: add a special breakpoint for controlling whether `debugger` statements pause
Show description for 36dd560committed
Commits on Jan 16, 2020
[JSC] Add support for public class fields
Show description for c8a11cccommitted
Commits on Jan 14, 2020
Web Inspector: crash in DumpRenderTree at com.apple.JavaScriptCore: WTF::RefCountedBase::hasOneRef const
Show description for d23b874committed
Commits on Dec 16, 2019
[JSC] Put DebuggerScope in IsoSubspace
Show description for 57d315acommitted
Commits on Dec 7, 2019
The compiler thread should not adjust Identifier refCounts.
Show description for 4d2cb63committed
Mark Lam[JSC] JSCallee should be in IsoSubspace
Show description for c0f280fcommitted
Commits on Nov 8, 2019
[WebAssembly] Inspector's DebuggerCallFrame should be aware of Wasm frames
Show description for 72f2487committed