Home
last modified time | relevance | path

Searched refs:__js_printf_like (Results 1 – 1 of 1) sorted by relevance

/third_party/quickjs/
Dquickjs.h39 #define __js_printf_like(f, a) __attribute__((format(printf, f, a))) macro
44 #define __js_printf_like(a, b)
639 JSValue __js_printf_like(2, 3) JS_ThrowSyntaxError(JSContext *ctx, const char *fmt, ...);
640 JSValue __js_printf_like(2, 3) JS_ThrowTypeError(JSContext *ctx, const char *fmt, ...);
641 JSValue __js_printf_like(2, 3) JS_ThrowReferenceError(JSContext *ctx, const char *fmt, ...);
642 JSValue __js_printf_like(2, 3) JS_ThrowRangeError(JSContext *ctx, const char *fmt, ...);
643 JSValue __js_printf_like(2, 3) JS_ThrowInternalError(JSContext *ctx, const char *fmt, ...);