Ben Noordhuis
9290385057
doc: vm: update github issues link
12 years ago
Brandon Frohs
49300a4fa6
doc: Fix link to open issues on GitHub.
12 years ago
Andrew Paprocki
c081809344
vm: add support for timeout argument
Add a watchdog class which executes a timer in a separate event loop in
a separate thread that will terminate v8 execution if it expires.
Add timeout argument to functions in vm module which use the watchdog
if a non-zero timeout is specified.
12 years ago
Kevin Gadd
1eb9fc5f33
docs: add warning to vm module docs
Add a clear warning about known issues with the module and a pointer to the
GitHub issues list for the module. Describe some of the biggest known issues
with the module.
13 years ago
Kyle Robinson Young
c9e6d3696c
doc: typo fixes
13 years ago
isaacs
2d44dcc8be
doc: Add stability indicators to documentation
13 years ago
isaacs
169b0820f0
doc refactor: vm
13 years ago
isaacs
f4720d8dbd
doc refactor: vm
13 years ago
Ben Noordhuis
465e22e62f
docs: clarify filename argument of vm.* functions
13 years ago
Antranig Basman
c05936ca13
vm: fix incorrect dispatch of vm.runInContext for argument "filename"
Adds test case and documentation for vm.runInContext and vm.createContext.
Fixes #1140 .
14 years ago
George Miroshnykov
68c8a69f4c
Close #962 : Fixed typo in vm.runInNewContext docs.
EDIT: Also added another typo fix to this commit. --isaacs
14 years ago
Ryan Dahl
702a923da7
Fix docs for vm module
14 years ago
Ryan Dahl
8b1082825c
Rename require('javascript') to require('vm')
14 years ago
Ryan Dahl
19ed02b286
Fix docs for 'javascript' module
14 years ago
Ryan Dahl
d787a444c5
Use require('javascript') instead of process.binding('evals')
14 years ago
Micheil Smith
e190c9616e
Splitting documentation
14 years ago