duk_extras.v1_compat

Undocumented in source.

Members

Functions

duk_compile_file
void duk_compile_file(duk_context* ctx, duk_uint_t flags, const(char)* path)
Undocumented in source. Be warned that the author may not have intended to support it.
duk_dump_context_stderr
void duk_dump_context_stderr(duk_context* ctx)
Undocumented in source. Be warned that the author may not have intended to support it.
duk_dump_context_stdout
void duk_dump_context_stdout(duk_context* ctx)
Undocumented in source. Be warned that the author may not have intended to support it.
duk_eval_file
void duk_eval_file(duk_context* ctx, const(char)* path)
Undocumented in source. Be warned that the author may not have intended to support it.
duk_eval_file_noresult
void duk_eval_file_noresult(duk_context* ctx, const(char)* path)
Undocumented in source. Be warned that the author may not have intended to support it.
duk_pcompile_file
duk_int_t duk_pcompile_file(duk_context* ctx, duk_uint_t flags, const(char)* path)
Undocumented in source. Be warned that the author may not have intended to support it.
duk_peval_file
duk_int_t duk_peval_file(duk_context* ctx, const(char)* path)
Undocumented in source. Be warned that the author may not have intended to support it.
duk_peval_file_noresult
duk_int_t duk_peval_file_noresult(duk_context* ctx, const(char)* path)
Undocumented in source. Be warned that the author may not have intended to support it.
duk_push_string_file
const(char)* duk_push_string_file(duk_context* ctx, const(char)* path)
Undocumented in source. Be warned that the author may not have intended to support it.
duk_push_string_file_raw
const(char)* duk_push_string_file_raw(duk_context* ctx, const(char)* path, duk_uint_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
duk_to_defaultvalue
void duk_to_defaultvalue(duk_context* ctx, duk_idx_t idx, duk_int_t hint)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

DUK_STRING_PUSH_SAFE
enum DUK_STRING_PUSH_SAFE;
Undocumented in source.

Meta