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 }}
RobLoach
/
quickjs
Public
forked from
quickjs-ng/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
android-malloc_usable_size
User selector
All users
Datepicker
All time
Commit History
Commits on Jan 29, 2024
android: In NDK, malloc_usable_size() was renamed to dlmalloc_usable_size()
RobLoach
authored
016b546
Copy full SHA for 016b546
Commits on Jan 18, 2024
feat: Added functions to get access to module exports
lbguilherme
authored and
saghul
committed
6868fb9
Copy full SHA for 6868fb9
Commits on Jan 16, 2024
Fix evaluation order of computed properties
Show description for e995085
bnoordhuis
authored and
saghul
committed
e995085
Copy full SHA for e995085
Add support for compiling with Microsoft Visual Studio C++ (MSVC) (#246)
CGQAQ
authored
48e4c63
Copy full SHA for 48e4c63
Commits on Jan 4, 2024
removed some unused vars (#245)
andrieshiemstra
authored
5f6171c
Copy full SHA for 5f6171c
Commits on Jan 2, 2024
Run V8 spec conformance test suite (#243)
Show description for 4b138c8
bnoordhuis
authored
4b138c8
Copy full SHA for 4b138c8
Commits on Dec 30, 2023
Fix for/in iteration over proxy objects (#241)
bnoordhuis
authored
9f9bf3c
Copy full SHA for 9f9bf3c
Fix Reflect typed array element conversion (#240)
bnoordhuis
authored
b5d6cea
Copy full SHA for b5d6cea
Commits on Dec 29, 2023
Fix Reflect with detached ArrayBuffer (#239)
bnoordhuis
authored
05fb3d9
Copy full SHA for 05fb3d9
Commits on Dec 27, 2023
Fix run-test262 dynamic import (#237)
Show description for 64c9ac5
bnoordhuis
authored
64c9ac5
Copy full SHA for 64c9ac5
Commits on Dec 24, 2023
Fix `getTimezoneOffset()` when `tm_gmtoff` is not available (#224)
TooTallNate
authored
440fc1b
Copy full SHA for 440fc1b
Commits on Dec 22, 2023
Fix UB in js_dtoa1
saghul
committed
2fb838c
Copy full SHA for 2fb838c
reduced JS_MAX_LOCAL_VARS (github issue #123)
Fabrice Bellard
authored and
saghul
committed
fad030b
Copy full SHA for fad030b
Fix: 'for of' expression cannot start with 'async'
Show description for bfb4b35
saghul
committed
bfb4b35
Copy full SHA for bfb4b35
Remove incorrect await in async yield*
Show description for 7ef2ed6
saghul
committed
7ef2ed6
Copy full SHA for 7ef2ed6
Add container_of macro
Show description for 0a640f5
saghul
committed
0a640f5
Copy full SHA for 0a640f5
Safer typed array finalizer
Fabrice Bellard
authored and
saghul
committed
c1a3b64
Copy full SHA for c1a3b64
Fix js_strtod with large integers
Show description for b8402ad
saghul
committed
b8402ad
Copy full SHA for b8402ad
Add support for `cmake -DDEBUG_LEAKS=1` (#230)
Show description for 119f2c1
TooTallNate
authored
119f2c1
Copy full SHA for 119f2c1
Make `performance` configurable
TooTallNate
authored and
saghul
committed
f94fbe2
Copy full SHA for f94fbe2
Commits on Dec 21, 2023
Implement RegExp 'v' flag, part 1 (#229)
Show description for f0ef9e1
bnoordhuis
authored
f0ef9e1
Copy full SHA for f0ef9e1
Commits on Dec 20, 2023
Remove unnecessary casts
Show description for d1852b5
saghul
committed
d1852b5
Copy full SHA for d1852b5
Commits on Dec 19, 2023
Now working on 0.4.0
saghul
committed
c29ae8d
Copy full SHA for c29ae8d
Set version to 0.3.0
saghul
committed
2d0b6d8
Copy full SHA for 2d0b6d8
Implement Error.stackTraceLimit
Show description for 4c929c5
saghul
committed
4c929c5
Copy full SHA for 4c929c5
Implement Error.prepareStackTrace support
Show description for 555d837
saghul
committed
555d837
Copy full SHA for 555d837
Commits on Dec 16, 2023
Fix typo in #undef (#222)
bnoordhuis
authored
471e821
Copy full SHA for 471e821
Drop non-standard Error properties
saghul
committed
8934101
Copy full SHA for 8934101
Retain function source code in serialized bytecode (#218)
Show description for 5cbf872
bnoordhuis
authored
5cbf872
Copy full SHA for 5cbf872
Commits on Dec 15, 2023
Remove unused member from JSContext
saghul
committed
7474b28
Copy full SHA for 7474b28
Commits on Dec 14, 2023
Partially port bellard/quickjs@58f374ef42 (#214)
Show description for 35e6bfc
bnoordhuis
authored
35e6bfc
Copy full SHA for 35e6bfc
Remove broken JS_READ_OBJ_ROM_DATA flag (#216)
Show description for ba8b80f
bnoordhuis
authored
ba8b80f
Copy full SHA for ba8b80f
Fix 'return' handling with 'yield' in 'for of' or with finally blocks
Show description for e581286
saghul
committed
e581286
Copy full SHA for e581286
Fix async generator in case of exception in implicit await in the 'return' statement
Show description for 39901e2
saghul
committed
39901e2
Copy full SHA for 39901e2
Raise an error if a private method is added twice to an object
Fabrice Bellard
authored and
saghul
committed
864a664
Copy full SHA for 864a664
Pagination
Previous
Next
You can’t perform that action at this time.