node/test
Fedor Indutny ae5e23310e repl: remove double calls where possible
Repl is doing double evaluation of code: wrapped in parens and without
them. That's needed to allow users typing multiline chunks of code by
handling syntax errors on repl side. However if function declaration is
wrapped in parens (`(function a() {})`) calling it will be impossible,
so we're evaluating functions twice. That works fine for declaration,
but if entered code chunk returns function - it should not be called
twice.

fix #2773
2012-02-18 00:30:52 +06:00
..
addons Revert support for isolates. 2012-02-06 15:44:42 +01:00
disabled test: add missing copyright headers 2011-12-06 22:02:26 +01:00
fixtures test: add --debug-brk regression test 2012-02-07 23:42:38 +01:00
internet Tests: fix jslint issues 2012-01-17 19:45:09 +01:00
message Tests: fix jslint issues 2012-01-17 19:45:09 +01:00
pummel test: add --debug-brk regression test 2012-02-07 23:42:38 +01:00
simple repl: remove double calls where possible 2012-02-18 00:30:52 +06:00
common.js tests: fix more lint issues 2012-01-17 20:16:49 +01:00