=proto void duk_pop_n(duk_context *ctx, unsigned int count); =stack [ ... val1! ...! valN! ] -> [ ... ] =summary
Pop count
elements off the stack. If the stack has fewer than
count
elements, throws an error. If count
is zero, the
call is a no-op.