[][src]Function rusty_v8::get_stack_trace

pub fn get_stack_trace<'sc>(
    scope: &mut impl ToLocal<'sc>,
    exception: Local<Value>
) -> Option<Local<'sc, StackTrace>>

Returns the original stack trace that was captured at the creation time of a given exception, or an empty handle if not available.