Skip to main content

Module base

Module base 

Source

Modules§

ptr 🔒
Manually manage memory through raw pointers.

Structs§

CurrentRealm 🔒
Represents the current realm of JSContext (top realm on realm stack).
JSContext 🔒
A wrapper for raw JSContext pointers that are strongly associated with the Runtime type.
Rc 🔒
A single-threaded reference-counting pointer. ‘Rc’ stands for ‘Reference Counted’.

Type Aliases§

HandleObject 🔒
MutableHandleObject 🔒