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