Commits
User selector
Commit History
Commits on Jun 1, 2026
Unreviewed, reverting 314243@main (17e27ee7cfd3)
Show description for 8ed5bbecommitted
Commits on May 31, 2026
[JSC] Apply C-preprocessor to JS builtin files
Show description for 17e27eecommitted
Commits on Mar 13, 2026
[JSC] Add ArrayIsArray intrinsic for Array.isArray
Show description for b7c9035committed
Commits on Nov 12, 2025
[JSC] Add fast path for `Array.from(arguments)`
Show description for 12bbbd4committed
Commits on Oct 7, 2025
[JSC] Implement `Array.of` in C++
Show description for 8d5b7e4committed
Commits on Oct 9, 2024
[JSC] Array.from() and friends should invoke `document.all` passed as a mapper
Show description for 5a71a33committed
Alexey Shvayka
Commits on Oct 3, 2024
[JSC] Use `@argumentCount` instead of `arguments.length` in builtin JS
Show description for f687e2bcommitted
Commits on Sep 23, 2024
[JSC] Add fast path for `array.concat()`
Show description for 2135954committed
Commits on Mar 27, 2024
[JSC] Fix Array.fromAsync calls constructor twice
Show description for 75d98d9authored andcommitted

Commits on Oct 24, 2023
[JSC] Add Array.from(Array) fast path
Show description for 29e5f28committed
Commits on Nov 30, 2022
[JSC] Implement array-from-async
Show description for 464a308committed
Commits on Aug 19, 2020
Introduce OpIsCallable bytecode and intrinsic
Show description for d1e50e3committed
Commits on May 21, 2020
Use @isUndefinedOrNull instead of abstract equality with null
Show description for c1d3fa7committedArray.prototype.concat is incorrect with objects whose "length" exceeds 2 ** 32 - 1
Show description for 55a96a4committed
Commits on May 13, 2020
Move @isConstructor checks from fast paths of Array.from and Array.of
Show description for 6c6d6afcommitted
Commits on Feb 29, 2020
[JSC] BuiltinNames' HashMap should be small
Show description for 50a5e03committed
Commits on Nov 1, 2017
[JSC] Introduce @toObject
Show description for 438f785committed
Commits on Nov 10, 2016
[JSC] Avoid cloned arguments allocation in ArrayPrototype methods
Show description for 6120889committed
Commits on Oct 6, 2016
[JSC] Add @throwXXXError bytecode intrinsic
Show description for 83cc606committed
Commits on Sep 17, 2016
[DFG] Introduce IsCellWithType node and unify IsJSArray, IsRegExpObject and newly added IsProxyObject
Show description for 101da7bcommitted
Commits on Aug 18, 2016
Make @Array(size) a bytecode intrinsic
Show description for 0c8b7d2committed
Commits on Jul 12, 2016
[JSC] Array.from() and Array.of() try to build objects even if "this" is not a constructor
Show description for 8cf11ffcommitted
Commits on Jun 8, 2016
We should be able to lookup symbols by identifier in builtins
Show description for d156b70committed
Commits on Feb 2, 2016
[JSC] Introduce BytecodeIntrinsic constant rep like @undefined
Show description for a11f677committed
Commits on Aug 17, 2015
Cleanup the builtin JavaScript files
Show description for 88bdd74committed
Sam Weinig
Commits on Jul 6, 2015
[ES6] Implement the latest Promise spec in JS
Show description for f53b5bacommitted
Commits on May 28, 2015
Array.of should work with other constructors
Show description for 5aa1022authored andcommitted
Commits on May 19, 2015
Array.prototype methods must use ToLength
Show description for 6d2a452committed
Commits on Apr 26, 2015
[ES6] Array.from need to accept iterables
Show description for f20033fcommitted
Commits on Apr 20, 2015
Introduce bytecode intrinsics
Show description for 99e8221committed
Commits on Mar 29, 2015
Clean up JavaScriptCore/builtins
Show description for 6170817authored andcommitted
Commits on Feb 20, 2015
ES6: Implement Array.from()
Show description for 1928ca9committed
Loading