($, it)
| 206 | const qrCode = { |
| 207 | __proto__: Content.prototype, |
| 208 | _create($, it) { return native("PiuQRCode_create").call(this, $, it); }, |
| 209 | QRCodeBuffer, |
| 210 | get string() { return native("PiuQRCode_get_string").call(this); }, |
| 211 | set string(it) { native("PiuQRCode_set_string").call(this, it); }, |