interface CompileFunctionOptions
extends BaseOptions
Properties #
#cachedData: Buffer | undefined
optional
Provides an optional data with V8's code cache data for the supplied source.
#produceCachedData: boolean | undefined
optional
Specifies whether to produce new cache data.
#parsingContext: Context | undefined
optional
The sandbox/context in which the said function should be compiled in.
#contextExtensions: Object[] | undefined
optional
An array containing a collection of context extensions (objects wrapping the current scope) to be applied while compiling