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
It looks like a place where some "pseudo-branch" on the return value would be of use. I'm not sure however how to insert such a branch easily, since we only do that right now in the symbolic interpreter.
In some cases there can be an implied branch with no source-code branch, which we will miss.
See _checkbox-direct-use-of-checked.html from 5673da2, which should match the behaviour of checkbox.html but does not see any branch.
Maybe we should be inserting some "pseudo-branch" on the return value of an onclick handler?
The text was updated successfully, but these errors were encountered: