Module rquickjs_core::context
source · Expand description
JS Contexts related types.
Modules
- A marker types for intrinsic
Structs
- AsyncContext
futures
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