Comment #2 on issue 1877 by [email protected]: NULL ptr in
v8::Value::IsInt32
http://code.google.com/p/v8/issues/detail?id=1877
After a first look, this does not seem to be a V8 bug, since typed arrays
are to be implemented by the embedder, in this case WebKit.
An even smaller repro that does not touch any DOM is this:
<script>
Int16Array = 0;
new Float64Array(function () {});
</script>
However, on d8 (which includes an implementation for typed arrays), this
repro does not crash.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev