Appearance
1.0.0 stack function
void duk_push_this(duk_context *ctx);
| ... | -> | ... | this |
現在実行中の C 関数の this バインディングをスタックにプッシュします。
duk_push_this(ctx);