Added development shell (d8) including readline support, counters and
authorchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 21 Oct 2008 09:12:27 +0000 (09:12 +0000)
committerchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 21 Oct 2008 09:12:27 +0000 (09:12 +0000)
commit1e52e36a8c299b33fec042e245f724b3faefd20a
treee76aa003c9057f8213ff183e69ba639c8600d5cb
parent000825645ca5c3b0f77475e8f36f4fcc73715186
Added development shell (d8) including readline support, counters and
completion.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@533 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
SConstruct
src/SConscript
src/d8-readline.cc [new file with mode: 0644]
src/d8.cc [new file with mode: 0644]
src/d8.h [new file with mode: 0644]
src/d8.js [new file with mode: 0644]
src/flag-definitions.h
src/natives.h
src/smart-pointer.h
tools/js2c.py