Provides an optional data with V8's code cache data for the supplied source.
interface
vm.CompileFunctionOptions
interface CompileFunctionOptions
- columnOffset?: number
Specifies the column number offset that is displayed in stack traces produced by this script.
- contextExtensions?: Object[]
An array containing a collection of context extensions (objects wrapping the current scope) to be applied while compiling
- lineOffset?: number
Specifies the line number offset that is displayed in stack traces produced by this script.