Definition at line 327 of file OOJSSoundSource.m.
◆ oo_jsClassName
| - (NSString *) oo_jsClassName |
|
|
|
|
implementation |
◆ oo_jsValueInContext:
| - (jsval) oo_jsValueInContext: |
|
(JSContext *) |
context |
|
|
implementation |
Definition at line 309 of file OOJSSoundSource.m.
329 :(JSContext *)context
330{
331 JSObject *jsSelf = NULL;
332 jsval result = JSVAL_NULL;
333
335 if (jsSelf != NULL)
336 {
337 if (!JS_SetPrivate(context, jsSelf, [self retain])) jsSelf = NULL;
338 }
339 if (jsSelf != NULL) result = OBJECT_TO_JSVAL(jsSelf);
340
341 return result;
342}
static JSClass sSoundSourceClass
static JSObject * sSoundSourcePrototype
The documentation for this category was generated from the following file: