Add a readline() command to d8. This reads a single line, stripping
authorchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 13 Aug 2009 07:07:41 +0000 (07:07 +0000)
committerchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 13 Aug 2009 07:07:41 +0000 (07:07 +0000)
commit0b60fe88da7f56519009add32db5b57251a05dd1
tree25af37098b876dd1cc9bb65e56fb59384c9cc0f8
parentde8c403f1c50114b5f4394f9db0eb32afd08378b
Add a readline() command to d8. This reads a single line, stripping
the new-line at the end. This is the other half of what is required to
make the Debian Language Shootout code work correctly:
http://code.google.com/p/v8/issues/detail?id=353

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2671 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/d8.cc
src/d8.h