name: duk_push_undefined proto: | void duk_push_undefined(duk_context *ctx); stack: | [ ... ] -> [ ... undefined! ] summary: |

Push undefined to the stack.

example: | duk_push_undefined(ctx); tags: - stack introduced: 1.0.0