Skip to content

Pull requests: quickjs-ng/quickjs

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Fix out-of-bound read in JS_NewTypedArray
#1704 opened Aug 29, 2026 by bnoordhuis Contributor Loading…
Include callee name in "not a function" TypeError
#1701 opened Aug 26, 2026 by athrvk Contributor Loading…
Link against libm unconditionally on Unices
#1699 opened Aug 25, 2026 by bnoordhuis Contributor Loading…
Throw error when converting BigIntArray to Int8Array (#1690)
#1694 opened Aug 25, 2026 by sr5434 Contributor Loading…
Add a column offset to JSEvalOptions
#1656 opened Aug 6, 2026 by andreasrosdal Contributor Loading…
Report "not a constructor" for a non-object new target
#1655 opened Aug 6, 2026 by andreasrosdal Contributor Loading…
Scan the shape instead of enumerating prototype properties in for-in
#1654 opened Aug 6, 2026 by andreasrosdal Contributor Loading…
Skip positions that cannot start a regexp match
#1653 opened Aug 6, 2026 by andreasrosdal Contributor Loading…
Fix ToPropertyKey evaluation order for computed keys
#1651 opened Aug 6, 2026 by andreasrosdal Contributor Loading…
Apply ASI to a class field named get/set before a generator method
#1650 opened Aug 6, 2026 by andreasrosdal Contributor Loading…
Fix iterator closing around for-await-of and async-from-sync
#1649 opened Aug 6, 2026 by andreasrosdal Contributor Loading…
Resolve export bindings to their canonical module
#1648 opened Aug 6, 2026 by andreasrosdal Contributor Loading…
Reject a module's own capability before its async parents
#1647 opened Aug 6, 2026 by andreasrosdal Contributor Loading…
Clear [[AsyncEvaluation]] when a module finishes evaluating
#1646 opened Aug 6, 2026 by andreasrosdal Contributor Loading…
Keep scanning in indexOf() when a resizable buffer shrank
#1644 opened Aug 6, 2026 by andreasrosdal Contributor Loading…
Treat "NaN" as a canonical numeric index string
#1643 opened Aug 6, 2026 by andreasrosdal Contributor Loading…
Implement AddToKeptObjects and add JS_ClearKeptObjects
#1606 opened Jul 25, 2026 by littledivy Contributor Loading…
ProTip! Exclude everything labeled bug with -label:bug.