Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(917)

Side by Side Diff: sky/specs/script.md

Issue 687353003: Specs: Add a way for the inspector to see the registered event listeners (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « sky/specs/modules.md ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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.
OLDNEW
« no previous file with comments | « sky/specs/modules.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698