Files
node/lib
Alex Kocharin f0bf6bb024 readline: fix calling constructor without new
Previously, we detected options object based on amount of arguments
supplied. But if we're calling readline without new operator,
constructor gets re-called and will always have 4 arguments.

PR-URL: https://github.com/iojs/io.js/pull/1385
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2015-04-10 10:56:19 +02:00
..
2015-03-25 22:12:18 +03:00
2015-01-31 23:47:29 -05:00
2015-01-31 23:47:29 -05:00
2015-04-09 10:51:19 -07:00
2015-01-31 23:47:29 -05:00
2015-04-09 10:51:19 -07:00
2015-01-21 16:21:31 -05:00
2015-03-25 22:12:18 +03:00
2015-04-09 10:51:19 -07:00
2015-02-07 12:00:16 -08:00
2015-03-25 22:12:18 +03:00
2015-04-09 10:51:19 -07:00
2015-01-21 16:21:31 -05:00
2015-03-04 11:37:12 +03:00
2015-01-31 23:47:29 -05:00
2015-01-21 16:21:31 -05:00
2015-04-04 02:31:51 +03:00
2015-04-09 10:51:19 -07:00
2015-01-31 23:47:29 -05:00
2015-04-09 10:51:19 -07:00
2015-01-21 16:21:31 -05:00
2015-01-31 23:47:29 -05:00
2015-04-07 23:38:55 +09:00