Re: [heycam/webidl] [[ViewedArrayBuffer]] cannot be undefined during usage (#604)

Per the usage of the assert in [IsDetachedBuffer](https://tc39.github.io/ecma262/#sec-isdetachedbuffer) and lack of checks prior to usage in various locations such as in [ValidateTypedArray](https://tc39.github.io/ecma262/#sec-validatetypedarray) it would be a bug if it ever could be `undefined`. This PR looks fine to me.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/604#issuecomment-452723481

Received on Wednesday, 9 January 2019 14:52:32 UTC