right now, if you use a for loop to get the keys in an object passed down from the host javascript runtime it will not find any keys.
The suggestion is to add some mechanism (or to fix the existing methods if possible) so you can create an object or Record type which only accepts some symbols as keys for the properties. You can ...