[][src]Module neon_runtime::nan::raw

Fundamental definitions for mapping to the V8 memory space.

Structs

EscapableHandleScope

A V8 EscapableHandleScope.

HandleScope

A V8 HandleScope.

InheritedHandleScope
Local

A V8 Local handle.

Type Definitions

FunctionCallbackInfo

Represents the details of how the function was called from JavaScript.

Isolate

Represents an instance of the V8 runtime.