|
Oolite
|
import "OOJavaScriptEngine.h"
Include dependency graph for OOConstToJSString.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
| OOINLINE OOCompassMode OOCompassModeFromJSString | ( | JSContext * | context, |
| JSString * | string | ||
| ) |
Definition at line 132 of file OOConstToJSString.h.
References gOOCompassModeConstTable, kOOCompassModeDefault, and OOConstantFromJSStringPRIVATE().
Here is the call graph for this function:| OOINLINE OOCompassMode OOCompassModeFromJSValue | ( | JSContext * | context, |
| jsval | value | ||
| ) |
Definition at line 139 of file OOConstToJSString.h.
References gOOCompassModeConstTable, kOOCompassModeDefault, and OOConstantFromJSValuePRIVATE().
Referenced by PlayerShipSetProperty().
Here is the call graph for this function:
Here is the caller graph for this function:| NSUInteger OOConstantFromJSStringPRIVATE | ( | JSContext * | context, |
| JSString * | string, | ||
| struct ConstTable * | table, | ||
| NSInteger | defaultValue | ||
| ) |
Definition at line 232 of file OOConstToJSString.m.
References count, ConstTable::count, ConstTable::entries, JS_IsInRequest, TableEntry::jsString, sInited, and TableEntry::value.
Referenced by OOCompassModeFromJSString(), OOConstantFromJSValuePRIVATE(), OOEntityStatusFromJSString(), OOGalacticHyperspaceBehaviourFromJSString(), OOGUIScreenIDFromJSString(), OOScanClassFromJSString(), and OOViewIDFromJSString().
Here is the caller graph for this function:| NSUInteger OOConstantFromJSValuePRIVATE | ( | JSContext * | context, |
| jsval | value, | ||
| struct ConstTable * | table, | ||
| NSInteger | defaultValue | ||
| ) |
Definition at line 266 of file OOConstToJSString.m.
References EXPECT, and OOConstantFromJSStringPRIVATE().
Referenced by OOCompassModeFromJSValue(), OOEntityStatusFromJSValue(), OOGalacticHyperspaceBehaviourFromJSValue(), OOGUIScreenIDFromJSValue(), OOScanClassFromJSValue(), and OOViewIDFromJSValue().
Here is the call graph for this function:
Here is the caller graph for this function:| void OOConstToJSStringDestroy | ( | void | ) |
Definition at line 165 of file OOConstToJSString.m.
References sInited.
| void OOConstToJSStringInit | ( | JSContext * | context | ) |
Definition at line 144 of file OOConstToJSString.m.
References gOOCompassModeConstTable, gOOEntityStatusConstTable, gOOGalacticHyperspaceBehaviourConstTable, gOOGUIScreenIDConstTable, gOOLegalStatusReasonConstTable, gOOLongRangeChartModeConstTable, gOOScanClassConstTable, gOOShipDamageTypeConstTable, gOOViewIDConstTable, InitTable(), JS_IsInRequest, sInited, and sUndefinedString.
Here is the call graph for this function:| OOINLINE OOEntityStatus OOEntityStatusFromJSString | ( | JSContext * | context, |
| JSString * | string | ||
| ) |
Definition at line 64 of file OOConstToJSString.h.
References gOOEntityStatusConstTable, kOOEntityStatusDefault, and OOConstantFromJSStringPRIVATE().
Here is the call graph for this function:| OOINLINE OOEntityStatus OOEntityStatusFromJSValue | ( | JSContext * | context, |
| jsval | value | ||
| ) |
Definition at line 71 of file OOConstToJSString.h.
References gOOEntityStatusConstTable, kOOEntityStatusDefault, and OOConstantFromJSValuePRIVATE().
Here is the call graph for this function:| OOINLINE OOGalacticHyperspaceBehaviour OOGalacticHyperspaceBehaviourFromJSString | ( | JSContext * | context, |
| JSString * | string | ||
| ) |
Definition at line 201 of file OOConstToJSString.h.
References gOOGalacticHyperspaceBehaviourConstTable, kOOGalacticHyperspaceBehaviourDefault, and OOConstantFromJSStringPRIVATE().
Here is the call graph for this function:| OOINLINE OOGalacticHyperspaceBehaviour OOGalacticHyperspaceBehaviourFromJSValue | ( | JSContext * | context, |
| jsval | value | ||
| ) |
Definition at line 208 of file OOConstToJSString.h.
References gOOGalacticHyperspaceBehaviourConstTable, kOOGalacticHyperspaceBehaviourDefault, and OOConstantFromJSValuePRIVATE().
Referenced by PlayerShipSetProperty().
Here is the call graph for this function:
Here is the caller graph for this function:| OOINLINE OOGUIScreenID OOGUIScreenIDFromJSString | ( | JSContext * | context, |
| JSString * | string | ||
| ) |
Definition at line 166 of file OOConstToJSString.h.
References gOOGUIScreenIDConstTable, kOOGUIScreenIDDefault, and OOConstantFromJSStringPRIVATE().
Here is the call graph for this function:| OOINLINE OOGUIScreenID OOGUIScreenIDFromJSValue | ( | JSContext * | context, |
| jsval | value | ||
| ) |
Definition at line 173 of file OOConstToJSString.h.
References gOOGUIScreenIDConstTable, kOOGUIScreenIDDefault, and OOConstantFromJSValuePRIVATE().
Referenced by GlobalClearExtraGuiScreenKeys(), GlobalSetExtraGuiScreenKeys(), and MissionSetProperty().
Here is the call graph for this function:
Here is the caller graph for this function:| OOINLINE JSString * OOJSStringFromCompassMode | ( | JSContext * | context, |
| OOCompassMode | value | ||
| ) |
Definition at line 119 of file OOConstToJSString.h.
References gOOCompassModeConstTable, and OOJSStringFromConstantPRIVATE().
Referenced by OOJSValueFromCompassMode().
Here is the call graph for this function:
Here is the caller graph for this function:| JSString * OOJSStringFromConstantPRIVATE | ( | JSContext * | context, |
| NSInteger | value, | ||
| struct ConstTable * | table | ||
| ) |
Definition at line 200 of file OOConstToJSString.m.
References ConstTable::count, ConstTable::entries, JS_IsInRequest, TableEntry::jsString, sInited, sUndefinedString, and TableEntry::value.
Referenced by OOJSStringFromCompassMode(), OOJSStringFromEntityStatus(), OOJSStringFromGalacticHyperspaceBehaviour(), OOJSStringFromGUIScreenID(), OOJSStringFromLegalStatusReason(), OOJSStringFromScanClass(), OOJSStringFromShipDamageType(), and OOJSStringFromViewID().
Here is the caller graph for this function:| OOINLINE JSString * OOJSStringFromEntityStatus | ( | JSContext * | context, |
| OOEntityStatus | value | ||
| ) |
Definition at line 51 of file OOConstToJSString.h.
References gOOEntityStatusConstTable, and OOJSStringFromConstantPRIVATE().
Referenced by OOJSValueFromEntityStatus().
Here is the call graph for this function:
Here is the caller graph for this function:| OOINLINE JSString * OOJSStringFromGalacticHyperspaceBehaviour | ( | JSContext * | context, |
| OOGalacticHyperspaceBehaviour | value | ||
| ) |
Definition at line 188 of file OOConstToJSString.h.
References gOOGalacticHyperspaceBehaviourConstTable, and OOJSStringFromConstantPRIVATE().
Referenced by OOJSValueFromGalacticHyperspaceBehaviour().
Here is the call graph for this function:
Here is the caller graph for this function:| OOINLINE JSString * OOJSStringFromGUIScreenID | ( | JSContext * | context, |
| OOGUIScreenID | value | ||
| ) |
Definition at line 153 of file OOConstToJSString.h.
References gOOGUIScreenIDConstTable, and OOJSStringFromConstantPRIVATE().
Referenced by OOJSValueFromGUIScreenID().
Here is the call graph for this function:
Here is the caller graph for this function:| OOINLINE JSString * OOJSStringFromLegalStatusReason | ( | JSContext * | context, |
| OOLegalStatusReason | value | ||
| ) |
Definition at line 270 of file OOConstToJSString.h.
References gOOLegalStatusReasonConstTable, and OOJSStringFromConstantPRIVATE().
Referenced by OOJSValueFromLegalStatusReason().
Here is the call graph for this function:
Here is the caller graph for this function:| OOINLINE JSString * OOJSStringFromScanClass | ( | JSContext * | context, |
| OOScanClass | value | ||
| ) |
Definition at line 85 of file OOConstToJSString.h.
References gOOScanClassConstTable, and OOJSStringFromConstantPRIVATE().
Referenced by OOJSValueFromScanClass().
Here is the call graph for this function:
Here is the caller graph for this function:| OOINLINE JSString * OOJSStringFromShipDamageType | ( | JSContext * | context, |
| OOShipDamageType | value | ||
| ) |
Definition at line 256 of file OOConstToJSString.h.
References gOOShipDamageTypeConstTable, and OOJSStringFromConstantPRIVATE().
Referenced by OOJSValueFromShipDamageType().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 223 of file OOConstToJSString.h.
References gOOViewIDConstTable, and OOJSStringFromConstantPRIVATE().
Referenced by OOJSValueFromViewID().
Here is the call graph for this function:
Here is the caller graph for this function:| OOINLINE jsval OOJSValueFromCompassMode | ( | JSContext * | context, |
| OOCompassMode | value | ||
| ) |
Definition at line 126 of file OOConstToJSString.h.
References OOJSStringFromCompassMode().
Referenced by PlayerShipGetProperty().
Here is the call graph for this function:
Here is the caller graph for this function:| OOINLINE jsval OOJSValueFromEntityStatus | ( | JSContext * | context, |
| OOEntityStatus | value | ||
| ) |
Definition at line 58 of file OOConstToJSString.h.
References OOJSStringFromEntityStatus().
Referenced by EntityGetProperty().
Here is the call graph for this function:
Here is the caller graph for this function:| OOINLINE jsval OOJSValueFromGalacticHyperspaceBehaviour | ( | JSContext * | context, |
| OOGalacticHyperspaceBehaviour | value | ||
| ) |
Definition at line 195 of file OOConstToJSString.h.
References OOJSStringFromGalacticHyperspaceBehaviour().
Referenced by PlayerShipGetProperty().
Here is the call graph for this function:
Here is the caller graph for this function:| OOINLINE jsval OOJSValueFromGUIScreenID | ( | JSContext * | context, |
| OOGUIScreenID | value | ||
| ) |
Definition at line 160 of file OOConstToJSString.h.
References OOJSStringFromGUIScreenID().
Referenced by GlobalGetProperty(), and MissionGetProperty().
Here is the call graph for this function:
Here is the caller graph for this function:| OOINLINE jsval OOJSValueFromLegalStatusReason | ( | JSContext * | context, |
| OOLegalStatusReason | value | ||
| ) |
Definition at line 277 of file OOConstToJSString.h.
References OOJSStringFromLegalStatusReason().
Here is the call graph for this function:| OOINLINE jsval OOJSValueFromScanClass | ( | JSContext * | context, |
| OOScanClass | value | ||
| ) |
Definition at line 92 of file OOConstToJSString.h.
References OOJSStringFromScanClass().
Referenced by EntityGetProperty().
Here is the call graph for this function:
Here is the caller graph for this function:| OOINLINE jsval OOJSValueFromShipDamageType | ( | JSContext * | context, |
| OOShipDamageType | value | ||
| ) |
Definition at line 263 of file OOConstToJSString.h.
References OOJSStringFromShipDamageType().
Here is the call graph for this function:Definition at line 230 of file OOConstToJSString.h.
References OOJSStringFromViewID().
Referenced by PlayerShipGetProperty().
Here is the call graph for this function:
Here is the caller graph for this function:| OOINLINE OOScanClass OOScanClassFromJSString | ( | JSContext * | context, |
| JSString * | string | ||
| ) |
Definition at line 98 of file OOConstToJSString.h.
References gOOScanClassConstTable, kOOScanClassDefault, and OOConstantFromJSStringPRIVATE().
Here is the call graph for this function:| OOINLINE OOScanClass OOScanClassFromJSValue | ( | JSContext * | context, |
| jsval | value | ||
| ) |
Definition at line 105 of file OOConstToJSString.h.
References gOOScanClassConstTable, kOOScanClassDefault, and OOConstantFromJSValuePRIVATE().
Referenced by EntitySetProperty(), SystemCountEntitiesWithScanClass(), and SystemEntitiesWithScanClass().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 236 of file OOConstToJSString.h.
References gOOViewIDConstTable, kOOViewIDDefault, and OOConstantFromJSStringPRIVATE().
Here is the call graph for this function:Definition at line 243 of file OOConstToJSString.h.
References gOOViewIDConstTable, kOOViewIDDefault, and OOConstantFromJSValuePRIVATE().
Here is the call graph for this function: