Oolite 1.91.0.7658-250404-b1488af
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
OOJSExhaustPlume.h File Reference
import <Foundation/Foundation.h>
#include <jsapi.h>
import "OOExhaustPlumeEntity.h"
+ Include dependency graph for OOJSExhaustPlume.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

category  OOExhaustPlumeEntity(OOJavaScriptExtensions)
 

Functions

void InitOOJSExhaustPlume (JSContext *context, JSObject *global)
 

Function Documentation

◆ InitOOJSExhaustPlume()

void InitOOJSExhaustPlume ( JSContext * context,
JSObject * global )

Definition at line 85 of file OOJSExhaustPlume.m.

86{
90}
OOINLINE JSClass * JSEntityClass(void)
Definition OOJSEntity.h:42
OOINLINE JSObject * JSEntityPrototype(void)
Definition OOJSEntity.h:43
static JSPropertySpec sExhaustPlumeProperties[]
static JSClass sExhaustPlumeClass
static JSObject * sExhaustPlumePrototype
static JSFunctionSpec sExhaustPlumeMethods[]
void OOJSRegisterObjectConverter(JSClass *theClass, OOJSClassConverterCallback converter)
JSBool OOJSUnconstructableConstruct(JSContext *context, uintN argc, jsval *vp)
void OOJSRegisterSubclass(JSClass *subclass, JSClass *superclass)
id OOJSBasicPrivateObjectConverter(JSContext *context, JSObject *object)

References JSEntityClass(), JSEntityPrototype(), OOJSBasicPrivateObjectConverter(), OOJSRegisterObjectConverter(), OOJSRegisterSubclass(), OOJSUnconstructableConstruct(), sExhaustPlumeClass, sExhaustPlumeMethods, sExhaustPlumeProperties, and sExhaustPlumePrototype.

Referenced by OOJavaScriptEngine(Private)::createMainThreadContext.

+ Here is the call graph for this function:
+ Here is the caller graph for this function: