=proto void duk_pop_2(duk_context *ctx); =stack [ ... val1! val2! ] -> [ ... ] =summary
Pop two elements off the stack. If the stack has fewer than two elements, throws an error.