|
Oolite 1.93.0.7767-260207-f2a8cb5
|
#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.