pub fn eval_str(src: &str) -> Result<Value, String>Expand description
Parse/load, compile, and run a JS source string on a fresh host (rkyv-cached).
This is the node -e entry point; eval_str_from names the other
source-on-the-command-line one, which reports a different __filename.