Sha256: faa1c7f16b97e011fbb41e0aa46a03dab5731a6927340d17615cca57c146eaa6
Contents?: true
Size: 185 Bytes
Versions: 5
Compression:
Stored size: 185 Bytes
Contents
#ifndef __V8_CONTEXT_H #define __V8_CONTEXT_H #include "v8_main.h" /* V8::Context class */ RUBY_EXTERN VALUE rb_cV8Context; /* API */ void Init_V8_Context(); #endif//__V8_CONTEXT_H
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
mustang-0.2.2 | ext/v8/v8_context.h |
mustang-0.2.1 | ext/v8/v8_context.h |
mustang-0.2.0 | ext/v8/v8_context.h |
mustang-0.1.1 | ext/v8/v8_context.h |
mustang-0.1.0 | ext/v8/v8_context.h |