You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • I guess in the BgColor example, I'd say why not use an actual variable?

    But in general if you do want to do this (writable/readable) you can use jswrap_object_defineProperty as you say - but I think you'd have to make your code add the properties to the object when it was created (the 'jswrapper' stuff won't handle that for you).

    Following API-description for Object.defineProperty, writeable and get/set are not supported.

    Where does it say that? Seems to say it's ok here: http://www.espruino.com/Reference#l_Obje­ct_defineProperty

About

Avatar for Gordon @Gordon started