Sha256: 69b80213bf941df6b072ced240a7cbbe8308095cb01d82961701f09568febbbf
Contents?: true
Size: 281 Bytes
Versions: 5
Compression:
Stored size: 281 Bytes
Contents
#ifndef __V8_FUNCTION_H #define __V8_FUNCTION_H #include "v8_main.h" /* V8::Function class */ RUBY_EXTERN VALUE rb_cV8Function; /* API */ VALUE to_v8_function(v8::Handle<v8::Value> value); VALUE rb_v8_function_new2(VALUE data); void Init_V8_Function(); #endif//__V8_FUNCTION_H
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
mustang-0.2.2 | ext/v8/v8_function.h |
mustang-0.2.1 | ext/v8/v8_function.h |
mustang-0.2.0 | ext/v8/v8_function.h |
mustang-0.1.1 | ext/v8/v8_function.h |
mustang-0.1.0 | ext/v8/v8_function.h |