Skip to content

Commit f59bd6b

Browse files
committed
test: support presence of Temporal global
PR-URL: #61898 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
1 parent 9b67b06 commit f59bd6b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test/common/globals.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ if (global.gc) {
7474
intrinsics.add('gc');
7575
}
7676

77+
if (global.Temporal) {
78+
intrinsics.add('Temporal');
79+
}
80+
7781
// v8 exposes console in the global scope.
7882
intrinsics.add('console');
7983

0 commit comments

Comments
 (0)