this is a runtime value and reference of the current context object... trace takes this to show what is going on for the passed object - and with that it is a relative root. If invoked in root context it will pass in the one I'm looking for, but it does not reveal it's variable name. I'm looking for the absolute root's variable name so I can use it to go after state and behavior (vars/functions) defined in the root context.
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.
this is a runtime value and reference of the current context object... trace takes this to show what is going on for the passed object - and with that it is a relative root. If invoked in root context it will pass in the one I'm looking for, but it does not reveal it's variable name. I'm looking for the absolute root's variable name so I can use it to go after state and behavior (vars/functions) defined in the root context.