blob: 0e9a9b35065a0570a3c4e3355ba91e64b181acb8 [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.3-0-1
description: Object.getOwnPropertyDescriptor must exist as a function
---*/
assert.sameValue(typeof(Object.getOwnPropertyDescriptor), "function", 'typeof(Object.getOwnPropertyDescriptor)');