http://gwt-code-reviews.appspot.com/47816/diff/1/5 File dev/core/src/com/google/gwt/dev/js/JsStackEmulator.java (right):
http://gwt-code-reviews.appspot.com/47816/diff/1/5#newcode174 Line 174: * exitingEarly && $stackDepeth = stackIndex - 1; There's a typo here: stackDep_e_th On 2009/07/22 15:24:47, Lex wrote: > There is no way to know for sure! It could depend on whether the try block > throws an exception or simply fell off its end. Further, the throw might not be > apparent in the code; it could have been thrown by some other function that the > try block calls. > Maybe this pop code is not needed. See my next comment. > Is it even necessary to bother? See my next comment. http://gwt-code-reviews.appspot.com/47816 --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
