DescriptionInitialize internal fields in Factory::NewJSTypedArray and NewJSDataView.
This was causing array buffer views created by ValueDeserializer to have
uninitialized internal fields, which lead to crashes in layout tests when
Blink tried to read those fields.
For array buffers, JSArrayBuffer::Setup is responsible for this logic
(as well as initializing the V8 fields); this is similar to that.
The runtime already seems to correctly initialize these for script-created
array buffer views as well, which is why this issue was not detected sooner.
Committed: https://crrev.com/879f6599eee6e1dfcbe9a24bf688b261c03e9558
Cr-Commit-Position: refs/heads/master@{#41014}
Patch Set 1 #Patch Set 2 : unit tests #
Messages
Total messages: 17 (12 generated)
|