Module rquickjs_core::context
source · Expand description
JS Contexts related types.
Modules
- A marker types for intrinsic
Structs
- An asynchronous single execution context with its own global variables and stack.
- A single execution context with its own global variables and stack.
- Used for building a
Context
with a specific set of intrinsics - Context in use, passed to
Context::with
. - Eval options.
Traits
- The internal trait to add JS builting
- A trait for using multiple contexts at the same time.