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