v8/test
mikhail.naganov@gmail.com f8e5c71e18 Rename SmartPointer to SmartArrayPointer.
As pointed out in: http://codereview.chromium.org/7754007/#msg5

"SmartPointer should have been named SmartArrayPointer as it expects an input
allocated using new[] and deallocates it using delete[]. Using it as a simple
scoped pointer for a single object is incorrect."

R=mnaganov@chromium.org

Review URL: http://codereview.chromium.org/7860011
Patch from Thiago Farina <tfarina@chromium.org>.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9215 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2011-09-09 22:39:47 +00:00
..
benchmarks Switch from sample shell to d8 for unit test 2011-07-26 05:56:45 +00:00
cctest Rename SmartPointer to SmartArrayPointer. 2011-09-09 22:39:47 +00:00
es5conform Added check for trailing whitespaces and corrected existing violations. 2011-09-01 11:28:10 +00:00
message Fix bug introduced by earlier "cleanup". 2011-08-22 12:54:03 +00:00
mjsunit Don't allow seal or element property re-definition on external arrays. 2011-09-09 14:30:00 +00:00
mozilla Add flaky test expectation for a mozilla-debug test that assumes a specific execution time. 2011-09-02 09:28:14 +00:00
preparser Reintroduce duplicate identifier detection in preparser. 2011-09-07 12:39:53 +00:00
sputnik Make regexp flag parsing stricter. 2011-08-19 11:02:41 +00:00
test262 Switch from sample shell to d8 for unit test 2011-07-26 05:56:45 +00:00