Fix for issue 339:
authoriposva@chromium.org <iposva@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 12 May 2009 22:07:10 +0000 (22:07 +0000)
committeriposva@chromium.org <iposva@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 12 May 2009 22:07:10 +0000 (22:07 +0000)
commit6c39aefd4f8b04adc10564fc46c2d856e1272709
tree6683cc26c8e846c1afb8790c5d56b40d8cf2571e
parentade7d1abd6f090c08b0d4d90a3af701655a16f21
Fix for issue 339:
- Move GetHiddenProperties functionality from object.cc to handle.cc to
  be more robust in the presence of GC in the middle of the function.

Review URL: http://codereview.chromium.org/115267

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