mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
9 lines
137 B
C++
9 lines
137 B
C++
#include <v8.h>
|
|
|
|
namespace node {
|
|
|
|
void DefineJavaScript(v8::Handle<v8::Object> target);
|
|
const char* MainSource();
|
|
|
|
} // namespace node
|