mirror of https://github.com/boa-dev/boa.git
Browse Source
* fix(boa): fixes unshift maximum size - throws TypeErrException according to spec for len + argCount > MAX_SAFE_INTEGER Closes #1306 * fix(boa): fixes Array.protoype.push integer limit exceeded - adds limit on push - rephrases message Closes #1306pull/1356/head
neeldug
3 years ago
committed by
GitHub
2 changed files with 10 additions and 1 deletions
Loading…
Reference in new issue