pub fn evaluate_script<T, P>( script: T, script_path: Option<P>, ) -> Result<Value, JSError>where T: AsRef<str>, P: AsRef<Path>,