name: duk_eval_string_noresult proto: | void duk_eval_string_noresult(duk_context *ctx, const char *src); stack: | [ ... ] -> [ ... ] summary: |

Like duk_eval_string(), but leaves no result on the value stack.

example: | duk_eval_string_noresult(ctx, "print('testString'.toUpperCase())"); tags: - compile introduced: 1.0.0