* src/vm/jit/stacktrace.c (stacktrace_inline_fillStackTrace): Assert that
authoredwin <none@none>
Fri, 21 Apr 2006 14:32:03 +0000 (14:32 +0000)
committeredwin <none@none>
Fri, 21 Apr 2006 14:32:03 +0000 (14:32 +0000)
commit7ce3faf12801642c66ed74d65540a9829178b4de
treeb3e4f7ec062e929fab058f6c2f683bbecf0bca1c
parent4c8f40dea6b2b63df15d017055b1ca76c1ebc4ef
* src/vm/jit/stacktrace.c (stacktrace_inline_fillStackTrace): Assert that
there is an exception before dereferencing it.
(stacktrace_create): Document that this function may return NULL.
(stacktrace_getClassContext): Check return value of stacktrace_create.
(stacktrace_getCurrentClass): Likewise.
(stacktrace_getStack): Likewise. Document that this function may return NULL.
src/vm/jit/stacktrace.c