this is undefined
## Steps to reproduce
Using the example in React:
```js
import { parsePhoneNumberFromString } from 'libphonenumber-js'
const phoneNumber = parsePhoneNumberFromString('Phone: 8 (800) 555 35 35.', 'RU')
```
## Observed result

Seems like `this` in `this.metadata` is undefined
issue