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
Nikolai Tillmann edited this page Feb 8, 2018
·
2 revisions
Program may terminate with exception
Prepack transforms one JavaScript program into another by partially evaluating its behavior.
If the original program throws or may throw an exception as part of the execution of the global code, then Prepack will produce an equivalent program that will also throw such an exception. However, it is unlikely that the program is meant to throw an exception. When Prepack detects that a program may terminate because of an exception, then Prepack will emit this warning.