FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Source/JavaScriptCore/runtime/ArrayPrototype.h - WebKit/WebKit · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
WebKit
/
WebKit
Public
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
10.1k
Code
Pull requests
2.6k
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
WebKit
Source
JavaScriptCore
runtime
ArrayPrototype.h
on
main
User selector
Datepicker
Commit history
Commits on Jul 14, 2026
Use C++17 `inline constexpr` variables instead of `extern const` in JavaScriptCore
Show description for 2bd239b
iidmsa
committed
2bd239b
View commit details
Copy full SHA for 2bd239b
View code at this point
Browse repository at this point
Commits on May 19, 2026
[JSC] Implement DFG / FTL ArrayUnshift
Show description for 5965900
Constellation
committed
5965900
View commit details
Copy full SHA for 5965900
View code at this point
Browse repository at this point
Commits on May 4, 2026
[JSC] Add Array#concat DFG nodes
Show description for 94e35cf
Constellation
committed
94e35cf
View commit details
Copy full SHA for 94e35cf
View code at this point
Browse repository at this point
Commits on Nov 12, 2025
[JSC] Add fast path for `Array.from(arguments)`
Show description for 12bbbd4
sosukesuzuki
committed
12bbbd4
View commit details
Copy full SHA for 12bbbd4
View code at this point
Browse repository at this point
Commits on Oct 20, 2025
[JSC] Remove unused private functions for Array
Show description for 9150606
sosukesuzuki
committed
9150606
View commit details
Copy full SHA for 9150606
View code at this point
Browse repository at this point
Commits on Aug 7, 2025
[Swift in WebKit] Work towards modularizing JSC private headers (Part 1)
Show description for a9d3d11
rr-codes
committed
a9d3d11
View commit details
Copy full SHA for a9d3d11
View code at this point
Browse repository at this point
Commits on Oct 15, 2024
[JSC] Remove unused `arraySpeciesWatchpointIsValid` link time constant
Show description for 957b7f2
sosukesuzuki
committed
957b7f2
View commit details
Copy full SHA for 957b7f2
View code at this point
Browse repository at this point
Commits on Oct 8, 2024
[JSC] Implement Array#concat in C++
Show description for 1842752
Constellation
committed
1842752
View commit details
Copy full SHA for 1842752
View code at this point
Browse repository at this point
Commits on Sep 27, 2024
[JSC] Check if the species watchpoint is valid before `array.concat()` fast path
Show description for e7aeca7
sosukesuzuki
committed
e7aeca7
View commit details
Copy full SHA for e7aeca7
View code at this point
Browse repository at this point
Commits on Sep 23, 2024
[JSC] Add fast path for `array.concat()`
Show description for 2135954
sosukesuzuki
committed
2135954
View commit details
Copy full SHA for 2135954
View code at this point
Browse repository at this point
Commits on Oct 24, 2023
[JSC] Add Array.from(Array) fast path
Show description for 29e5f28
Constellation
committed
29e5f28
View commit details
Copy full SHA for 29e5f28
View code at this point
Browse repository at this point
Commits on Aug 16, 2023
Move createStructure inline functions to *Inlines.h
Show description for 5bd7a22
fujii
committed
5bd7a22
View commit details
Copy full SHA for 5bd7a22
View code at this point
Browse repository at this point
Commits on Oct 4, 2022
[JSC] Introduce new_array_with_species bytecode and optimize it through all tiers
Show description for 3c9c31d
Constellation
committed
3c9c31d
View commit details
Copy full SHA for 3c9c31d
View code at this point
Browse repository at this point
Commits on Feb 19, 2022
Unreviewed, reverting r290194 and r290210.
Show description for df3f0dd
webkit-commit-queue
committed
df3f0dd
View commit details
Copy full SHA for df3f0dd
View code at this point
Browse repository at this point
Unreviewed, use ArrayWithUndecided in ArrayPrototype
Show description for 51ac0e6
Constellation
committed
51ac0e6
View commit details
Copy full SHA for 51ac0e6
View code at this point
Browse repository at this point
[JSC] Make ArrayPrototype just an array
Show description for b1c6e70
Constellation
committed
b1c6e70
View commit details
Copy full SHA for b1c6e70
View code at this point
Browse repository at this point
Commits on Sep 25, 2020
[JSC] Introduce JSC_DECLARE_HOST_FUNCTION / JSC_DEFINE_HOST_FUNCTION to make host function definition easy-to-scanned for JIT-caging
Show description for edc103a
Constellation
committed
edc103a
View commit details
Copy full SHA for edc103a
View code at this point
Browse repository at this point
Commits on Apr 21, 2020
Classes marked final should not use protected access specifier
Show description for b95ea40
rkirsling
committed
b95ea40
View commit details
Copy full SHA for b95ea40
View code at this point
Browse repository at this point
Commits on Mar 7, 2020
Put remaining fixed-sized cells into IsoSubspace
Show description for 6289c55
Constellation
committed
6289c55
View commit details
Copy full SHA for 6289c55
View code at this point
Browse repository at this point
Commits on Dec 10, 2019
Unreviewed, rolling out r253321.
Show description for c926899
webkit-commit-queue
committed
c926899
View commit details
Copy full SHA for c926899
View code at this point
Browse repository at this point
[JSC] Put JSArray in IsoSubspace
Show description for 484d996
Constellation
committed
484d996
View commit details
Copy full SHA for 484d996
View code at this point
Browse repository at this point
Commits on Oct 7, 2019
[JSC] Change signature of HostFunction to (JSGlobalObject*, CallFrame*)
Show description for 60b5990
Constellation
committed
60b5990
View commit details
Copy full SHA for 60b5990
View code at this point
Browse repository at this point
Commits on Jul 5, 2019
[JSC] Clean up ArraySpeciesCreate
Show description for 323c73b
shvaikalesh
authored and
webkit-commit-queue
committed
323c73b
View commit details
Copy full SHA for 323c73b
View code at this point
Browse repository at this point
Commits on Mar 13, 2019
[JSC] Move species watchpoint installation from ArrayPrototype to JSGlobalObject
Show description for 3b42c3a
Constellation
committed
3b42c3a
View commit details
Copy full SHA for 3b42c3a
View code at this point
Browse repository at this point
Commits on Feb 27, 2019
Remove poisons in JSCPoison and uses of them.
Show description for ff3b188
Mark Lam
committed
ff3b188
View commit details
Copy full SHA for ff3b188
View code at this point
Browse repository at this point
Commits on Mar 8, 2018
[JSC] Optimize inherits<T> if T is final type
Show description for 7284024
Constellation
committed
7284024
View commit details
Copy full SHA for 7284024
View code at this point
Browse repository at this point
Commits on Jan 24, 2018
Update Poisoned pointers to take a Poison class instead of a uintptr_t&.
Show description for afbc8fe
Mark Lam
committed
afbc8fe
View commit details
Copy full SHA for afbc8fe
View code at this point
Browse repository at this point
Commits on Jan 14, 2018
Replace all use of ConstExprPoisoned with Poisoned.
Show description for c39dcd4
Mark Lam
committed
c39dcd4
View commit details
Copy full SHA for c39dcd4
View code at this point
Browse repository at this point
Commits on Jan 11, 2018
Poison small JSObject derivatives which only contain pointers
Show description for 83f57aa
jfbastien
committed
83f57aa
View commit details
Copy full SHA for 83f57aa
View code at this point
Browse repository at this point
Commits on Jun 25, 2017
Remove excessive headers from JavaScriptCore
Show description for 10859d7
annulen
committed
10859d7
View commit details
Copy full SHA for 10859d7
View code at this point
Browse repository at this point
Commits on Jan 13, 2017
Initialize the ArraySpecies watchpoint as Clear and transition to IsWatched once slice is called for the first time
Show description for 7fa39cc
saambarati
committed
7fa39cc
View commit details
Copy full SHA for 7fa39cc
View code at this point
Browse repository at this point
Add a slice intrinsic to the DFG/FTL
Show description for 54e411b
saambarati
committed
54e411b
View commit details
Copy full SHA for 54e411b
View code at this point
Browse repository at this point
Commits on Jan 11, 2017
[WebIDL] Remove most of the custom bindings for the WebGL code
Show description for f051932
weinig
authored and
webkit-commit-queue
committed
f051932
View commit details
Copy full SHA for f051932
View code at this point
Browse repository at this point
Commits on Jan 9, 2017
Unreviewed, rolling out r210476.
Show description for 48871b8
webkit-commit-queue
committed
48871b8
View commit details
Copy full SHA for 48871b8
View code at this point
Browse repository at this point
Commits on Jan 7, 2017
Add a slice intrinsic to the DFG/FTL
Show description for c0e4072
saambarati
committed
c0e4072
View commit details
Copy full SHA for c0e4072
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL