Definition at line 93 of file OOJSManifest.m.
◆ dealloc
◆ oo_jsClassName
- (NSString *) oo_jsClassName |
|
|
|
|
implementation |
◆ oo_jsValueInContext:
- (jsval) oo_jsValueInContext: |
|
(JSContext *) | context |
|
|
implementation |
Definition at line 309 of file OOJSManifest.m.
111 :(JSContext *)context
112{
113 JSObject *jsSelf = NULL;
114 jsval result = JSVAL_NULL;
115
117 if (jsSelf != NULL)
118 {
119 if (!JS_SetPrivate(context, jsSelf, [self retain])) jsSelf = NULL;
120 }
121 if (jsSelf != NULL) result = OBJECT_TO_JSVAL(jsSelf);
122
123 return result;
124}
static JSObject * sManifestPrototype
static JSClass sManifestClass
The documentation for this class was generated from the following file: