Struct v8::error::CapturedStackFrame [] [src]

pub struct CapturedStackFrame {
    pub line: u32,
    pub column: u32,
    pub script_name: Option<String>,
    pub function_name: Option<String>,
    pub is_eval: bool,
    pub is_constructor: bool,
}

A captured stack frame, that is separated from its underlying isolate.

Fields

Trait Implementations

impl Clone for CapturedStackFrame
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CapturedStackFrame
[src]

Formats the value using the given formatter.

impl Display for CapturedStackFrame
[src]

Formats the value using the given formatter.