Status: New
Owner: ----
New issue 2024 by [email protected]: Instanceof doesn't work for typed
arrays
http://code.google.com/p/v8/issues/detail?id=2024
$ ~/src/v8/out/ia32.debug/d8
V8 version 3.10.0 (candidate) [console: dumb]
d8> a=new Float32Array(1)
[object Object]
d8> a instanceof Float32Array
false
I'm using latest master, revision
91bdad6108213d14d4c98d9f64cf663c0de553ab. This happens for other typed
array types too.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev