Minsky
|
#include <napi.h>
#include <exception>
#include <iostream>
Go to the source code of this file.
Functions | |
Value | RESTCall (const Napi::CallbackInfo &info) |
Object | Init (Env env, Object exports) |
Object Init | ( | Env | env, |
Object | exports | ||
) |
Definition at line 55 of file dummy-addon.cc.
References RESTCall().
Value RESTCall | ( | const Napi::CallbackInfo & | info | ) |
Definition at line 29 of file dummy-addon.cc.
Referenced by Init().