blob: c8bb2ddd8af9667bcfa35a088b1a2ef01437f95d [file] [log] [blame]
// Copyright (c) 2012 Ecma International. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
es5id: 15.2.3.2-2-13
description: >
Object.getPrototypeOf returns the [[Prototype]] of its parameter
(RangeError)
---*/
assert.sameValue(Object.getPrototypeOf(RangeError), Error, 'Object.getPrototypeOf(RangeError)');