Go to the source code of this file.
|
JSBool | JSI_GUISize::construct (JSContext *cx, uintN argc, jsval *vp) |
|
JSBool | JSI_GUISize::toString (JSContext *cx, uintN argc, jsval *vp) |
|
JSBool | JSI_GUIColor::construct (JSContext *cx, uintN argc, jsval *vp) |
|
JSBool | JSI_GUIColor::toString (JSContext *cx, uintN argc, jsval *vp) |
|
JSBool | JSI_GUIMouse::construct (JSContext *cx, uintN argc, jsval *vp) |
|
JSBool | JSI_GUIMouse::toString (JSContext *cx, uintN argc, jsval *vp) |
|
void | JSI_GUITypes::init () |
|
Value:namespace JSI_GUI##x \
{ \
JSBool
construct(JSContext* cx, uintN argc, jsval* vp); \
JSBool
toString(JSContext* cx, uintN argc, jsval* vp); \
}
JSFunctionSpec JSI_methods[]
JSBool construct(JSContext *cx, uintN argc, jsval *vp)
JSBool toString(JSContext *cx, uintN argc, jsval *vp)
JSPropertySpec JSI_props[]
Definition at line 23 of file JSInterface_GUITypes.h.