Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tobie
Created October 21, 2016 07:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tobie/56751420a4597ba25a7ed0e9aaac6f6b to your computer and use it in GitHub Desktop.
Save tobie/56751420a4597ba25a7ed0e9aaac6f6b to your computer and use it in GitHub Desktop.
1. If |F| corresponds to an attribute, operation or stringifier, then return
the global environment associated with the
[=interface=] that definition appears on.
1. Otherwise, if |F| corresponds to an indexed or named property, then return
the global environment associated with the interface that
the indexed or named property getter, setter or deleter was defined on.
1. If |F| corresponds to an attribute, operation or stringifier, then:
1. return the global environment associated with the
[=interface=] that definition appears on.
1. Otherwise, if |F| corresponds to an indexed or named property, then:
1. return the global environment associated with the interface that
the indexed or named property getter, setter or deleter was defined on.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment