Sha256: 189565da94a354a9d27ce07e6af094a100de56bbf873fee881d306f910b6f165

Contents?: true

Size: 357 Bytes

Versions: 5

Compression:

Stored size: 357 Bytes

Contents

#ifndef __V8_VALUE_H
#define __V8_VALUE_H

#include "v8_main.h"

using namespace v8;

/* V8::Value class */
RUBY_EXTERN VALUE rb_cV8Value;
/* V8::Primitive class */
RUBY_EXTERN VALUE rb_cV8Primitive;

/* API */
Handle<Value> to_v8_value(VALUE value);
VALUE rb_v8_value_new2(VALUE data);
void Init_V8_Value();
void Init_V8_Primitive();

#endif//__V8_VALUE_H

Version data entries

5 entries across 5 versions & 1 rubygems

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