Expand description
Machinery to initialise interface prototype objects and interface objects.
Structsยง
- The constructor behavior of a non-callback interface object.
- The class of a non-callback interface object.
Enumsยง
Constantsยง
- OBJECT_OPS ๐
Functionsยง
- Create and define the interface object of a callback interface.
- Create a global object with the given class.
- Create the interface prototype object of a non-callback interface.
- Create and define the named constructors of a non-callback interface.
- Create and define the interface object of a non-callback interface.
- Create a new object with a unique type.
- Conditionally define constants on an object.
- Conditionally define methods on an object.
- Conditionally define properties on an object.
- define_length ๐
- define_name ๐
- Define a property with a given name on the global object. Should be called through the resolve hook.
- fun_to_string_hook ๐ โ
- invalid_constructor ๐ โ
- Returns whether an interface with exposure set given by
globals
should be exposed in the global objectobj
. - non_new_constructor ๐ โ
- select_compartment ๐Choose the compartment to create a new global object in.
Type Aliasesยง
- A constructor class hook.
- A trace hook.