Added v8::Object::GetProperties method that returns an array of all
authorchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 23 Oct 2008 10:31:49 +0000 (10:31 +0000)
committerchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 23 Oct 2008 10:31:49 +0000 (10:31 +0000)
commite08ce319ca6ef49b68dc66321d92d9265de08abc
treef10c8faf1290fdb74b57318018482ea556276d06
parent187879a25a06ccf12510dd5b47a2b583fe567c86
Added v8::Object::GetProperties method that returns an array of all
the enumerable properties of an object.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@568 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
include/v8.h
src/api.cc
test/cctest/test-api.cc