if (name.indexOf("toString") != -1) {
JsValueMoz32/*64*/jsValue = new JsValueMoz32/*64*/(jsRootedValue);
jsValue.setWrappedFunction(name, EMPTY_DISP_METHOD);
} else if (name.indexOf("gwtOnLoad") != -1) {
JsValueMoz32/*64*/jsValue = new JsValueMoz32/*64*/(jsRootedValue);
jsValue.setWrappedFunction(name, new DispatchMethod32/*64*/() {
public void invoke(int /*long*/jsthis, int /*long*/[] jsargs, int /*long*/returnValue) {
try {
System.out.println("Browser ready.");
// Attach a new ModuleSpace to make it programmable.
ModuleSpaceHost msh = getHost().createModuleSpaceHost(m_moduleName);