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