blob: 777d410d70a4247af0a9421e30a4ffd889873d43 [file] [log] [blame]
// Copyright (C) 2015 André Bargull. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
es6id: 19.5.6.1
description: >
TypeError is a constructor function.
---*/
assert.sameValue(typeof TypeError, 'function', 'typeof TypeError is "function"');