[Bug 28797] Use IsDetachedBuffer() for BufferSource types consistently

https://www.w3.org/Bugs/Public/show_bug.cgi?id=28797

--- Comment #3 from Cameron McCormack <cam@mcc.id.au> ---
IsDetachedBuffer asserts that [[ArrayBufferData]] exists, rather than
checks-and-throws if it does not exist. So I think callers of IsDetachedBuffer
need to ensure that the value passed to it is already an object with an
[[ArrayBufferData]].

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Tuesday, 7 July 2015 07:22:57 UTC