Variable JSValue.slot

Machine slot of this value.

class JSValue
{
  // ...
  const(xs.bindings.xsSlotRecord) slot ;
  // ...
}