Rewrite for…each with for…of				#68
		
		
	
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -93,8 +93,8 @@ public final class RhinoCore implements ScopeProvider { | |||
|     // optimization level for rhino engine, ranges from -1 to 9 | ||||
|     int optLevel = 0; | ||||
| 
 | ||||
|     // language version - default to JS 1.8 | ||||
|     int languageVersion = 180; | ||||
|     // language version - default to ES6 | ||||
|     int languageVersion = 200; | ||||
| 
 | ||||
|     // debugger/tracer flags | ||||
|     boolean hasDebugger = false; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue