Sha256: ad79e2fda912fcd32965f273dc6170528f3f6cfaa48db0c16f2151e8c27af089

Contents?: true

Size: 322 Bytes

Versions: 22

Compression:

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

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
therubyracer-0.5.1-x86-darwin-9 ext/v8/v8_obj.h
therubyracer-0.5.1-x86-darwin-10 ext/v8/v8_obj.h
therubyracer-0.5.1 ext/v8/v8_obj.h
therubyracer-0.5.0-x86-darwin-9 ext/v8/v8_obj.h
therubyracer-0.5.0-x86-linux ext/v8/v8_obj.h
therubyracer-0.5.0-x86_64-linux ext/v8/v8_obj.h
therubyracer-0.4.9-x86_64-linux ext/v8/v8_obj.h
therubyracer-0.5.0-x86-darwin-10 ext/v8/v8_obj.h
therubyracer-0.5.0 ext/v8/v8_obj.h
therubyracer-0.4.9-x86-linux ext/v8/v8_obj.h
therubyracer-0.4.9-x86-darwin-10 ext/v8/v8_obj.h
therubyracer-0.4.9-x86-darwin-9 ext/v8/v8_obj.h
therubyracer-0.4.9 ext/v8/v8_obj.h
therubyracer-0.4.8-x86-darwin-9 ext/v8/v8_obj.h
therubyracer-0.4.8-x86-darwin-10 ext/v8/v8_obj.h
therubyracer-0.4.8 ext/v8/v8_obj.h
therubyracer-0.4.7-x86-darwin-9 ext/v8/v8_obj.h
therubyracer-0.4.7-x86-darwin-10 ext/v8/v8_obj.h
therubyracer-0.4.7 ext/v8/v8_obj.h
therubyracer-0.4.6 ext/v8/v8_obj.h