Function xsNewObject
Creates an object instance, and returns a reference to the new object instance.
xs .bindings .xsSlotRecord xsNewObject
(
scope xs .bindings .xsMachineRecord* the
);
Examples
In ECMAScript:
new Object();
In D:
machine .xsNewObject();