SetPrototypeMethod should set a `Signature` on the `FunctionTemplate`, to prevent issues like https://github.com/mapbox/node-sqlite3/issues/236 When used in conjunction with ObjectWrap, w/o a signature it is possible to pass bogus things as `this`, which could become a security hole.
SetPrototypeMethod should set a
Signatureon theFunctionTemplate, to prevent issues like TryGhost/node-sqlite3#236When used in conjunction with ObjectWrap, w/o a signature it is possible to pass bogus things as
this, which could become a security hole.