name: duk_get_magic proto: | duk_int_t duk_get_magic(duk_context *ctx, duk_idx_t index); stack: | [ ... val! ... ] summary: |
Get the 16-bit signed "magic" value associated with the Duktape/C function
at index
. If the value is not a Duktape/C function, an error is
thrown.