Type Definition js::jsapi::OpenAsmJSCacheEntryForWriteOp [] [src]

type OpenAsmJSCacheEntryForWriteOp = Option<unsafe extern "C" fn(global: HandleObject, installed: bool, begin: *const c_ushort, end: *const c_ushort, size: usize, memory: *mut *mut u8, handle: *mut isize) -> AsmJSCacheResult>;