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
That was the original plan, but was changed because enterFunction must be called after generating the name of a method (to e.g. avoid generating the program ({ [new.target](){} }). It's probably better for every complex node fuzzer (i.e. not just ap) to call goDeeper as its first statement.
E.g.
Function nodes only have depth increased when entering their bodies, which is not consistent with everything else.
The text was updated successfully, but these errors were encountered: