Function script::dom::bindings::constructor::html_constructor
source ยท unsafe fn html_constructor(
cx: JSContext,
global: &GlobalScope,
call_args: &CallArgs,
check_type: fn(_: &Element) -> bool,
proto_id: ID,
creator: unsafe fn(_: JSContext, _: HandleObject<'_>, _: *mut [*mut JSObject; 574]),
can_gc: CanGc,
) -> Result<(), ()>