Sha256: df34fd18ea712ecf809342b2c3890b6cd38d5bcfbae4af586f5baa8908aa6766
Contents?: true
Size: 356 Bytes
Versions: 10
Compression:
Stored size: 356 Bytes
Contents
#ifndef JOHNSON_TRACEMONKEY_EXTENSIONS_H #define JOHNSON_TRACEMONKEY_EXTENSIONS_H #include "tracemonkey.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_tracemonkey_extensions(JohnsonContext* context, VALUE self); #endif
Version data entries
10 entries across 10 versions & 4 rubygems