property CompileFunctionOptions.parsingContext
          
Usage in Deno
import { type CompileFunctionOptions } from "node:vm";
      
    
      
    The sandbox/context in which the said function should be compiled in.
Context | undefined
      
    import { type CompileFunctionOptions } from "node:vm";
      
    
      
    The sandbox/context in which the said function should be compiled in.
Context | undefined