Skip to content

Commit ece6a17

Browse files
targosRafaelGSS
authored andcommitted
test: support presence of Temporal global
PR-URL: #61898 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> (cherry picked from commit f59bd6b)
1 parent 75b8d7a commit ece6a17

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)