|
Oolite
|
import <Foundation/Foundation.h>#include <jsapi.h>
Include dependency graph for OOJSSound.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | InitOOJSSound (JSContext *context, JSObject *global) |
| OOSound * | SoundFromJSValue (JSContext *context, jsval value) |
| void InitOOJSSound | ( | JSContext * | context, |
| JSObject * | global | ||
| ) |
Definition at line 104 of file OOJSSound.m.
References OOJSBasicPrivateObjectConverter(), OOJSRegisterObjectConverter(), OOJSUnconstructableConstruct(), sSoundClass, sSoundMethods, sSoundProperties, sSoundPrototype, and sSoundStaticMethods.
Here is the call graph for this function:| OOSound * SoundFromJSValue | ( | JSContext * | context, |
| jsval | value | ||
| ) |
Definition at line 111 of file OOJSSound.m.
References GetNamedSound(), OOJS_PROFILE_ENTER, OOJS_PROFILE_EXIT, OOJSNativeObjectOfClassFromJSValue(), OOJSPauseTimeLimiter(), OOJSResumeTimeLimiter(), OOStringFromJSValue(), and PLAYER.
Here is the call graph for this function: