Expand description
JS Contexts related types.
Modules§
- intrinsic
- A marker types for intrinsic
Structs§
- Async
Context - An asynchronous single execution context with its own global variables and stack.
- Context
- A single execution context with its own global variables and stack.
- Context
Builder - Used for building a
Context
with a specific set of intrinsics - Ctx
- Context in use, passed to
Context::with
. - Eval
Options - Eval options.
Traits§
- Intrinsic
- The internal trait to add JS builtins