Sha256: 4d92793cd964b5adef3f3c44e2f2cbc15b4173bf1070ae266914997b2bec58ee

Contents?: true

Size: 360 Bytes

Versions: 9

Compression:

Stored size: 360 Bytes

Contents

#ifndef _RUBY_V8_OBJECT_
#define _RUBY_V8_OBJECT_ 

#include "ruby.h"

extern VALUE V8_C_Object;

VALUE v8_Object_New(VALUE clazz);
VALUE v8_Object_Get(VALUE self, VALUE key);
VALUE v8_Object_Set(VALUE self, VALUE key, VALUE value);
VALUE v8_Object_GetPropertyNames(VALUE self);
VALUE v8_Object_context(VALUE self);
VALUE v8_Object_ToString(VALUE self);
#endif

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
therubyracer-0.6.3 ext/v8/v8_obj.h
therubyracer-0.6.2 ext/v8/v8_obj.h
therubyracer-0.6.1 ext/v8/v8_obj.h
therubyracer-0.6.0 ext/v8/v8_obj.h
therubyracer-0.5.5 ext/v8/v8_obj.h
therubyracer-0.5.4 ext/v8/v8_obj.h
therubyracer-0.5.3 ext/v8/v8_obj.h
therubyracer-0.5.2-x86-darwin-10 ext/v8/v8_obj.h
therubyracer-0.5.2 ext/v8/v8_obj.h