-
Notifications
You must be signed in to change notification settings - Fork 451
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
[js-api] "Creating a host function" requires a functype parameter #768
Comments
That patch landed too, so closing. |
Ms2ger
added a commit
to Ms2ger/spec
that referenced
this issue
Jan 25, 2019
littledan
pushed a commit
that referenced
this issue
Jan 25, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The algorithm to create a host function uses the function's type:
However, that type is not actually provided. The algorithm needs to take |functype| as a parameter.
The text was updated successfully, but these errors were encountered: