Sha256: f1cad804b23cc645fa7a457489d8982dc1e96d3d5653d7d04f3e4b39cc8465e5
Contents?: true
Size: 360 Bytes
Versions: 23
Compression:
Stored size: 360 Bytes
Contents
#ifndef JOHNSON_SPIDERMONKEY_EXTENSIONS_H #define JOHNSON_SPIDERMONKEY_EXTENSIONS_H #include "spidermonkey.h" #include "context.h" #include "conversions.h" // A context is passed here because there might not be a current context // for the runtime when the function is called. VALUE init_spidermonkey_extensions(JohnsonContext* context, VALUE self); #endif
Version data entries
23 entries across 23 versions & 3 rubygems