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

JP22: "20.3.2.2 Date (value)" uses thisTimeValue() defined later #198

Closed
akr opened this Issue Nov 17, 2015 · 2 comments

Comments

Projects
None yet
3 participants
@akr

akr commented Nov 17, 2015

In the section, 20.3.2.2 Date (value), the step 3.a.i uses thisTimeValue() which is defined later (20.3.4).
It is better to define thisTimeValue() first, or add a forward reference such as "(thisTimeValue() is defined in 20.3.4.)".

@hueitan

This comment has been minimized.

Show comment
Hide comment
@hueitan

hueitan Dec 1, 2015

what is thisTimeValue() ?

hueitan commented Dec 1, 2015

what is thisTimeValue() ?

@bterlson

This comment has been minimized.

Show comment
Hide comment
@bterlson

bterlson Dec 2, 2015

Member

thisTimeValue is an abstract operation that takes some ECMAScript value and if it's a date, returns its DateValue slot, and otherwise throws a TypeError exception.

I've committed a fix that will make thisTimeValue be a link you can click to find its definition.

Member

bterlson commented Dec 2, 2015

thisTimeValue is an abstract operation that takes some ECMAScript value and if it's a date, returns its DateValue slot, and otherwise throws a TypeError exception.

I've committed a fix that will make thisTimeValue be a link you can click to find its definition.

@bterlson bterlson closed this in c35897c Dec 2, 2015

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