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

Fixes segfault from #1661
#1675 opened Aug 18, 2026 by sr5434 Draft
Add interrupt checks to Array prototype methods
#1674 opened Aug 18, 2026 by bnoordhuis Contributor Loading…
Fix TypedArray.prototype.with() value conversion order
#1667 opened Aug 16, 2026 by sr5434 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…
Always call the sort comparator, even for identical values
#1645 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…
Do not leak the old prototype in JS_AddIntrinsicDOMException()
#1642 opened Aug 6, 2026 by andreasrosdal Contributor Loading…
Return the class name atom from JS_GetClassName()
#1641 opened Aug 6, 2026 by andreasrosdal Contributor Loading…
Propagate exceptions from the get/set descriptor accessors
#1638 opened Aug 4, 2026 by saghul Contributor Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.