summaryrefslogtreecommitdiff
path: root/doc/api/vm.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/vm.md')
-rw-r--r--doc/api/vm.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/vm.md b/doc/api/vm.md
index e7aafb9e74..94aace19fb 100644
--- a/doc/api/vm.md
+++ b/doc/api/vm.md
@@ -639,7 +639,7 @@ console.log(globalVar);
## vm.compileFunction(code[, params[, options]])
<!-- YAML
-added: REPLACEME
+added: v10.10.0
-->
* `code` {string} The body of the function to compile.
* `params` {string[]} An array of strings containing all parameters for the