|
Oolite 1.91.0.7712-251017-85ce217
|
#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 652 of file OOJSScript.m.