GWT 2.x $entry function -
No developer information about this function can be found. I just know that wrapping jsni javascript calls for Java methods with this $ entry function has been suggested. I came to know that it catches the exception, so Java code can handle them. Is it all? If you want to know what actually happens, then see com .google. Gwt.core.client.impl.Impl.entry (JavaScriptObject jsFunction) . This function (at least in GWT 2.2.0) mainly calls entry0 (object jsFunction) First of all, this is nothing Which is set by Scheduler.scheduleEntry () / li> Then it ensures to execute jsFunction in an attempt block, to the exception To forward to GWT.getUncaughtExceptionHandler () , if there is such a handler. Finally, this has been defined by any scheduler schedule ()