Struct v8::error::StackFrame [] [src]

pub struct StackFrame(_, _);

A stack frame, that is bound to an isolate.

Methods

impl StackFrame
[src]

The line number at which this stack frame was pushed.

The column number at which this stack frame was pushed.

The script file name in which this stack frame was pushed.

The function name in which this stack frame was pushed.

Whether this stack frame is part of an eval call.

Whether this stack frame is part of a constructor call.

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

Trait Implementations

impl Debug for StackFrame
[src]

Formats the value using the given formatter.

impl Clone for StackFrame
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Drop for StackFrame
[src]

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