Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't use deprecated v8::Template::Set(). (#560)
See [0] and [1]: starting with node.js v6, setting non-primitive values on FunctionTemplate and ObjectTemplate instances is discouraged; v7 will downright disallow it. Update `Nan::SetPrototypeMethod()`. [0] nodejs/node#6216 [1] nodejs/node#6228
- Loading branch information