Replace __proto__ with Object.setPrototypeOf(...)
Fixes #15. Basically, newer versions of Node > v0.11.12 started to deprecate
__proto__ object member in favor of Object.setPrototypeOf(...).
To stay backward this also adds implementation for Object.setPrototypeOf.
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google.
CLAs look good, thanks!
Fixes #15.
Is anybody maintaining this project any more?!