1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00
therubyracer/ext/v8/v8_function.h

12 lines
181 B
C
Raw Normal View History

2009-12-18 02:48:06 -05:00
#ifndef _RUBY_V8_FUNCTION_
#define _RUBY_V8_FUNCTION_
#include "rr.h"
2009-12-18 02:48:06 -05:00
#include "v8.h"
2011-04-11 10:34:25 -04:00
void rr_init_function();
2010-05-13 17:53:09 -04:00
VALUE rr_reflect_v8_function(v8::Handle<v8::Value> value);
2010-04-21 19:09:13 -04:00
#endif