Struct neon::context::ModuleContext[][src]

pub struct ModuleContext<'a> { /* fields omitted */ }
Expand description

An execution context of module initialization.

Implementations

Convenience method for exporting a Neon function from a module.

Exports a JavaScript value from a Neon module.

Produces a handle to a module’s exports object.

Trait Implementations

Lock the JavaScript engine, returning an RAII guard that keeps the lock active as long as the guard is alive. Read more

Convenience method for locking the JavaScript engine and borrowing a single JS value’s internals. Read more

Convenience method for locking the JavaScript engine and mutably borrowing a single JS value’s internals. Read more

Executes a computation in a new memory management scope. Read more

Executes a computation in a new memory management scope and computes a single result value that outlives the computation. Read more

This is supported on crate feature try-catch-api only.

Convenience method for creating a JsBoolean value.

Convenience method for creating a JsNumber value.

Convenience method for creating a JsString value. Read more

Convenience method for creating a JsString value. Read more

Convenience method for creating a JsNull value.

Convenience method for creating a JsUndefined value.

Convenience method for creating an empty JsObject value.

Convenience method for creating an empty JsArray value.

Convenience method for creating an empty JsArrayBuffer value.

Convenience method for creating an empty JsBuffer value.

This is supported on crate feature napi-5 only.

Convenience method for creating a JsDate value.

Produces a handle to the JavaScript global object.

Throws a JS value.

Creates a direct instance of the Error class.

Creates an instance of the TypeError class.

Creates an instance of the RangeError class.

Throws a direct instance of the Error class.

Throws an instance of the TypeError class.

Throws an instance of the RangeError class.

Convenience method for wrapping a value in a JsBox. Read more

This is supported on crate features napi-4 and channel-api only.

Returns an unbounded channel for scheduling events to be executed on the JavaScript thread. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.