Reviewers: Søren Gjesse, Description: Handled return-value of SetElement in some cases, or avoided it in other.
SetElement can cause an exception to be thrown. If its return value isn't checked, this exception might not be handled at the correct time. In some cases, it's a matter of returning Exception::Failure() from a runtime function. In other cases, code using SetElement on a JSArray has been changed to setting directly on a FixedArray and only creating the JSArray at the end. Please review this at http://codereview.chromium.org/6588130/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge/build-ia32 Affected files: M src/jsregexp.cc M src/objects.h M src/objects.cc M src/parser.cc M src/runtime.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
