You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.