=proto void duk_push_this(duk_context *ctx); =stack [ ... ] -> [ ... this! ] =summary

Push the this binding of the currently running C function to the stack.

=example duk_push_this(ctx); =tags stack function