src: add IsFunction() assert to MakeCallback
authorBen Noordhuis <info@bnoordhuis.nl>
Sun, 2 Jun 2013 13:11:46 +0000 (15:11 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Fri, 19 Jul 2013 20:56:28 +0000 (22:56 +0200)
commitdb13983e68840b59705748f5321fdd1927bffd98
tree44eaee4e2cabe91d6a6645d085cf055ce2f4fb84
parent2b7d86ec7369804af9ab5549e20d6ff021679e95
src: add IsFunction() assert to MakeCallback

Helps catch bugs early on. Without it, V8 throws the fairly
unhelpful exception "TypeError: undefined is not a function" -
unhelpful because there is no stack trace.
src/node.cc