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