doc: remove invalid vm.Script
arguments
PR-URL: https://github.com/nodejs/node/pull/20984 Fixes: https://github.com/nodejs/node/issues/20982 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
e1df6881c5
commit
529b173cf3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user