Oolite 1.91.0.7644-241112-7f5034b
|
#include <OOJSScript.h>
Instance Methods | |
(BOOL) | - callMethod:inContext:withArguments:count:result: |
Definition at line 82 of file OOJSScript.h.
- (BOOL) callMethod: | (jsid) | methodID | |
inContext: | (JSContext *) | context | |
withArguments: | (jsval *) | argv | |
count: | (intN) | argc | |
result: | (jsval *) | outResult |
Extends class OOScript.
Definition at line 55 of file OOJSScript.m.