Sha256: 39bd4c2fd18ec32ff16343869b18e3db04503cdac024e3ef725b0ed37745e723

Contents?: true

Size: 203 Bytes

Versions: 5

Compression:

Stored size: 203 Bytes

Contents

#ifndef _RR_V8_VALUE_
#define _RR_V8_VALUE_ 

#include "rr.h"

extern VALUE rr_cV8_C_Value;
extern VALUE rr_cV8_C_Empty;
void rr_init_value();
VALUE rr_wrap_v8_value(v8::Handle<v8::Value>& value);
#endif

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
therubyracer-0.7.2.pre ext/v8/v8_value.h
therubyracer-0.7.1 ext/v8/v8_value.h
therubyracer-0.7.1.pre ext/v8/v8_value.h
therubyracer-0.7.0 ext/v8/v8_value.h
therubyracer-0.7.0.pre ext/v8/v8_value.h