interface CompileFunctionOptions
extends BaseOptions
Properties Jump to heading
optional
Jump to headingcachedData: Buffer | undefinedProvides an optional data with V8's code cache data for the supplied source.
optional
Jump to headingproduceCachedData: boolean | undefinedSpecifies whether to produce new cache data.
optional
Jump to headingparsingContext: Context | undefinedThe sandbox/context in which the said function should be compiled in.
optional
Jump to headingcontextExtensions: Object[] | undefinedAn array containing a collection of context extensions (objects wrapping the current scope) to be applied while compiling