JS_EvalThis2

Function JS_EvalThis2 

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