Function Machine.get
Get a property or item of an instance.
Parameters
| Name | Description |
|---|---|
| this_ | A reference to the instance that has the property or item |
| id | The identifier of the property or item to get |
Returns
A JSValue containing what is contained in the property or item.
JSValue will equal JSType if the property or item is not defined by the instance or its prototypes.