Skip to content

Commit

Permalink
(wip) add FinalizationRegistry impl
Browse files Browse the repository at this point in the history
  • Loading branch information
LanderlYoung committed Jul 31, 2024
1 parent 4f3f761 commit 2dc6a8a
Show file tree
Hide file tree
Showing 6 changed files with 513 additions and 11 deletions.
2 changes: 0 additions & 2 deletions doc/quickjs.texi
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,6 @@ The following features are not supported yet:

@item Tail calls@footnote{We believe the current specification of tails calls is too complicated and presents limited practical interests.}

@item FinalizationRegistry objects

@end itemize

@subsection ECMA402
Expand Down
1 change: 1 addition & 0 deletions quickjs-atom.h
Original file line number Diff line number Diff line change
Expand Up @@ -270,5 +270,6 @@ DEF(Symbol_asyncIterator, "Symbol.asyncIterator")
DEF(Symbol_operatorSet, "Symbol.operatorSet")
#endif
DEF(WeakRef, "WeakRef")
DEF(FinalizationRegistry, "FinalizationRegistry")

#endif /* DEF */
Loading

0 comments on commit 2dc6a8a

Please sign in to comment.