Module reflector

Source
Expand description

The Reflector struct.

Structsยง

Reflector ๐Ÿ”’
A struct to store a reference to the reflector of a DOM object.

Traitsยง

DomGlobal ๐Ÿ”’
DomGlobalGeneric ๐Ÿ”’
DomObject ๐Ÿ”’
A trait to provide access to the Reflector for a DOM object.
DomObjectIteratorWrap ๐Ÿ”’
A trait to provide a function pointer to wrap function for DOM iterator interfaces.
DomObjectWrap ๐Ÿ”’
A trait to provide a function pointer to wrap function for DOM objects.
MutDomObject ๐Ÿ”’
A trait to initialize the Reflector for a DOM object.

Functionsยง

reflect_dom_object ๐Ÿ”’
Create the reflector for a new DOM object and yield ownership to the reflector.
reflect_dom_object_with_proto ๐Ÿ”’