#include <ScriptableObject.h>
|
static JSBool | JSFunction (JSContext *cx, uintN argc, jsval *vp) |
|
template<typename T, bool ReadOnly, typename RType, RType(T::*)(JSContext *cx, uintN argc, jsval *argv) NativeFunction>
class CNativeFunction< T, ReadOnly, RType, NativeFunction >
Definition at line 179 of file ScriptableObject.h.
template<typename T , bool ReadOnly, typename RType , RType(T::*)(JSContext *cx, uintN argc, jsval *argv) NativeFunction>
static JSBool CNativeFunction< T, ReadOnly, RType, NativeFunction >::JSFunction |
( |
JSContext * |
cx, |
|
|
uintN |
argc, |
|
|
jsval * |
vp |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: