Struct v8::error::Message [] [src]

pub struct Message(_, _);

An error message.

Methods

impl Message
[src]

The error message string.

The stack trace to the point where the error was generated.

Trait Implementations

impl Debug for Message
[src]

Formats the value using the given formatter.

impl Clone for Message
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Drop for Message
[src]

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