name: duk_get_int_default proto: | duk_int_t duk_get_int_default(duk_context *ctx, duk_idx_t idx, duk_int_t def_value); stack: | [ ... val! ... ] summary: |
Like duk_get_int()
but with an explicit default value, returned when the value is not a
number or the index is invalid.