mirror of
				https://github.com/tc39/test262.git
				synced 2025-11-04 13:44:29 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			296 B
		
	
	
	
		
			JavaScript
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			296 B
		
	
	
	
		
			JavaScript
		
	
	
		
			Executable File
		
	
	
	
	
// 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: >
 | 
						|
  EvalError is a constructor function.
 | 
						|
---*/
 | 
						|
 | 
						|
assert.sameValue(typeof EvalError, 'function', 'typeof EvalError is "function"');
 |