mirror of
https://github.com/tc39/test262.git
synced 2025-11-14 10:49:52 +01:00
8 lines
308 B
JavaScript
8 lines
308 B
JavaScript
// Copyright (C) 2025 Igalia, S.L. All rights reserved.
|
|
// This code is governed by the BSD license found in the LICENSE file.
|
|
|
|
import "./rejection-order_b-sentinel_FIXTURE.js"; // Signal that evaluation of b's subgraph has started
|
|
|
|
import { p1 } from "./rejection-order_setup_FIXTURE.js";
|
|
await p1.promise;
|