[][src]Module rusty_v8_m::scope

Structs

CallbackScope

A CallbackScope can be used to obtain a mutable Isolate reference within a callback that is called by V8 on the thread that already has a Locker on the stack.

Contained
ContextScope

Stack-allocated class which sets the execution context for all operations executed within a local scope.

Entered

A wrapper around the an instantiated and entered scope object.

Escapable
Scope

A RAII scope wrapper object that will, when the enter() method is called, initialize and activate the guarded object.

Traits

ScopeDefinition

A trait for defining scoped objects.

Type Definitions

FunctionCallbackScope
PropertyCallbackScope