// Copyright 2019 the V8 project authors. All rights reserved.// Use of this source code is governed by a BSD-style license that can be// found in the LICENSE file.functionsleeping_promise(){returnnewPromise((resolve)=>setTimeout(resolve));}exportletlife;awaitsleeping_promise();life=-1;awaitsleeping_promise();life=(awaitimport('modules-skip-1.mjs')).life();