Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- template<int _curArgNum, typename... _cArgs>
- v8::Handle<v8::Value> _expand_invoke(const v8::FunctionCallbackInfo<v8::Value>& args, const Args&... curArgs) const {
- mCallback(curArgs...);
- return v8::Undefined();
- }
Advertisement
Add Comment
Please, Sign In to add comment