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