Skip to content

Common Errors

Benjamin Byholm edited this page Jan 14, 2015 · 1 revision

Never use v8::Function::Call directly, it will lead to strange runtime failure with callbacks not getting called. Use NanMakeCallback or NanCallback instead. They wrap node::MakeCallback.