Function script::dom::eventtarget::get_compiled_handler

source ยท
fn get_compiled_handler(
    inline_listener: &RefCell<InlineEventListener>,
    owner: &EventTarget,
    ty: &Atom,
    can_gc: CanGc,
) -> Option<CommonEventHandler>
Expand description

Get a compiled representation of this event handler, compiling it from its raw source if necessary. https://html.spec.whatwg.org/multipage/#getting-the-current-value-of-the-event-handler