pub unsafe extern "C" fn JS_ExecuteScript( cx: *mut JSContext, script: Handle<*mut JSScript>, rval: MutableHandle<Value>, ) -> bool
Evaluate a script in the scope of the current global of cx.