test262/test/intl402/Intl/8.0.js

11 lines
368 B
JavaScript
Raw Normal View History

// Copyright 2013 Mozilla Corporation. All rights reserved.
// This code is governed by the license found in the LICENSE file.
/*---
2014-07-25 00:41:42 +02:00
es5id: 8.0
description: Tests that Intl has Object.prototype as its prototype.
author: Norbert Lindenberg
---*/
2017-05-04 21:13:23 +02:00
assert.sameValue(Object.getPrototypeOf(Intl), Object.prototype, "Intl doesn't have Object.prototype as its prototype.");