script::dom::bindings::import::module

Function JS_SetReservedSlot

source
pub unsafe extern "C" fn JS_SetReservedSlot(
    obj: *mut JSObject,
    index: u32,
    v: *const Value,
)