jsc_context_evaluate_with_source_uri

Function jsc_context_evaluate_with_source_uri 

Source
pub unsafe extern "C" fn jsc_context_evaluate_with_source_uri(
    context: *mut JSCContext,
    code: *const c_char,
    length: ssize_t,
    uri: *const c_char,
    line_number: c_uint,
) -> *mut JSCValue