blob: ecbae3e236819262aeb3af92e2c6b3c4e45bd431 [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: >
SyntaxError is a constructor function.
---*/
assert.sameValue(typeof SyntaxError, 'function', 'typeof SyntaxError is "function"');