Searched refs:formatAndArgs (Results 1 – 7 of 7) sorted by relevance
37 #define JS_LOG(formatAndArgs...) ((void)0) argument39 #define JS_LOG(formatAndArgs...) { \ argument41 fprintf(stderr, formatAndArgs); \
53 #define JS_LOG(formatAndArgs...) ((void)0)55 #define JS_LOG(formatAndArgs...) { \57 fprintf(stderr, formatAndArgs); \
46 #define JS_LOG(formatAndArgs...) ((void)0) argument48 #define JS_LOG(formatAndArgs...) { \ argument50 fprintf(stderr, formatAndArgs); \
38 #define JS_LOG(formatAndArgs...) ((void)0) argument40 #define JS_LOG(formatAndArgs...) { \ argument42 fprintf(stderr, formatAndArgs); \
35 #define LOG(formatAndArgs...) { \ argument37 fprintf(stderr, formatAndArgs); \
40 #define LOG(formatAndArgs...) { \42 fprintf(stderr, formatAndArgs); \
37 #define OBJC_LOG(formatAndArgs...) ((void)0)39 #define OBJC_LOG(formatAndArgs...) { \41 fprintf(stderr, formatAndArgs); \