blob: 58c81cde0a542977d10b7c2df0b684ab1178c096 [file] [log] [blame]
// Copyright (C) 2017 Mozilla Corporation. All rights reserved.
// This code is governed by the license found in the LICENSE file.
/*---
esid: sec-atomics.wait
description: Testing descriptor property of Atomics.wait
includes: [propertyHelper.js]
features: [Atomics]
---*/
verifyProperty(Atomics, 'wait', {
enumerable: false,
writable: true,
configurable: true,
});