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