name: duk_eval_string proto: | void duk_eval_string(duk_context *ctx, const char *src); stack: | [ ... ] -> [ ... result! ] summary: |
Like
duk_eval()
, but the eval input
is given as a C string. The filename associated with the temporary
eval function is "eval"
.