name: duk_get_pointer proto: | void *duk_get_pointer(duk_context *ctx, duk_idx_t idx); stack: | [ ... val! ... ] summary: |
Get the pointer value at idx
as void *
without
modifying or coercing the value. Returns NULL
if the value is
not a pointer or the index is invalid.