Sha256: 9980c92344a11246ddb7925f6267376beedb2e0b469ec1f309c5e38583231eea

Contents?: true

Size: 216 Bytes

Versions: 4

Compression:

Stored size: 216 Bytes

Contents

#ifndef _RUBY_V8_CXT_
#define _RUBY_V8_CXT_ 

#include "ruby.h"
#include "v8.h"
#include "v8_ref.h"

extern VALUE V8_C_Context;

void rr_init_cxt();
VALUE rr_reflect_v8_context(v8::Handle<v8::Context> value);

#endif

Version data entries

4 entries across 4 versions & 1 rubygems

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