mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:32:43 +00:00 
			
		
		
		
	|  b4e51249e9 https://tc39.es/ecma262/#sec-additions-and-changes-that-introduce-incompatibilities-with-prior-editions 11.9.1: In ECMAScript 2015, Automatic Semicolon Insertion adds a semicolon at the end of a do-while statement if the semicolon is missing. This change aligns the specification with the actual behaviour of most existing implementations. | ||
|---|---|---|
| .. | ||
| break-basic.js | ||
| continue-basic.js | ||
| do-while-basic.js | ||
| for-basic.js | ||
| for-head-errors.js | ||
| for-in-basic.js | ||
| for-no-curlies.js | ||
| for-of-basic.js | ||
| for-scopes.js | ||
| while-basic.js | ||