Commits
User selector
Commit History
Commits on Apr 20, 2026
Further reduce use of jsCast<>()
Show description for e602202committed
Commits on Apr 17, 2026
[Build Speed] Reduce the cost of StructureInlines.h
Show description for 5ff0c08committed
Commits on Mar 25, 2026
Fix some JSC API implementation functions to avoid unnecessarily copying CallFrame arguments.
Show description for 3b5ee51authored andcommitted

Commits on May 30, 2025
Stop using Vector::data() in WTF and JSC
Show description for efc947ccommitted
Commits on Oct 10, 2024
Unreviewed, reverting 284931@main and 284940@main.
Show description for 9bfbbb1authored andcommitted
Commits on Oct 9, 2024
[JSC] Don't use JSScope instances as `this` value when calling functions
Show description for ee167b8committed
Alexey Shvayka
Commits on Oct 3, 2023
Introduce new Vector constructor that takes in a length and a lambda to generate vector items
Show description for ad5bc6dcommitted
Commits on Apr 16, 2022
[JSC] Remove VM& parameter from structure related code including jsDyamicCast
Show description for a6d202ccommitted
Commits on Sep 24, 2020
[JSC] Simply some of template-specialized host functions by defining each function
Show description for b1823bacommitted
Commits on Aug 27, 2020
JSClassRef should work with JS class syntax.
Show description for 68d0628committed
Commits on May 11, 2020
[clang-tidy] Run modernize-use-nullptr over JSC
Show description for 82fa9aecommitted
Commits on Apr 19, 2020
Fix missing exception checks and handling in JSC APIs.
Show description for 2ea571ecommitted
Mark Lam
Commits on Apr 7, 2020
Not using strict mode within ClassDeclaration statement
Show description for 7b11165committed
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 Dec 2, 2016
Rename CallFrame::callee() to CallFrame::jsCallee()
Show description for 67eb377committed
Commits on Aug 30, 2016
Introduce the ThrowScope and force every throw site to instantiate a ThrowScope.
Show description for 63095c3committed
Mark Lam
Commits on Mar 31, 2014
Remove hostThisRegister() and hostThisValue()
Show description for 5717732committed
Commits on Mar 4, 2014
Merge API shims and JSLock
Show description for 3c18fd5committed
Mark Hahnenberg
Commits on Oct 10, 2013
Objective-C API: blocks aren't callable via 'new'
Show description for 01fc631committed
Mark Hahnenberg
Commits on Sep 22, 2013
Add ExecState::uncheckedArgument and use where possible to shrink a bit
Show description for a5a20abcommitted
Commits on Aug 29, 2013
Source/JavaScriptCore: https://bugs.webkit.org/show_bug.cgi?id=119548
Show description for 6cce102authored andcommitted
Commits on Jul 25, 2013
More 32bit build fixes
Show description for cb2cdbdcommittedfourthTier: Refactor ObjCCallbackFunction to inherit directly from InternalFunction
Show description for 402a21ccommitted
Loading