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