| {{include constructor.js}} |
| testIllegalConstructor("this"); |
| testIllegalConstructor("globalThis"); |
| testIllegalConstructor("app"); |
| testIllegalConstructor("event"); |
| testIllegalConstructor("font"); |
| testIllegalConstructor("global"); |
| testIllegalConstructor("util"); |
| testIllegalConstructor("style"); |
| testIllegalConstructor("color"); |
| testIllegalConstructor("border"); |
| testIllegalConstructor("display"); |
| testIllegalConstructor("console"); |
| testIllegalConstructor("position"); |
| testIllegalConstructor("highlight"); |
| testIllegalConstructor("zoomtype"); |
| testIllegalConstructor("scaleHow"); |
| testIllegalConstructor("scaleWhen"); |
| timer1 = app.setTimeOut("var marked = true", 1000); |
| testLegalConstructor("timer1"); |