mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 07:50:41 +00:00
Adds the feature to define arguments for the function called in domain.run(), this is supposed to be useful when a function is called from another context and some values from the current context are needed as arguments, it's similar to the callback from setTimeout or setInterval. PR-URL: https://github.com/iojs/io.js/pull/15 Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> |
||
|---|---|---|
| .. | ||
| function_call | ||
| child-process-read.js | ||
| domain-fn-args.js | ||
| module-loader.js | ||
| next-tick-breadth.js | ||
| next-tick-depth.js | ||
| spawn-echo.js | ||
| startup.js | ||
| string-creation.js | ||
| timers.js | ||
| url.js | ||
| v8-bench.js | ||