dash
dash copied to clipboard
`parseInt(x, undefined)` and `parseInt(x, null)` should be treated as if they were `parseInt(x, 10)`
This causes /test262/test/built-ins/parseInt/S15.1.2.2_A3.1_T3.js to fail.