2010-05-11 12:41:07 -05:00
|
|
|
#ifndef _RR_V8_VALUE_
|
|
|
|
#define _RR_V8_VALUE_
|
|
|
|
|
|
|
|
#include "rr.h"
|
|
|
|
|
|
|
|
void rr_init_value();
|
|
|
|
VALUE rr_wrap_v8_value(v8::Handle<v8::Value>& value);
|
2011-04-11 13:32:14 -05:00
|
|
|
VALUE rr_v8_value_class();
|
|
|
|
VALUE rr_v8_value_empty();
|
2010-06-14 18:27:01 +03:00
|
|
|
#endif
|