Skip to content

Commit

Permalink
Implement FinalizationRegistry
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Dec 5, 2023
1 parent 18b3096 commit 99f12f4
Show file tree
Hide file tree
Showing 3 changed files with 299 additions and 102 deletions.
1 change: 1 addition & 0 deletions quickjs-atom.h
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ DEF(Float64Array, "Float64Array")
DEF(DataView, "DataView")
DEF(BigInt, "BigInt")
DEF(WeakRef, "WeakRef")
DEF(FinalizationRegistry, "FinalizationRegistry")
DEF(Map, "Map")
DEF(Set, "Set") /* Map + 1 */
DEF(WeakMap, "WeakMap") /* Map + 2 */
Expand Down
Loading

0 comments on commit 99f12f4

Please sign in to comment.