Ejemplo n.º 1
0
 Handle<v8::Value> AllocaInst::New(const Arguments& args)
 {
   HandleScope scope;
   AllocaInst* a = new AllocaInst();
   a->Wrap(args.This());
   return args.This();
 }