Searched refs:js_class_name (Results 1 – 1 of 1) sorted by relevance
34 #define BEGIN_JS_STATIC_CONST(js_class_name) \ argument35 JSConstSpec js_class_name::JS_Class_Consts[] = {49 #define BEGIN_JS_STATIC_PROP(js_class_name) \ argument50 JSPropertySpec js_class_name::JS_Class_Properties[] = {63 #define BEGIN_JS_STATIC_METHOD(js_class_name) \ argument64 JSMethodSpec js_class_name::JS_Class_Methods[] = {189 #define IMPLEMENT_JS_CLASS_BASE_PART(js_class_name, class_name) \ argument190 const wchar_t* js_class_name::g_pClassName = JS_WIDESTRING(class_name); \191 int js_class_name::g_nObjDefnID = -1;198 #define IMPLEMENT_JS_CLASS_CONST(js_class_name, class_name) \ argument[all …]