Access to the properties of the Javascript root object

Hi Jules,

 

I am thinking on some debugging features for the Javascript Engine, and it would be really great to have access to the NamedValueSet that stores all variables and objects for watching variables and autocomplete.

I added a getProperties() method to the JavascriptEngine class, which returned the NamedValueSet (it simply calls getProperties on the root object), but of course it would be great to incorporate this into your Library.

what do you think? Of course it can be const to prevent weird stuff.

Sure, sounds like a reasonable addition.

Wow, that was fast! Thanks.