void setSpiderMonkeyException(JSContext *cx)
This function sets a python error under the assumption that a JS_* function call has failed....
Definition setSpiderMonkeyException.cc:77
PyObject * getExceptionString(JSContext *cx, const JS::ExceptionStack &exceptionStack, bool printStack)
Convert the given SpiderMonkey exception stack to a Python string.
Definition setSpiderMonkeyException.cc:22