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