summaryrefslogtreecommitdiffstats
path: root/js/src/tests/test262/built-ins/Object/seal/object-seal-is-a-function.js
blob: 0a596994e372fb7a2947bfc7d22cf6a70674e1b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (c) 2012 Ecma International.  All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

/*---
esid: sec-object.seal
description: Object.seal is a function
---*/

assert.sameValue(typeof Object.seal, "function", 'typeof(f)');

reportCompare(0, 0);