summaryrefslogtreecommitdiff
path: root/doc/api/vm.md
diff options
context:
space:
mode:
authorSimen Bekkhus <sbekkhus91@gmail.com>2018-05-26 23:05:45 +0100
committerAnatoli Papirovski <apapirovski@mac.com>2018-06-01 11:23:06 +0200
commit529b173cf30b7caaf3b53295d4f6a6219e84c1f7 (patch)
tree07b1085fa82bc9d47a9c5d07544fdb050dbc09f7 /doc/api/vm.md
parente1df6881c5f97071d86446874019975d4aacdf7d (diff)
downloadandroid-node-v8-529b173cf30b7caaf3b53295d4f6a6219e84c1f7.tar.gz
android-node-v8-529b173cf30b7caaf3b53295d4f6a6219e84c1f7.tar.bz2
android-node-v8-529b173cf30b7caaf3b53295d4f6a6219e84c1f7.zip
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>
Diffstat (limited to 'doc/api/vm.md')
-rw-r--r--doc/api/vm.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/api/vm.md b/doc/api/vm.md
index cc9b313538..ff2f8c4ad0 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