1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00
therubyracer/ext/v8/callbacks.h
2010-01-09 10:43:08 -05:00

8 lines
212 B
C

#ifndef CALLBACKS_H_8VK3LWBG
#define CALLBACKS_H_8VK3LWBG
#include <v8.h>
v8::Handle<v8::Value> RacerRubyInvocationCallback(const v8::Arguments& args);
#endif /* end of include guard: CALLBACKS_H_8VK3LWBG */