duk_push_error_object_va_raw

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
duk_idx_t
duk_push_error_object_va_raw
(
duk_context* ctx
,
duk_errcode_t err_code
,
const(char)* filename
,
duk_int_t line
,
const(char)* fmt
,
va_list ap
)

Meta