Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Optional cachedData

cachedData: Buffer

Provides an optional data with V8's code cache data for the supplied source.

Optional columnOffset

columnOffset: undefined | number

Specifies the column number offset that is displayed in stack traces produced by this script. Default: 0

Optional contextExtensions

contextExtensions: Object[]

An array containing a collection of context extensions (objects wrapping the current scope) to be applied while compiling

Optional filename

filename: undefined | string

Specifies the filename used in stack traces produced by this script. Default: ''.

Optional lineOffset

lineOffset: undefined | number

Specifies the line number offset that is displayed in stack traces produced by this script. Default: 0.

Optional parsingContext

parsingContext: Context

The sandbox/context in which the said function should be compiled in.

Optional produceCachedData

produceCachedData: undefined | false | true

Specifies whether to produce new cache data. Default: false,

Generated using TypeDoc