Sha256: 2b7c3b08d7f74480b0f5a53437d801a11a437b5266c9496746c348254349536f
Contents?: true
Size: 239 Bytes
Versions: 3
Compression:
Stored size: 239 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); #endif
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
therubyracer-0.4.2 | ext/v8/v8_obj.h |
therubyracer-0.4.1 | ext/v8/v8_obj.h |
therubyracer-0.4.0 | ext/v8/v8_obj.h |