According to the V8 documentation, if I want an object to exist across multiple independent operations I'd have to use a Persistent handle although I see no references to it outside of a few documentation mentions here: https://github.com/denoland/rusty_v8/search?q=persistent
Am I supposed to do it in a different way with Deno?