mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
13 lines
338 B
Markdown
13 lines
338 B
Markdown
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.
|