Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
tayloraswift
/
JavaScriptKit
Public
forked from
swiftwasm/JavaScriptKit
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
JavaScriptKit
Sources
JavaScriptKit
JSValue.swift
on
main
User selector
All users
All time
Commit history
Commits on Jan 27, 2026
Turn JSValue from enum to struct to have flexibility for future changes (#528)
kateinoigakukun
authored
7b1ee44
View commit details
Copy full SHA for 7b1ee44
View code at this point
Browse repository at this point
Commits on Sep 11, 2025
Unify JSFunction with JSObject
kateinoigakukun
committed
8ef8f68
View commit details
Copy full SHA for 8ef8f68
View code at this point
Browse repository at this point
Commits on Mar 27, 2025
Make JSValue's subscript setter nonmutating
Show description for 7e7fe97
kateinoigakukun
and
Amzd
committed
7e7fe97
View commit details
Copy full SHA for 7e7fe97
View code at this point
Browse repository at this point
Commits on Mar 23, 2025
Restore `public` on `JSValue.subscript(dynamicMember:)` lost during formatting
kateinoigakukun
committed
c5c9ff9
View commit details
Copy full SHA for c5c9ff9
View code at this point
Browse repository at this point
./Utilities/format.swift
kateinoigakukun
committed
dcec70a
View commit details
Copy full SHA for dcec70a
View code at this point
Browse repository at this point
Commits on Mar 5, 2025
Concurrency: Explicitly mark `Sendable` conformance as unavailable for `JSValue`
kateinoigakukun
committed
3f3b494
View commit details
Copy full SHA for 3f3b494
View code at this point
Browse repository at this point
Concurrency: Introduce `JSException` and remove `Error` conformance from `JSValue`
Show description for 75b8cd3
kateinoigakukun
committed
75b8cd3
View commit details
Copy full SHA for 75b8cd3
View code at this point
Browse repository at this point
Commits on Jan 15, 2025
Allow calling JS functions with up to 7 arguments in Embedded Swift
ole
committed
dccced1
View commit details
Copy full SHA for dccced1
View code at this point
Browse repository at this point
Commits on Oct 8, 2024
added embedded example and conditional package flags
sliemeobn
committed
26b7a8e
View commit details
Copy full SHA for 26b7a8e
View code at this point
Browse repository at this point
Commits on Oct 7, 2024
getting rid of existentials, patched headers in C parts
sliemeobn
committed
fe0b4ae
View commit details
Copy full SHA for fe0b4ae
View code at this point
Browse repository at this point
Commits on Aug 19, 2024
[typos] Fix some typos
Sajjon
committed
e6dff98
View commit details
Copy full SHA for e6dff98
View code at this point
Browse repository at this point
Commits on Jun 11, 2024
Start migrating imported functions to the new definition style (#252)
Show description for 2bb0694
kateinoigakukun
authored
2bb0694
View commit details
Copy full SHA for 2bb0694
View code at this point
Browse repository at this point
Commits on Aug 18, 2022
Runtime Performance Optimization (#207)
Show description for 1afbfaf
kateinoigakukun
authored
1afbfaf
View commit details
Copy full SHA for 1afbfaf
View code at this point
Browse repository at this point
Commits on Apr 22, 2022
Add support for BigInts and BigInt-based TypedArrays (#184)
j-f1
authored
34bf9e1
View commit details
Copy full SHA for 34bf9e1
View code at this point
Browse repository at this point
Commits on Apr 10, 2022
Re-add support for Symbol objects via JSSymbol (#183)
Show description for 8c20a89
j-f1
authored
8c20a89
View commit details
Copy full SHA for 8c20a89
View code at this point
Browse repository at this point
Commits on Apr 8, 2022
Revert "Revert "Revert "Add support for Symbol objects via JSSymbol (#179)"""
Show description for 85e1a11
j-f1
committed
85e1a11
View commit details
Copy full SHA for 85e1a11
View code at this point
Browse repository at this point
Revert "Revert "Add support for Symbol objects via JSSymbol (#179)""
Show description for 6b07c4f
j-f1
committed
6b07c4f
View commit details
Copy full SHA for 6b07c4f
View code at this point
Browse repository at this point
Commits on Apr 6, 2022
Revert "Add support for Symbol objects via JSSymbol (#179)"
Show description for 990479e
kateinoigakukun
committed
990479e
View commit details
Copy full SHA for 990479e
View code at this point
Browse repository at this point
Commits on Apr 4, 2022
Updates for DOMKit (#174)
j-f1
authored
95d0c4c
View commit details
Copy full SHA for 95d0c4c
View code at this point
Browse repository at this point
Commits on Apr 1, 2022
Add support for Symbol objects via JSSymbol (#179)
j-f1
authored
081784b
View commit details
Copy full SHA for 081784b
View code at this point
Browse repository at this point
Commits on Jan 3, 2021
Update Sources/JavaScriptKit/JSValue.swift
Show description for 0896483
kateinoigakukun
and
j-f1
authored
0896483
View commit details
Copy full SHA for 0896483
View code at this point
Browse repository at this point
Add compatibility method for JSValue.function(_:JSClosure)
kateinoigakukun
committed
aed4312
View commit details
Copy full SHA for aed4312
View code at this point
Browse repository at this point
Remove JSClosure.callAsFunction
kateinoigakukun
committed
76193c7
View commit details
Copy full SHA for 76193c7
View code at this point
Browse repository at this point
Commits on Oct 22, 2020
Implement JSThrowingFunction
kateinoigakukun
committed
9db9885
View commit details
Copy full SHA for 9db9885
View code at this point
Browse repository at this point
Commits on Oct 13, 2020
Note method precondition
kateinoigakukun
committed
8f6a572
View commit details
Copy full SHA for 8f6a572
View code at this point
Browse repository at this point
Add unsafe convenience methods for JSValue
kateinoigakukun
committed
f12eeaf
View commit details
Copy full SHA for f12eeaf
View code at this point
Browse repository at this point
Commits on Oct 2, 2020
Rename JSValueConvertible/Constructible/Codable
j-f1
authored
bbc49d3
View commit details
Copy full SHA for bbc49d3
View code at this point
Browse repository at this point
Commits on Sep 18, 2020
Remove payload2 from value bridging interface
kateinoigakukun
committed
2ba20d2
View commit details
Copy full SHA for 2ba20d2
View code at this point
Browse repository at this point
Implement JSString to reduce bridging overhead (#63)
Show description for 36a06c5
kateinoigakukun
authored
36a06c5
View commit details
Copy full SHA for 36a06c5
View code at this point
Browse repository at this point
Commits on Sep 17, 2020
Merge branch 'master' into webidl
j-f1
committed
4429d88
View commit details
Copy full SHA for 4429d88
View code at this point
Browse repository at this point
Document & fix the behavior of isInstanceOf
j-f1
committed
29a30e7
View commit details
Copy full SHA for 29a30e7
View code at this point
Browse repository at this point
Commits on Sep 16, 2020
Remove is* helpers
Show description for e19788a
j-f1
committed
e19788a
View commit details
Copy full SHA for e19788a
View code at this point
Browse repository at this point
Merge branch 'master' into webidl
j-f1
committed
d0da61a
View commit details
Copy full SHA for d0da61a
View code at this point
Browse repository at this point
Make JSValue ExpressibleByNilLiteral (#59)
j-f1
authored
8cdc2d1
View commit details
Copy full SHA for 8cdc2d1
View code at this point
Browse repository at this point
Add doc comments for public APIs (Part 1)
kateinoigakukun
committed
301dc00
View commit details
Copy full SHA for 301dc00
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.