Stop throwing exceptions for out-of-range accesses to CanvasArrays.
authorkbr@chromium.org <kbr@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 23 Oct 2009 09:19:17 +0000 (09:19 +0000)
committerkbr@chromium.org <kbr@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 23 Oct 2009 09:19:17 +0000 (09:19 +0000)
commitef95097334219bcef25458f0488e98a638cbb26c
tree0fbc321056bc434aab3cd66d511273d4571f4b76
parent6f1d641fb6a3b35e186ab6d12f419e61f39fe3d2
Stop throwing exceptions for out-of-range accesses to CanvasArrays.
This is per resolution in the WebGL working group to make these types
match the WebIDL IndexSetter and IndexGetter semantics, which are
still being defined but will very likely not throw.

Review URL: http://codereview.chromium.org/328007

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3117 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/factory.cc
src/factory.h
src/messages.js
src/objects.cc
test/cctest/test-api.cc