blob: 9088c3c9d2b82cd6a987d3297c2e5da05fb12f0f [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.trunc
includes: [propertyHelper.js]
es6id: 20.2.2.35
---*/
verifyWritable(Math, "trunc");
verifyNotEnumerable(Math, "trunc");
verifyConfigurable(Math, "trunc");