buffer: throw when writing beyond buffer
Previously one could write anywhere in a buffer pool if they accidently got their offset wrong. Mainly because the cc level checks only test against the parent slow buffer and not against the js object properties. So now we check to make sure values won't go beyond bounds without letting the dev know.
parent
3a2b5030
Please register or sign in to comment