2010-05-11 13:41:07 -04: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 14:32:14 -04:00
|
|
|
VALUE rr_v8_value_class();
|
|
|
|
VALUE rr_v8_value_empty();
|
2010-06-14 11:27:01 -04:00
|
|
|
#endif
|