blob: 9e0a143b1b602d2ea1eb72476062c30c821b8566 [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.11-0-1
description: Object.isSealed must exist as a function
---*/
var f = Object.isSealed;
assert.sameValue(typeof(f), "function", 'typeof(f)');