Sha256: e3d865539be1a7e2a9dab26ecc11eba5f0042c49f93def5be44bc037ba4de86a
Contents?: true
Size: 278 Bytes
Versions: 5
Compression:
Stored size: 278 Bytes
Contents
#ifndef __V8_STRING_H #define __V8_STRING_H #include "v8_main.h" using namespace v8; /* V8::String class */ RUBY_EXTERN VALUE rb_cV8String; /* API */ Handle<Value> to_v8_string(VALUE value); VALUE rb_v8_string_new2(VALUE data); void Init_V8_String(); #endif//__V8_STRING_H
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
mustang-0.2.2 | ext/v8/v8_string.h |
mustang-0.2.1 | ext/v8/v8_string.h |
mustang-0.2.0 | ext/v8/v8_string.h |
mustang-0.1.1 | ext/v8/v8_string.h |
mustang-0.1.0 | ext/v8/v8_string.h |