blob: 33998156eba342c8cc038158fac6271263330016 [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.exchange
description: Testing descriptor property of Atomics.exchange
includes: [propertyHelper.js]
features: [Atomics]
---*/
verifyProperty(Atomics, 'exchange', {
enumerable: false,
writable: true,
configurable: true,
});