ext/v8/v8_str.h in therubyracer-0.6.3 vs ext/v8/v8_str.h in therubyracer-0.7.0.pre

- old
+ new

@@ -1,9 +1,11 @@ #ifndef _RUBY_V8_STR_ #define _RUBY_V8_STR_ -#include "ruby.h" +#include "rr.h" +void rr_init_str(); + VALUE v8_str_new(VALUE clazz, VALUE str); VALUE v8_str_to_s(VALUE self); - +VALUE rr_reflect_v8_string(v8::Handle<v8::Value> value); #endif \ No newline at end of file