[][src]Module rusty_v8::scope

Structs

Entered

A wrapper around the an instantiated and entered scope object.

Scope

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

Traits

Scoped

A trait for defining scoped objects.