blob: 6cc5ac48451ef7895e4e0854ef0ad53442635ba5 [file] [log] [blame]
// Copyright 2015 Microsoft Corporation. All rights reserved.
// This code is governed by the license found in the LICENSE file.
/*---
description: Testing descriptor property of Math.imul
includes: [propertyHelper.js]
es6id: 20.2.2.19
---*/
verifyNotEnumerable(Math, "imul");
verifyWritable(Math, "imul");
verifyConfigurable(Math, "imul");