Sha256: c1ed275bca671f890db365c66dfc412d2f662ec97a8ae4ff95c4049831304c7e

Contents?: true

Size: 322 Bytes

Versions: 4

Compression:

Stored size: 322 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;

VALUE v8_Context_New(int argc, VALUE *argv, VALUE self);
VALUE v8_cxt_Global(VALUE self);
VALUE v8_cxt_open(VALUE self);
VALUE v8_cxt_eval(VALUE self, VALUE source);

#endif

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
therubyracer-0.4.3 ext/v8/v8_cxt.h
therubyracer-0.4.2 ext/v8/v8_cxt.h
therubyracer-0.4.1 ext/v8/v8_cxt.h
therubyracer-0.4.0 ext/v8/v8_cxt.h