%ObjectFreeze needs to exclude non-fast-path objects.
authormvstanton@chromium.org <mvstanton@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 3 Jun 2014 07:59:36 +0000 (07:59 +0000)
committermvstanton@chromium.org <mvstanton@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 3 Jun 2014 07:59:36 +0000 (07:59 +0000)
commit848a9af6b49e36c1c6ccbdcf15d85e6e4284075b
tree6014a19c3bf33a8929231c290568b05a67270bb7
parentb8c3ee40ab246d5710a56b225b03add17fb4420f
%ObjectFreeze needs to exclude non-fast-path objects.

ClusterFuzz will call it with sloppy arguments and similar cases.

BUG=380049
LOG=N
R=yangguo@chromium.org

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

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