Sitelet
https://github.com/gregcotten/JavaScriptKit/commits/main/Sources/JavaScriptKit/FundamentalObjects
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 }}
gregcotten
/
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
FundamentalObjects
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 27, 2025
Fix potential use-after-free in JSString
Show description for a4376e3
kateinoigakukun
committed
a4376e3
View commit details
Copy full SHA for a4376e3
View code at this point
Browse repository at this point
Merge pull request #313 from swiftwasm/maxd/jsstring-elementsequal
Show description for fe6d2e5
kateinoigakukun
authored
fe6d2e5
View commit details
Copy full SHA for fe6d2e5
View code at this point
Browse repository at this point
Commits on Mar 25, 2025
Use JS's `==` operator for `JSString` equality comparison
kateinoigakukun
committed
0581f76
View commit details
Copy full SHA for 0581f76
View code at this point
Browse repository at this point
Use `elementsEqual` in `JSString: Equatable` conformance
MaxDesiatov
authored and
kateinoigakukun
committed
bb47d01
View commit details
Copy full SHA for bb47d01
View code at this point
Browse repository at this point
Make JSObject conform to ExpressibleByDictionaryLiteral directly
kateinoigakukun
committed
ec0bbe6
View commit details
Copy full SHA for ec0bbe6
View code at this point
Browse repository at this point
./Utilities/format.swift
kateinoigakukun
committed
5c7e75e
View commit details
Copy full SHA for 5c7e75e
View code at this point
Browse repository at this point
Add `JSDictionary` type for Embedded Swift compat
MaxDesiatov
authored and
kateinoigakukun
committed
6eb534b
View commit details
Copy full SHA for 6eb534b
View code at this point
Browse repository at this point
Commits on Mar 23, 2025
./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 18, 2025
Revert "Merge pull request #304 from swiftwasm/yt/remove-cdecls"
Show description for d6eecb0
kateinoigakukun
committed
d6eecb0
View commit details
Copy full SHA for d6eecb0
View code at this point
Browse repository at this point
Merge pull request #304 from swiftwasm/yt/remove-cdecls
Show description for 1de7acc
kateinoigakukun
authored
1de7acc
View commit details
Copy full SHA for 1de7acc
View code at this point
Browse repository at this point
Make `JSObject.id` getter inlinable
Show description for b787af2
kateinoigakukun
committed
b787af2
View commit details
Copy full SHA for b787af2
View code at this point
Browse repository at this point
Remove remaining export_name + cdecl hacks
kateinoigakukun
committed
396899c
View commit details
Copy full SHA for 396899c
View code at this point
Browse repository at this point
Commits on Mar 13, 2025
Workaround Swift 6.0 compiler crash
kateinoigakukun
committed
97fc40f
View commit details
Copy full SHA for 97fc40f
View code at this point
Browse repository at this point
Commits on Mar 11, 2025
Relax deinit requirement
kateinoigakukun
committed
58f91c3
View commit details
Copy full SHA for 58f91c3
View code at this point
Browse repository at this point
Commits on Mar 10, 2025
Add `JSObject.transfer` and `JSObject.receive` APIs
Show description for 28d5ec0
kateinoigakukun
committed
28d5ec0
View commit details
Copy full SHA for 28d5ec0
View code at this point
Browse repository at this point
Commits on Mar 5, 2025
Concurrency: Remove unnecessary `sending` keyword
kateinoigakukun
committed
7a7acb4
View commit details
Copy full SHA for 7a7acb4
View code at this point
Browse repository at this point
Fix `JAVASCRIPTKIT_WITHOUT_WEAKREFS` build
kateinoigakukun
committed
39c207b
View commit details
Copy full SHA for 39c207b
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
Concurrency: Fix sendability errors around `JSClosure.async`
kateinoigakukun
committed
97aad00
View commit details
Copy full SHA for 97aad00
View code at this point
Browse repository at this point
Commits on Mar 4, 2025
Concurrency: Replace `swjs_thread_local_closures` with `LazyThreadLocal`
kateinoigakukun
committed
2642df9
View commit details
Copy full SHA for 2642df9
View code at this point
Browse repository at this point
Concurrency: Use `LazyThreadLocal` without @PW syntax
Show description for 28f3471
kateinoigakukun
committed
28f3471
View commit details
Copy full SHA for 28f3471
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
Fix inconsistent argument label
Show description for 4afe045
ole
committed
4afe045
View commit details
Copy full SHA for 4afe045
View code at this point
Browse repository at this point
Commits on Nov 28, 2024
Stop use of global variable as a object cache
Show description for e9158ab
kateinoigakukun
committed
e9158ab
View commit details
Copy full SHA for e9158ab
View code at this point
Browse repository at this point
Build fix for embedded wasm
kateinoigakukun
committed
e2f569a
View commit details
Copy full SHA for e2f569a
View code at this point
Browse repository at this point
Build fix for Swift 5.9
kateinoigakukun
committed
d590528
View commit details
Copy full SHA for d590528
View code at this point
Browse repository at this point
Build fix for wasm32-unknown-wasi
kateinoigakukun
committed
9b7fda0
View commit details
Copy full SHA for 9b7fda0
View code at this point
Browse repository at this point
Restrict the use of `ThreadLocal` to immortal storage only
kateinoigakukun
committed
d4e0ee8
View commit details
Copy full SHA for d4e0ee8
View code at this point
Browse repository at this point
Gate the use of `_runtime(_multithreaded)` with `compiler(>=6.1)`
kateinoigakukun
committed
9a141cb
View commit details
Copy full SHA for 9a141cb
View code at this point
Browse repository at this point
Avoid sharing JSObject by global variables
kateinoigakukun
committed
a05e798
View commit details
Copy full SHA for a05e798
View code at this point
Browse repository at this point
Assert that `JSObject` is being accessed only from the owner thread
kateinoigakukun
committed
45206f7
View commit details
Copy full SHA for 45206f7
View code at this point
Browse repository at this point
Commits on Oct 15, 2024
Remove unnecessary `_JSObjectProtocol`
Show description for 43607e5
kateinoigakukun
committed
43607e5
View commit details
Copy full SHA for 43607e5
View code at this point
Browse repository at this point
Remove unnecessary `_JSFunctionProtocol`
kateinoigakukun
committed
58e5b3c
View commit details
Copy full SHA for 58e5b3c
View code at this point
Browse repository at this point
Unify `JavaScriptValueKindAndFlags` type across non-/Embedded builds
kateinoigakukun
committed
17af647
View commit details
Copy full SHA for 17af647
View code at this point
Browse repository at this point
Commits on Oct 9, 2024
less embedded conditions and added comments
sliemeobn
committed
7f2f7c6
View commit details
Copy full SHA for 7f2f7c6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.