Sha256: dc2adf54e512d49c3400768c541f3600a42ca91e11c0df4a782469b3308d2a15

Contents?: true

Size: 489 Bytes

Versions: 25

Compression:

Stored size: 489 Bytes

Contents

#ifndef _RUBY_V8_CXT_
#define _RUBY_V8_CXT_ 

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

extern VALUE rb_cV8;
extern VALUE V8_C_Object;
extern VALUE V8_C_Context;

VALUE v8_Context_New(int argc, VALUE *argv, VALUE self);
VALUE v8_Context_InContext(VALUE self);
VALUE v8_Context_GetCurrent(VALUE self);
VALUE v8_cxt_Global(VALUE self);
VALUE v8_cxt_open(VALUE self);
VALUE v8_cxt_eval(VALUE self, VALUE source, VALUE filename);
VALUE v8_cxt_eql(VALUE self, VALUE other);

#endif

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
therubyracer-0.6.3 ext/v8/v8_cxt.h
therubyracer-0.6.2 ext/v8/v8_cxt.h
therubyracer-0.6.1 ext/v8/v8_cxt.h
therubyracer-0.6.0 ext/v8/v8_cxt.h
therubyracer-0.5.5 ext/v8/v8_cxt.h
therubyracer-0.5.4 ext/v8/v8_cxt.h
therubyracer-0.5.3 ext/v8/v8_cxt.h
therubyracer-0.5.2-x86-darwin-10 ext/v8/v8_cxt.h
therubyracer-0.5.2 ext/v8/v8_cxt.h
therubyracer-0.5.1-x86-darwin-9 ext/v8/v8_cxt.h
therubyracer-0.5.1-x86-darwin-10 ext/v8/v8_cxt.h
therubyracer-0.5.1 ext/v8/v8_cxt.h
therubyracer-0.5.0-x86-darwin-9 ext/v8/v8_cxt.h
therubyracer-0.5.0-x86-linux ext/v8/v8_cxt.h
therubyracer-0.5.0-x86_64-linux ext/v8/v8_cxt.h
therubyracer-0.4.9-x86_64-linux ext/v8/v8_cxt.h
therubyracer-0.5.0-x86-darwin-10 ext/v8/v8_cxt.h
therubyracer-0.5.0 ext/v8/v8_cxt.h
therubyracer-0.4.9-x86-linux ext/v8/v8_cxt.h
therubyracer-0.4.9-x86-darwin-10 ext/v8/v8_cxt.h