Add our own built-in native module system.
This commit is contained in:
parent
3c96007131
commit
0f6ece2d27
12 changed files with 217 additions and 5 deletions
|
@ -15,9 +15,12 @@ class NodeBindings {
|
|||
|
||||
virtual ~NodeBindings();
|
||||
|
||||
// Setup everything including V8, libuv and node.js main script.
|
||||
// Setup V8, libuv and the process object.
|
||||
virtual void Initialize();
|
||||
|
||||
// Load node.js main script.
|
||||
virtual void Load();
|
||||
|
||||
// Prepare for message loop integration.
|
||||
virtual void PrepareMessageLoop() = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue