Struct v8::error::StackTrace [] [src]

pub struct StackTrace(_, _);

A stack trace, that is bound to an isolate.

Methods

impl StackTrace
[src]

The stack frames that this stack trace consists of.

Creates a captured version of this stack trace, that doesn't retain a reference to its isolate.

Trait Implementations

impl Debug for StackTrace
[src]

Formats the value using the given formatter.

impl Clone for StackTrace
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Drop for StackTrace
[src]

A method called when the value goes out of scope. Read more