JS_EvalThis2

Function JS_EvalThis2 

Source
pub unsafe extern "C" fn JS_EvalThis2(
    ctx: *mut JSContext,
    this_obj: JSValue,
    input: *const c_char,
    input_len: usize,
    options: *mut JSEvalOptions,
) -> JSValue