pub fn eval_str(src: &str) -> Result<Value, String>
Parse/compile and run a JS source string on a fresh host.