Function JSObject.setProperty

Sets a property from this Object.

void setProperty (
  string key,
  const(JSValue) value
);