name: duk_compile_string proto: | void duk_compile_string(duk_context *ctx, duk_uint_t flags, const char *src); stack: | [ ... ] -> [ ... function! ] summary: |
Like
duk_compile()
, but the compile input
is given as a C string. The filename associated with the function is
"input"
.