Searched refs:throwObj (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/java/src/
H A DnsJavaXPCOMGlue.cpp371 jthrowable throwObj = nsnull; local
377 throwObj = (jthrowable) env->NewObject(exceptionClass, mid,
382 NS_ASSERTION(throwObj, "Failed to create XPCOMException object");
385 if (throwObj) {
386 env->Throw(throwObj);
H A DnsJavaXPCOMBindingUtils.cpp990 jthrowable throwObj = nsnull; local
994 throwObj = (jthrowable) env->NewObject(xpcomExceptionClass, mid, errorCode,
997 NS_ASSERTION(throwObj, "Failed to create XPCOMException object");
1000 if (throwObj) {
1001 env->Throw(throwObj);

Completed in 46 milliseconds