Neon_Class_AddMethod

Function Neon_Class_AddMethod 

Source
pub unsafe extern "C" fn Neon_Class_AddMethod(
    isolate: Isolate,
    metadata: *mut c_void,
    name: *const u8,
    byte_length: u32,
    method: Local,
) -> bool