-
Notifications
You must be signed in to change notification settings - Fork 1.7k
universal function type RTTI is not working #28079
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
Comments
node dcalls also do not work on these, likely for the same reason, see #28105 |
I will probably wait for this CL to land: https://codereview.chromium.org/2623053004/ as it changes a lot of function type tracking in DDC |
I've got a test for this. Things seem to be working correctly in terms of dynamic calls. The main issue is we don't print the type in a reasonable way. EDIT: also we don't implement subtype relation at all. Working on that. |
This is basically fixed in d26bb56. I've got one more test I'm going to look at landing for it but otherwise we're good to go here. |
from @vsmenon comment here: #27952 (comment)
the repro is:
the type of
h
is showing up asJSObject<makeGenericFnType>
but it should be<T>(dynamic) -> dynamic
The text was updated successfully, but these errors were encountered: