Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
quickjs-ng
/
quickjs
Public
Notifications
You must be signed in to change notification settings
Fork
204
Star
2.2k
Code
Issues
64
Pull requests
22
Discussions
Actions
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security
Insights
Commits
Branch selector
v0.10.1
User selector
All users
Datepicker
All time
Commit History
Commits on May 13, 2025
Set version to 0.10.1
saghul
authored
3c9afc9
Copy full SHA for 3c9afc9
fixup! more resilient?
saghul
committed
4ecc0b3
Copy full SHA for 4ecc0b3
Fix unhandled promise rejection tracker, again
Show description for a4a5a17
saghul
committed
a4a5a17
Copy full SHA for a4a5a17
JS_DumpMemoryUsage will crash if u use promise
Show description for 7e8abe1
sallmann
authored and
saghul
committed
7e8abe1
Copy full SHA for 7e8abe1
JS_DumpMemoryUsage will crash if u use promise
Show description for 272c4d7
sallmann
authored and
saghul
committed
272c4d7
Copy full SHA for 272c4d7
qjsc: Add -P flag to disable adding default system modules
Gottox
authored and
saghul
committed
c8e4a4a
Copy full SHA for c8e4a4a
Commits on May 6, 2025
Fix the library version.
osokin
authored and
saghul
committed
45c3a56
Copy full SHA for 45c3a56
Commits on May 2, 2025
Fix compilation error with GCC 15
Show description for b1500a2
saghul
committed
b1500a2
Copy full SHA for b1500a2
Commits on May 1, 2025
Set version to 0.10.0
saghul
committed
d75d2f9
Copy full SHA for d75d2f9
Workaround lack of C99 "static array bound" in `cutils.h`.
tritao
authored and
saghul
committed
5bae026
Copy full SHA for 5bae026
Fix reporting handled promises as unhandled in tracker
Show description for a75498b
saghul
committed
a75498b
Copy full SHA for a75498b
Commits on Apr 25, 2025
Remove unnecessary helper function
Show description for 09d76ed
saghul
committed
09d76ed
Copy full SHA for 09d76ed
Add promise hooks (#1033)
Show description for bda05fb
bnoordhuis
authored
bda05fb
Copy full SHA for bda05fb
Update test262 (#1035)
bnoordhuis
authored
2f7d349
Copy full SHA for 2f7d349
Commits on Apr 22, 2025
Move builtin-array-fromasync.h to toplevel (#1034)
Show description for a9a8ece
bnoordhuis
authored
a9a8ece
Copy full SHA for a9a8ece
Commits on Apr 16, 2025
Add Windows ARM64 to CI
saghul
committed
865ba1f
Copy full SHA for 865ba1f
Fix standalone executables when not using the full path
Show description for 8ead934
saghul
committed
8ead934
Copy full SHA for 8ead934
Add os.exePath
Show description for 16785cd
saghul
committed
16785cd
Copy full SHA for 16785cd
Commits on Apr 14, 2025
add support for parserless builds in meson
Gottox
authored and
saghul
committed
f4bfcb0
Copy full SHA for f4bfcb0
Commits on Apr 12, 2025
Fix -Wformat-truncation warning in qjsc (#1025)
Show description for 43aa10b
barracuda156
authored
43aa10b
Copy full SHA for 43aa10b
Commits on Apr 10, 2025
Use js_free instead of bare free in api-test.c (#1024)
Show description for 9de7277
bnoordhuis
authored
9de7277
Copy full SHA for 9de7277
Add parserless build mode (#1021)
Show description for 90b2437
bnoordhuis
authored
90b2437
Copy full SHA for 90b2437
Commits on Apr 8, 2025
Cherry-pick bellard/quickjs@1eb05e44fa (#1020)
Show description for 28fa43d
bnoordhuis
and
Fabrice Bellard
authored
28fa43d
Copy full SHA for 28fa43d
Fix OOB read in tag name array on corrupt input (#1019)
Show description for 29a2f97
bnoordhuis
authored
29a2f97
Copy full SHA for 29a2f97
Commits on Apr 7, 2025
Retain WeakMap values only when key is reachable (#1016)
Show description for a57877c
kasonyang
authored
a57877c
Copy full SHA for a57877c
Commits on Apr 5, 2025
Silence MSVC chatty warnings
saghul
committed
2a12c7e
Copy full SHA for 2a12c7e
Commits on Apr 4, 2025
Agg microbench results to .gitignore
saghul
committed
65612a6
Copy full SHA for 65612a6
fixed hash_map_resize() - added Map/WeakMap in microbench
Show description for 8dda2a0
Fabrice Bellard
authored and
saghul
committed
8dda2a0
Copy full SHA for 8dda2a0
Add string pad leak test
saghul
committed
ef0d29d
Copy full SHA for ef0d29d
removed memory leak in string padding (issue #274)
Fabrice Bellard
authored and
saghul
committed
ff9adeb
Copy full SHA for ff9adeb
Add test for refcount leak in generator function
saghul
committed
05416bc
Copy full SHA for 05416bc
ensure that JS_IteratorNext() returns JS_UNDEFINED when done = TRUE
Show description for d6e6e77
Fabrice Bellard
authored and
saghul
committed
d6e6e77
Copy full SHA for d6e6e77
fix WeakMap memory leak
kasonyang
authored and
saghul
committed
6071c55
Copy full SHA for 6071c55
Commits on Apr 3, 2025
Fix using OP_push_bigint_i32 opcode
saghul
committed
4350a9f
Copy full SHA for 4350a9f
Fix leak in BigInt unary plus
saghul
committed
68d4017
Copy full SHA for 68d4017
Pagination
Previous
Next
You can’t perform that action at this time.