mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
8 lines
212 B
C
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 */
|