Sha256: 6a1d3c5d0a87a7760bfbceb8198c060a0707900c042d5688c4d2b946524e389e
Contents?: true
Size: 197 Bytes
Versions: 32
Compression:
Stored size: 197 Bytes
Contents
#ifndef _RUBY_V8_FUNCTION_ #define _RUBY_V8_FUNCTION_ #include "v8.h" #include "ruby.h" #include "v8_ref.h" extern VALUE V8_C_Function; VALUE V8_Wrap_Function(v8::Handle<v8::Function> f); #endif
Version data entries
32 entries across 32 versions & 1 rubygems