Skip to content

Commit 82f1cde

Browse files
aduh95codebytere
authored andcommitted
lib: remove primordials.SafePromise
PR-URL: #36149 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent bb29508 commit 82f1cde

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/internal/per_context/primordials.js

-4
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,6 @@ primordials.SafeWeakSet = makeSafe(
106106
WeakSet,
107107
class SafeWeakSet extends WeakSet {}
108108
);
109-
primordials.SafePromise = makeSafe(
110-
Promise,
111-
class SafePromise extends Promise {}
112-
);
113109

114110
// Create copies of the namespace objects
115111
[

0 commit comments

Comments
 (0)