Add missing negative dictionary lookup to NonexistentHandlerFrontend
authorjkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 4 Nov 2013 14:14:09 +0000 (14:14 +0000)
committerjkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 4 Nov 2013 14:14:09 +0000 (14:14 +0000)
commit2ebfd6e90e7f45171e90afd54c38b103ad21c77e
tree4dc54f24f5cc8ec9fca56e0a6cf8afdc9e20f9d2
parent4fbc96ff78b7120456f52febba65127f35322149
Add missing negative dictionary lookup to NonexistentHandlerFrontend

BUG=v8:2980
R=verwaest@chromium.org

Review URL: https://codereview.chromium.org/57433003

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@17459 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/arm/stub-cache-arm.cc
src/ia32/stub-cache-ia32.cc
src/mips/stub-cache-mips.cc
src/stub-cache.cc
src/stub-cache.h
src/x64/stub-cache-x64.cc
test/mjsunit/regress/regress-2980.js [new file with mode: 0644]