Go to the documentation of this file.
20 #ifndef INCLUDED_JSI_GUITYPES
21 #define INCLUDED_JSI_GUITYPES
23 #define GUISTDTYPE(x) \
24 namespace JSI_GUI##x \
26 extern JSClass JSI_class; \
27 extern JSPropertySpec JSI_props[]; \
28 extern JSFunctionSpec JSI_methods[]; \
29 JSBool construct(JSContext* cx, uintN argc, jsval* vp); \
30 JSBool toString(JSContext* cx, uintN argc, jsval* vp); \
37 #undef GUISTDTYPE // avoid unnecessary pollution
39 namespace JSI_GUITypes