QuickBEAM.VM.Runtime.Web.Events (QuickBEAM v0.10.9)

Copy Markdown View Source

EventTarget, Event, CustomEvent, and DOMException builtins for BEAM mode.

Summary

Functions

Returns the JavaScript global bindings provided by this module.

Builds a CustomEvent object backed by VM heap state.

Builds a DOMException object backed by VM heap state.

Builds an Event object backed by VM heap state.

Builds an EventTarget object backed by VM heap state.

Creates a DOMException value with the given name and message.

Functions

bindings()

Returns the JavaScript global bindings provided by this module.

build_custom_event(args, this)

Builds a CustomEvent object backed by VM heap state.

build_dom_exception(args, this)

Builds a DOMException object backed by VM heap state.

build_event(args, this)

Builds an Event object backed by VM heap state.

build_event_target(args, this)

Builds an EventTarget object backed by VM heap state.

make_dom_exception(message, name)

Creates a DOMException value with the given name and message.