JS_Eval2

Function JS_Eval2 

Source
pub unsafe extern "C" fn JS_Eval2(
    ctx: *mut JSContext,
    input: *const i8,
    input_len: u64,
    options: *mut JSEvalOptions,
) -> JSValue