-
Notifications
You must be signed in to change notification settings - Fork 67
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
HostEnsureCanCompileStrings takes only one argument #367
Labels
Comments
Na' that's just it was recently changed in 262, we need to update the specs to catch up with tc39/ecma262#2670 |
Perfect :) |
@ptomato can we get the spec updated to reflect the latest from 262? |
Maybe let's wait a bit here, until when tc39/ecma262#3222 is merged, since it touches the same AO. |
tc39/ecma262#3222 has consensus, and will be merged soon, right after that, we can fix this. |
ptomato
added a commit
to ptomato/proposal-shadowrealm
that referenced
this issue
Feb 15, 2024
As of tc39/ecma262#3222 the signature of HostEnsureCanCompileStrings changed. This adapts to the new signature by pulling in the latest version of ecma262-biblio and adding the missing arguments. Closes: tc39#367
caridy
pushed a commit
that referenced
this issue
Feb 16, 2024
As of tc39/ecma262#3222 the signature of HostEnsureCanCompileStrings changed. This adapts to the new signature by pulling in the latest version of ecma262-biblio and adding the missing arguments. Closes: #367
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the main spec HostEnsureCanCompileStrings takes only one argument; in the ShadowRealm use in PerformShadowRealmEval, it's passed two.
Unclear exactly the intent here; I suspect this should just be two calls?
The text was updated successfully, but these errors were encountered: