// Copyright 2020 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.// Flags: --harmony-sharedarraybuffer --harmony-atomics-waitasync --expose-async-hooksconstsab=newSharedArrayBuffer(16);consti32a=newInt32Array(sab);constresult=Atomics.waitAsync(i32a,0,0);Atomics.notify(i32a,0);lethook=async_hooks.createHook({promiseResolve:function(){}});hook.enable();