update status for type conversion stuff

Josh Wolfe 2017-09-25 12:34:18 -07:00
parent bf7e995f58
commit c0bc867004

@ -2,12 +2,12 @@
- [x] invalid digits
- Type conversion
- [x] ToPrimitive (@thejoshwolfe)
- [x] ToBoolean (@thejoshwolfe)
- [ ] ToBoolean (@thejoshwolfe)
- [x] ToNumber (@thejoshwolfe)
- [x] ToString (@thejoshwolfe)
- [ ] ToObject (@thejoshwolfe)
- [ ] ToString (@thejoshwolfe)
- [x] ToObject (@thejoshwolfe)
- [ ] ToNumeric (@thejoshwolfe)
- [x] RequireObjectCoercible (@thejoshwolfe)
- [ ] RequireObjectCoercible (@thejoshwolfe)
- Testing/comparison
- [x] less than
- [x] less than or equal
@ -46,7 +46,7 @@
- [ ] constructor
- [ ] toLocaleString (@thejoshwolfe)
- [ ] toString (@cxielarko)
- [x] valueOf (@thejoshwolfe)
- [ ] valueOf (@thejoshwolfe)
- [x] JSON.stringify
- [x] Number constructor
- TypedArrays