Sha256: 443c75271226d73083e6337c7defb89e39f3dd3d0d717233d7ae0dbba5ede597
Contents?: true
Size: 279 Bytes
Versions: 23
Compression:
Stored size: 279 Bytes
Contents
#ifndef JOHNSON_SPIDERMONKEY_GLOBAL_H #define JOHNSON_SPIDERMONKEY_GLOBAL_H #include "spidermonkey.h" #include "context.h" #include "runtime.h" // NOTE: one of the FEW places a context should be passed around JSObject* johnson_create_global_object(JSContext* context); #endif
Version data entries
23 entries across 23 versions & 3 rubygems