| OLD | NEW |
| 1 SKY SCRIPT LANGUAGE | 1 Sky Script Language |
| 2 =================== | 2 =================== |
| 3 | 3 |
| 4 The Sky script language is JavaScript, with strict mode enabled. | 4 The Sky script language is JavaScript, with strict mode enabled. |
| 5 | 5 |
| 6 The global object is as specified by the JavaScript specification, | 6 The global object is as specified by the JavaScript specification, |
| 7 with the following changes: | 7 with the following changes: |
| 8 | 8 |
| 9 - An additional property, with the "global", whose value is the | 9 - An additional property, with the "global", whose value is the |
| 10 global object itself. | 10 global object itself. |
| 11 |
| 12 The getOwnPropertyKeys() method is removed. |
| OLD | NEW |