Reviewers: Erik Corry, Message: Am I right in assuming that a smi 0 on x64 is all zero bits?
Description: Minor change to for-in Return (smi) 0 instead of object null from the FILTER_KEY builtin. Add a test which tests keys being deleted during for-in. Please review this at http://codereview.chromium.org/3170004/show SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/arm/codegen-arm.cc M src/arm/full-codegen-arm.cc M src/ia32/codegen-ia32.cc M src/ia32/full-codegen-ia32.cc M src/runtime.js M src/x64/codegen-x64.cc M src/x64/full-codegen-x64.cc A test/mjsunit/for-in-delete.js -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
