Appearance
1.0.0 stack
void duk_push_true(duk_context *ctx);
| ... | -> | ... | true |
スタックにtrueをプッシュします。duk_push_boolean(ctx, 1)を呼ぶのと同等です。
duk_push_true(ctx);