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 }}
shenguojun
/
quickjs
Public
forked from
bellard/quickjs
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Dec 13, 2023
fixed 'return' handling with 'yield' in 'for of' or with finally blocks (gihub ticket #166)
Fabrice Bellard
committed
4bb8c35
Copy full SHA for 4bb8c35
fixed async generator in case of exception in the implicit await in the 'return' statement
Fabrice Bellard
committed
57105c7
Copy full SHA for 57105c7
Fix AsyncGenerator.prototype.return error handling (bnoordhuis)
Fabrice Bellard
committed
a42681a
Copy full SHA for a42681a
added -fwrapv to CFLAGS to ensure that signed overflows have a well defined behavior
Fabrice Bellard
committed
a610598
Copy full SHA for a610598
raise an error if a private method is added twice to an object
Fabrice Bellard
committed
9e52965
Copy full SHA for 9e52965
Commits on Dec 9, 2023
new release
Fabrice Bellard
committed
daa35bc
Copy full SHA for daa35bc
added Array.prototype.findLast{Index} and TypeArray.prototype.findLast{index} (initial patch by bnoordhuis)
Fabrice Bellard
committed
a057008
Copy full SHA for a057008
fixed duplicate static private setter/getter test
Fabrice Bellard
committed
177af41
Copy full SHA for 177af41
Symbol.species is no longer used in TypedArray constructor from a TypedArray
Fabrice Bellard
committed
b180cd2
Copy full SHA for b180cd2
fixed delete super.x error
Fabrice Bellard
committed
e182050
Copy full SHA for e182050
reworked set property and fixed corner cases of typed array set property
Fabrice Bellard
committed
58f374e
Copy full SHA for 58f374e
Implement extended named capture group identifiers (bnoordhuis)
Fabrice Bellard
committed
20a57f9
Copy full SHA for 20a57f9
Retrieve RegExp 'g' flag in spec conformant way (original patch by bnoordhuis)
Fabrice Bellard
committed
4949d75
Copy full SHA for 4949d75
fixed lexical scope of 'this' with eval (github issue #192)
Fabrice Bellard
committed
c4cdd61
Copy full SHA for c4cdd61
Make Date methods argument coercion spec compliant (bnoordhuis)
Fabrice Bellard
committed
26fdf65
Copy full SHA for 26fdf65
fixed negative zero date
Fabrice Bellard
committed
b14d77b
Copy full SHA for b14d77b
Commits on Dec 7, 2023
fixed private field setters (github issue #194)
Fabrice Bellard
committed
55a4878
Copy full SHA for 55a4878
Commits on Dec 5, 2023
added missing bignum error tests (github issue #159)
Fabrice Bellard
committed
321dbfa
Copy full SHA for 321dbfa
added String.prototype.at, Array.prototype.at and TypedArray.prototype.at
Fabrice Bellard
committed
f87cab0
Copy full SHA for f87cab0
keep LTO
Fabrice Bellard
committed
3106401
Copy full SHA for 3106401
updated to unicode 15.0.0
Fabrice Bellard
committed
cdeca4d
Copy full SHA for cdeca4d
Commits on Dec 4, 2023
the BigInt support is now always included
bellard
committed
94010ed
Copy full SHA for 94010ed
Commits on Dec 1, 2023
fixed js_proxy_isArray stack overflow (github issue #178)
bellard
committed
03cc5ec
Copy full SHA for 03cc5ec
bf_set_ui() fix (github issue #133)
bellard
committed
6de52d8
Copy full SHA for 6de52d8
Commits on Mar 6, 2022
updated to Unicode 14.0.0
bellard
committed
2788d71
Copy full SHA for 2788d71
updated test262.conf
bellard
committed
8516959
Copy full SHA for 8516959
added Object.hasOwn()
bellard
committed
446099a
Copy full SHA for 446099a
fixed invalid Array.prototype.push/unshift optimization
bellard
committed
b9f5880
Copy full SHA for b9f5880
Commits on Mar 27, 2021
2021-03-27 release
bellard
committed
b5e6289
Copy full SHA for b5e6289
Commits on Nov 8, 2020
2020-11-08 release take 2
bellard
committed
204682f
Copy full SHA for 204682f
2020-11-08 release
bellard
committed
b1f67df
Copy full SHA for b1f67df
Commits on Sep 6, 2020
2020-09-06 release
bellard
committed
7c312df
Copy full SHA for 7c312df
2020-07-05 release
bellard
committed
8900766
Copy full SHA for 8900766
2020-04-12 release
bellard
committed
1722758
Copy full SHA for 1722758
2020-03-16 release
bellard
committed
383e2b0
Copy full SHA for 383e2b0
Pagination
Previous
Next
You can’t perform that action at this time.