You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
isSingleFloat32Struct currently stops when the current handle is not a
value class handle, or it has more than one field.
If not, it proceeds to the next step with the assumption that the current.
Unfortunately, if the current handle is not a value class, but has one
field (somehow), getFieldInClass call raises an assertion failure
discussed in #6569.
This commit tries to fix this invalid terminating condition.
0 commit comments