=proto
void duk_push_undefined(duk_context *ctx);
=stack
[ ... ] -> [ ... undefined! ]
=summary
<p>Push <tt>undefined</tt> to the stack.</p>
=example
duk_push_undefined(ctx);
=tags
stack