Function js::glue::NewProxyObject [] [src]

pub unsafe extern "C" fn NewProxyObject(
    aCx: *mut JSContext,
    aHandler: *const c_void,
    aPriv: HandleValue,
    proto: *mut JSObject,
    parent: *mut JSObject,
    call: *mut JSObject,
    construct: *mut JSObject
) -> *mut JSObject