blob: 99f1f2bc6a0196216209c155f0117daa57ef0c28 [file] [log] [blame]
// Copyright 2012 Mozilla Corporation. All rights reserved.
// This code is governed by the license found in the LICENSE file.
/*---
es5id: 11.2.1
description: Tests that Intl.NumberFormat.prototype has the required attributes.
author: Norbert Lindenberg
includes: [propertyHelper.js]
---*/
verifyProperty(Intl.NumberFormat, "prototype", {
writable: false,
enumerable: false,
configurable: false,
});