blob: adbbb32f6e34c74b1a1d0d4009d63774adbf4af8 [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-11
description: >
Object.getPrototypeOf returns the [[Prototype]] of its parameter
(Error)
---*/
assert.sameValue(Object.getPrototypeOf(Error), Function.prototype, 'Object.getPrototypeOf(Error)');