New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move function-specific text out of "Standard Built-in Objects" #531

Open
gibson042 opened this Issue Apr 9, 2016 · 0 comments

Comments

Projects
None yet
2 participants
@gibson042
Contributor

gibson042 commented Apr 9, 2016

There's a lot of function-specific text at §17 ECMAScript Standard Built-in Objects, some of which overlaps §9.3 Built-in Function Objects and some of which appears nowhere else (as far as I can tell). I think all of it would be more appropriate in 9.3, which is already referenced.

gibson042 added a commit to gibson042/ecma262 that referenced this issue Apr 12, 2016

Editorial: Remove function-specific text from object-specific section
Move from "Standard Built-in Objects" to "Built-in Function Objects"

Closes tc39gh-531

gibson042 added a commit to gibson042/ecma262 that referenced this issue Mar 24, 2018

Editorial: Remove function-specific text from object-specific section
Move from "Standard Built-in Objects" to "Built-in Function Objects"

Closes tc39gh-531
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment