Function JSObject.setPropertyAt

Sets a property from this Object given its numeric index.

void setPropertyAt (
  uint id,
  const(JSValue) value
);