Skip to content

Commit

Permalink
doc: vm.SourceTextModule() without context option
Browse files Browse the repository at this point in the history
Explaining that vm.SourceTextModule() is able to evaluate in current
context if non is given

Fixes: #47280
PR-URL: #47295
Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
  • Loading branch information
axkibe authored and RafaelGSS committed Apr 8, 2023
1 parent 03b6650 commit 1c21fbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/api/vm.md
Expand Up @@ -745,6 +745,8 @@ changes:
`cachedData` was created.
* `context` {Object} The [contextified][] object as returned by the
`vm.createContext()` method, to compile and evaluate this `Module` in.
If no context is specified, the module is evaluated in the current
execution context.
* `lineOffset` {integer} Specifies the line number offset that is displayed
in stack traces produced by this `Module`. **Default:** `0`.
* `columnOffset` {integer} Specifies the first-line column number offset that
Expand Down

0 comments on commit 1c21fbf

Please sign in to comment.