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