diff --git a/doc/api/vm.md b/doc/api/vm.md index cc9b3135381dad..ff2f8c4ad0a41d 100644 --- a/doc/api/vm.md +++ b/doc/api/vm.md @@ -421,12 +421,6 @@ changes: in stack traces produced by this script. * `columnOffset` {number} Specifies the column number offset that is displayed in stack traces produced by this script. - * `displayErrors` {boolean} When `true`, if an [`Error`][] error occurs - while compiling the `code`, the line of code causing the error is attached - to the stack trace. - * `timeout` {number} Specifies the number of milliseconds to execute `code` - before terminating execution. If execution is terminated, an [`Error`][] - will be thrown. * `cachedData` {Buffer} Provides an optional `Buffer` with V8's code cache data for the supplied source. When supplied, the `cachedDataRejected` value will be set to either `true` or `false` depending on acceptance of the data