FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Source/JavaScriptCore/builtins/BuiltinExecutables.cpp - 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
builtins
BuiltinExecutables.cpp
on
main
User selector
Datepicker
Commit history
Commits on Aug 17, 2026
[JSC] Do not allocate `UnlinkedFunctionExecutable::RareData` for generator/async bodies whose wrapper has no parameters
Show description for ee4b208
sosukesuzuki
committed
ee4b208
View commit details
Copy full SHA for ee4b208
View code at this point
Browse repository at this point
Commits on Aug 4, 2026
[JSC] Compute builtin executable metadata in python script
Show description for 81d660c
Constellation
committed
81d660c
View commit details
Copy full SHA for 81d660c
View code at this point
Browse repository at this point
Commits on Apr 5, 2026
[JSC] Propagate InstanceFieldEvalContext through arrows and nested scopes
Show description for c3f07df
sosukesuzuki
committed
c3f07df
View commit details
Copy full SHA for c3f07df
View code at this point
Browse repository at this point
Commits on Jan 10, 2026
[JSC] Fix `functionStart` mismatch for async builtin functions
Show description for 8e46269
sosukesuzuki
committed
8e46269
View commit details
Copy full SHA for 8e46269
View code at this point
Browse repository at this point
Commits on Nov 9, 2025
Use C++20 std::ranges::fill in JavaScriptCore
Show description for ba256f1
iidmsa
committed
ba256f1
View commit details
Copy full SHA for ba256f1
View code at this point
Browse repository at this point
Commits on Sep 27, 2025
Rename LChar to Latin1Character
Show description for 63b97b5
darinadler
committed
63b97b5
View commit details
Copy full SHA for 63b97b5
View code at this point
Browse repository at this point
Commits on Sep 22, 2025
Unreviewed, reverting 300282@main, 300302@main, and 300311@main.
Show description for 15e5e7d
webkit-commit-queue
authored and
Constellation
committed
15e5e7d
View commit details
Copy full SHA for 15e5e7d
View code at this point
Browse repository at this point
Commits on Sep 21, 2025
Rename LChar to Latin1Character
Show description for 1424f06
darinadler
committed
1424f06
View commit details
Copy full SHA for 1424f06
View code at this point
Browse repository at this point
Commits on May 3, 2025
Start adopting C++20's [[likely]] / [[unlikely]] in JSC
Show description for 0e0b92f
cdumez
committed
0e0b92f
View commit details
Copy full SHA for 0e0b92f
View code at this point
Browse repository at this point
Commits on Dec 22, 2024
Further reduce use of memcmp()
Show description for e3bc809
cdumez
committed
e3bc809
View commit details
Copy full SHA for e3bc809
View code at this point
Browse repository at this point
Commits on Oct 30, 2024
Added skip markers for JavaScriptCore and WebCore files that do not conform to -Wunsafe-buffer-usage
Show description for b942617
geoffreygaren
committed
b942617
View commit details
Copy full SHA for b942617
View code at this point
Browse repository at this point
Commits on Jul 24, 2024
[JSC] Introduce TaintedByWithScopeLexicallyScopedFeature
Show description for f828499
Alexey Shvayka
committed
f828499
View commit details
Copy full SHA for f828499
View code at this point
Browse repository at this point
Commits on Jul 20, 2024
Unreviewed, reverting 281119@main.
Show description for 2e92175
webkit-commit-queue
authored and
Constellation
committed
2e92175
View commit details
Copy full SHA for 2e92175
View code at this point
Browse repository at this point
Commits on Jul 19, 2024
[JSC] Introduce TaintedByWithScopeLexicallyScopedFeature
Show description for 57fcca5
Alexey Shvayka
committed
57fcca5
View commit details
Copy full SHA for 57fcca5
View code at this point
Browse repository at this point
Commits on Jul 18, 2024
[JSC] Rename LexicalScopeFeatures => LexicallyScopedFeatures
Show description for 5f09d14
Alexey Shvayka
committed
5f09d14
View commit details
Copy full SHA for 5f09d14
View code at this point
Browse repository at this point
Commits on Apr 22, 2024
Drop StringView::characters8() / characters16()
Show description for b332f98
cdumez
committed
b332f98
View commit details
Copy full SHA for b332f98
View code at this point
Browse repository at this point
Commits on Apr 6, 2024
Use std::span even more in StringImpl
Show description for 2bdec35
cdumez
committed
2bdec35
View commit details
Copy full SHA for 2bdec35
View code at this point
Browse repository at this point
Commits on Mar 20, 2024
[JSC] Keep builtin UnlinkedFunctionExecutable
Show description for 6165ff1
Constellation
committed
6165ff1
View commit details
Copy full SHA for 6165ff1
View code at this point
Browse repository at this point
Commits on Feb 22, 2024
[JSC] Set correct ConstructorKind when reparsing functions
Show description for d8aca95
Alexey Shvayka
committed
d8aca95
View commit details
Copy full SHA for d8aca95
View code at this point
Browse repository at this point
Commits on Jan 20, 2024
[JSC] Node's JSTokenLocation sometimes doesn't point to the start of an expression
Show description for e0132b8
Alexey Shvayka
committed
e0132b8
View commit details
Copy full SHA for e0132b8
View code at this point
Browse repository at this point
Commits on Jan 5, 2024
[JSC] Redeclaring parameter of a generator / async function makes it `undefined`
Show description for 8f6b201
Alexey Shvayka
committed
8f6b201
View commit details
Copy full SHA for 8f6b201
View code at this point
Browse repository at this point
Commits on Dec 11, 2023
Implement and Apply TZone Allocation Macros
Show description for a968122
msaboff
committed
a968122
View commit details
Copy full SHA for a968122
View code at this point
Browse repository at this point
Commits on Nov 2, 2023
[JSC] Do not declare callee name when it is function declaration
Show description for 3e0dc21
Constellation
committed
3e0dc21
View commit details
Copy full SHA for 3e0dc21
View code at this point
Browse repository at this point
Commits on Nov 1, 2023
[JSC] Add @alwaysInline attribute
Show description for 6cb56ee
Constellation
committed
6cb56ee
View commit details
Copy full SHA for 6cb56ee
View code at this point
Browse repository at this point
Commits on Sep 8, 2023
Add taintedness tracking to JSC
Show description for 3a1c346
kmiller68
committed
3a1c346
View commit details
Copy full SHA for 3a1c346
View code at this point
Browse repository at this point
Commits on May 23, 2023
Unreviewed, reverting 264265@main.
Show description for 73dd091
webkit-commit-queue
authored and
Justin Michaud
committed
73dd091
View commit details
Copy full SHA for 73dd091
View code at this point
Browse repository at this point
Commits on May 19, 2023
Remove static strings and symbols
Show description for 39a1ff0
justinmichaud
authored and
Justin Michaud
committed
39a1ff0
View commit details
Copy full SHA for 39a1ff0
View code at this point
Browse repository at this point
Commits on Apr 11, 2023
[JSC] Make StructureTransitionTable link half-weak
Show description for e5a9344
Constellation
committed
e5a9344
View commit details
Copy full SHA for e5a9344
View code at this point
Browse repository at this point
Commits on Jul 28, 2022
Web Inspector: should not include implementation details of the injected script in stack traces
Show description for 37f814d
dcrousso
committed
37f814d
View commit details
Copy full SHA for 37f814d
View code at this point
Browse repository at this point
Commits on Jul 18, 2022
Web Inspector: should not include `@globalPrivate` functions in stack traces
Show description for ebb980b
dcrousso
authored and
Constellation
committed
ebb980b
View commit details
Copy full SHA for ebb980b
View code at this point
Browse repository at this point
Commits on May 12, 2022
Web Inspector: Parse InjectedScriptSource as a built-in to get guaranteed non-user-overriden JSC built-ins
Show description for 1d75ec6
patrickangle
committed
1d75ec6
View commit details
Copy full SHA for 1d75ec6
View code at this point
Browse repository at this point
Commits on May 4, 2022
Drop StringImpl::createFromLiteral()
Show description for 88859b9
cdumez
committed
88859b9
View commit details
Copy full SHA for 88859b9
View code at this point
Browse repository at this point
Commits on Apr 30, 2022
Unreviewed, reverting r293621.
Show description for 6a466c1
cdumez
committed
6a466c1
View commit details
Copy full SHA for 6a466c1
View code at this point
Browse repository at this point
Commits on Apr 29, 2022
Drop StringImpl::createFromLiteral()
Show description for 85ec4b9
cdumez
committed
85ec4b9
View commit details
Copy full SHA for 85ec4b9
View code at this point
Browse repository at this point
Commits on Jun 8, 2021
Introduce LexicalScopeFeatures to enable future bytecode optimizations
Show description for 31f8572
shvaikalesh
committed
31f8572
View commit details
Copy full SHA for 31f8572
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL