Function JSObject.this

Constructs an Object given a value slot.

this (
  Machine machine,
  const(xs.bindings.xsSlotRecord) value,
  void* data = null
);

Parameters

NameDescription
machineA Machine.
value
dataThe Object’s private data.