-
- Downloads
"...cls-expr-private-fields-indirect-eval.template" did not exist on "f0c2a9b019551f4fd46cf6729dffc5b4c887d577"
Improve coverage for section 21: String (#712)
This changeset increases coverage for section 21, specifically "21.1 String Objects". * Add tests for "this" validation of String methods * Add tests for ToNumber as used by String methods * Add test for `length` prop of exotic String objs * fixup! Add test for `length` prop of exotic String objs
Showing
- test/built-ins/String/prototype/toLocaleUpperCase/this-value-not-obj-coercible.js 33 additions, 0 deletions...ototype/toLocaleUpperCase/this-value-not-obj-coercible.js
- test/built-ins/String/prototype/toLowerCase/this-value-not-obj-coercible.js 21 additions, 0 deletions...ing/prototype/toLowerCase/this-value-not-obj-coercible.js
- test/built-ins/String/prototype/toUpperCase/this-value-not-obj-coercible.js 27 additions, 0 deletions...ing/prototype/toUpperCase/this-value-not-obj-coercible.js
Please register or sign in to comment