mirror of
https://github.com/tc39/test262.git
synced 2025-11-11 17:29:44 +01:00
8 lines
293 B
JavaScript
8 lines
293 B
JavaScript
// Copyright (C) 2025 Igalia, S.L. All rights reserved.
|
|
// This code is governed by the BSD license found in the LICENSE file.
|
|
|
|
export const logs = [];
|
|
export const pB = Promise.withResolvers();
|
|
export const pB_start = Promise.withResolvers();
|
|
export const pE_start = Promise.withResolvers();
|