pub unsafe fn JS_ExecuteScript3(
    cx: *mut JSContext,
    envChain: HandleObjectVector,
    script: Handle<'_, *mut JSScript>
) -> bool