mirror of https://github.com/svaarala/duktape.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
419 B
13 lines
419 B
define: DUK_USE_DATAPTR_DEC16
|
|
introduced: 1.1.0
|
|
requires:
|
|
- DUK_USE_DATAPTR16
|
|
default: false
|
|
tags:
|
|
- lowmemory
|
|
- experimental
|
|
description: >
|
|
Use together with DUK_USE_DATAPTR16 for arbitrary data pointer compression.
|
|
DUK_USE_DATAPTR_DEC16(udata,x) is a macro with a userdata and duk_uint16_t
|
|
argument, and a void ptr return value. The userdata argument is the heap
|
|
userdata value given at heap creation.
|
|
|