=proto void duk_dup(duk_context *ctx, int from_index); =stack [ ... val! ... ] -> [ ... val! ... val! ] =summary
Push a duplicate of value at from_index to the stack. If from_index is invalid, throws an error.
from_index