tc39 / proposal-global

ECMAScript Proposal, specs, and reference implementation for `global`
http://tc39.github.io/proposal-global/
MIT License
349 stars 18 forks source link

Spec language for the global this value #17

Closed domenic closed 7 years ago

domenic commented 7 years ago

/cc @allenwb

I think you want to say something like "this Realm Record's [[GlobalEnv]]'s EnvironmentRecord's [[GlobalThisValue]]"?

domenic commented 7 years ago

The "this Realm Record" part is a bit sketchy; there's really no current link from the fact that the spec headings are per-realm to the actual realm they live in.