blob: 27b45ba7634589a18035e76da51dcbbbc615ab7d [file] [log] [blame] [view]
Sky Script Language
===================
The Sky script language is JavaScript, with strict mode enabled.
The global object is as specified by the JavaScript specification,
with the following changes:
- An additional property, with the "global", whose value is the
global object itself.
The getOwnPropertyKeys() method is removed.