Sha256: b530d6f4459a8082456a4681c01737484e4170272335e73cf8594f0bffce6f17

Contents?: true

Size: 305 Bytes

Versions: 5

Compression:

Stored size: 305 Bytes

Contents

#ifndef __V8_OBJECT_H
#define __V8_OBJECT_H

#include "v8_main.h"

using namespace v8;

/* V8::Object class */
RUBY_EXTERN VALUE rb_cV8Object;

/* API */
Handle<Value> to_v8_object(VALUE value);
VALUE rb_v8_object_new2(VALUE data);
VALUE rb_v8_object_new3();
void Init_V8_Object();

#endif//__V8_OBJECT_H

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mustang-0.2.2 ext/v8/v8_object.h
mustang-0.2.1 ext/v8/v8_object.h
mustang-0.2.0 ext/v8/v8_object.h
mustang-0.1.1 ext/v8/v8_object.h
mustang-0.1.0 ext/v8/v8_object.h