Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4cd4420

Browse filesBrowse files
SimenBMylesBorins
authored andcommitted
doc: remove invalid vm.Script arguments
PR-URL: #20984 Fixes: #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>
1 parent f79096a commit 4cd4420
Copy full SHA for 4cd4420

File tree

Expand file treeCollapse file tree

1 file changed

+0
-6
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-6
lines changed
Open diff view settings
Collapse file

‎doc/api/vm.md‎

Copy file name to clipboardExpand all lines: doc/api/vm.md
-6Lines changed: 0 additions & 6 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.