TypedArrays: Improve dataview perf without endian param
authorDean McNamee <dean@gmail.com>
Tue, 15 Jan 2013 18:35:52 +0000 (19:35 +0100)
committerisaacs <i@izs.me>
Wed, 16 Jan 2013 18:54:28 +0000 (10:54 -0800)
commit9fe3734f15c822d6efc5d0e07d2a9dfd41632d7c
tree43ec38654de90eff7d678d0c51ebb17a747a4e5c
parentc93c99c7c359614c071fc0c4cd9cde0e729e712b
TypedArrays: Improve dataview perf without endian param

V8 seems to be particularly slow converting an undefined value to false
in BooleanValue.

Revert this when we upgrade to V8 3.17, or whenever the fix discussed
in http://code.google.com/p/v8/issues/detail?id=2487 lands in V8.
src/v8_typed_array.cc