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.
6 lines
334 B
6 lines
334 B
<div class="note">
|
|
There is no reliable way to distinguish a zero-size buffer from a non-buffer
|
|
based on the return values. A <code>NULL</code> with zero size is returned for
|
|
a non-buffer. The same values may be returned for a zero-size buffer (although
|
|
it is also possible that a non-<code>NULL</code> pointer is returned).
|
|
</div>
|
|
|