|
Oolite 1.91.0.7712-251017-85ce217
|
import <Foundation/Foundation.h>#include <jsapi.h>Go to the source code of this file.
Functions | |
| void | InitOOJSShip (JSContext *context, JSObject *global) |
| JSClass * | JSShipClass (void) |
| JSObject * | JSShipPrototype (void) |
| void InitOOJSShip | ( | JSContext * | context, |
| JSObject * | global ) |
Definition at line 587 of file OOJSShip.m.
References InitOOJSShip(), JSEntityClass(), JSEntityPrototype(), OOJSBasicPrivateObjectConverter(), OOJSRegisterObjectConverter(), OOJSRegisterSubclass(), OOJSUnconstructableConstruct(), sShipClass, sShipMethods, sShipProperties, sShipPrototype, and sShipStaticMethods.
Referenced by OOJavaScriptEngine(Private)::createMainThreadContext, and InitOOJSShip().
| JSClass * JSShipClass | ( | void | ) |
Definition at line 595 of file OOJSShip.m.
References sShipClass.
Referenced by ShipEntity(OOJavaScriptExtensions)::getJSClass:andPrototype:, InitOOJSDock(), InitOOJSPlayerShip(), and InitOOJSStation().
| JSObject * JSShipPrototype | ( | void | ) |
Definition at line 601 of file OOJSShip.m.
References sShipPrototype.
Referenced by ShipEntity(OOJavaScriptExtensions)::getJSClass:andPrototype:, InitOOJSDock(), InitOOJSPlayerShip(), and InitOOJSStation().