Age | Commit message (Collapse) | Author |
|
"Records" in the spec are basically C++ classes, so let's drop this
mouthful of a suffix.
|
|
These are basically what the spec calls "ordinary function objects",
so let's have the name reflect that. :^)
|
|
This patch makes the following name changes:
- ScopeObject => EnvironmentRecord
- LexicalEnvironment => DeclarativeEnvironmentRecord
- WithScope => ObjectEnvironmentRecord
|
|
- %GeneratorFunction%
- %GeneratorFunction.prototype%
- %GeneratorFunction.prototype.prototype%
- %Generator%.prototype
|
|
|