Welcome to mirror list, hosted at ThFree Co, Russian Federation.

node_javascript.h « src - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4df3bfa31ee61a7f732bf3c11d736a2f331f3d73 (plain)
1
2
3
4
5
6
7
8
#include <v8.h>

namespace node {

void DefineJavaScript(v8::Handle<v8::Object> target);
const char* MainSource();

}  // namespace node