Struct mozjs::rust::Runtime [] [src]

pub struct Runtime { /* fields omitted */ }

A wrapper for the JSRuntime and JSContext structures in SpiderMonkey.

Methods

impl Runtime
[src]

[src]

Get the JSContext for this thread.

[src]

Creates a new JSRuntime and JSContext.

[src]

Returns the JSRuntime object.

[src]

Returns the JSContext object.

[src]

Trait Implementations

impl Drop for Runtime
[src]

[src]

Executes the destructor for this type. Read more