=proto void duk_eval_file(duk_context *ctx, const char *path); =stack [ ... ] -> [ ... result! ] =summary
Like
duk_eval()
, but the eval input
is given as a filename. The filename associated with the temporary
function created for the eval code is path
as is.