Skip to content

Commit 4cd4420

Browse files
SimenBMylesBorins
authored andcommitted
doc: remove invalid vm.Script arguments
PR-URL: #20984 Fixes: #20982 Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Tiancheng "Timothy" Gu <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent f79096a commit 4cd4420

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

doc/api/vm.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -421,12 +421,6 @@ changes:
421421
in stack traces produced by this script.
422422
* `columnOffset` {number} Specifies the column number offset that is displayed
423423
in stack traces produced by this script.
424-
* `displayErrors` {boolean} When `true`, if an [`Error`][] error occurs
425-
while compiling the `code`, the line of code causing the error is attached
426-
to the stack trace.
427-
* `timeout` {number} Specifies the number of milliseconds to execute `code`
428-
before terminating execution. If execution is terminated, an [`Error`][]
429-
will be thrown.
430424
* `cachedData` {Buffer} Provides an optional `Buffer` with V8's code cache
431425
data for the supplied source. When supplied, the `cachedDataRejected` value
432426
will be set to either `true` or `false` depending on acceptance of the data

0 commit comments

Comments
 (0)