|
Oolite 1.91.0.7712-251017-85ce217
|
import <Foundation/Foundation.h>#include <jsapi.h>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 InitOOJSSound(), OOJSBasicPrivateObjectConverter(), OOJSRegisterObjectConverter(), OOJSUnconstructableConstruct(), sSoundClass, sSoundMethods, sSoundProperties, sSoundPrototype, and sSoundStaticMethods.
Referenced by OOJavaScriptEngine(Private)::createMainThreadContext, and InitOOJSSound().
| 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.