property RunningScriptInNewContextOptions.contextName
          
Usage in Deno
import { type RunningScriptInNewContextOptions } from "node:vm";
Human-readable name of the newly created context.
CreateContextOptions["name"]
      
    import { type RunningScriptInNewContextOptions } from "node:vm";
Human-readable name of the newly created context.
CreateContextOptions["name"]