mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:52:44 +00:00 
			
		
		
		
	|  766f30f593 If we have a function as class extends value, we still cannot assume that it has a prototype property and that property has a function or null as its value - blindly calling to_object() on it may fail. Fixes #5075. | ||
|---|---|---|
| .. | ||
| class-advanced-extends.js | ||
| class-basic.js | ||
| class-constructor.js | ||
| class-errors.js | ||
| class-expressions.js | ||
| class-getters.js | ||
| class-inheritance.js | ||
| class-methods.js | ||
| class-setters.js | ||
| class-static-getters.js | ||
| class-static-setters.js | ||
| class-static.js | ||
| class-strict-mode.js | ||