Yes, it's a bit hacky at the moment, but \xFF contains internal stuff. You could look inside with E.getSizeOf(global["\xFF"], 1) and in even greater depth with E.getSizeOf(global["\xFF"], 2)
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Yes, it's a bit hacky at the moment, but
\xFF
contains internal stuff. You could look inside withE.getSizeOf(global["\xFF"], 1)
and in even greater depth withE.getSizeOf(global["\xFF"], 2)