Fixed issue 253. No longer assuming that the target of a property lookup is a JSObject.
authorolehougaard <olehougaard@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 4 Mar 2009 11:57:24 +0000 (11:57 +0000)
committerolehougaard <olehougaard@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 4 Mar 2009 11:57:24 +0000 (11:57 +0000)
commit7bd50d046d87fdb197748bc081e04084a916a527
treec1ea32d75706a5a7dd328ae74f8a477a7862695e
parent9331d358c998b742a585576c5115a368b166258f
Fixed issue 253. No longer assuming that the target of a property lookup is a JSObject.
Review URL: http://codereview.chromium.org/39126

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1416 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/runtime.cc
test/mjsunit/regress/regress-253.js [new file with mode: 0644]