mirror of https://github.com/boa-dev/boa.git
Browse Source
This Pull Request fixes `byteLength` for `ArrayBuffer`. It should be an accessor property rather than a method, per the spec. It changes the following: - Removes `byteLength` method for `ArrayBuffer` built-in. - Add `byteLength` accessor property for `ArrayBuffer`. - Change `byte_length` function name to `get_byte_length`, to match other function names used for accessor properties.pull/2014/head
lupd
3 years ago
1 changed files with 12 additions and 2 deletions
Loading…
Reference in new issue