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.
 
 
 
 
 
 

11 lines
315 B

define: DUK_USE_ZERO_BUFFER_DATA
introduced: 1.0.0
default: true
tags:
- memory
- ecmascript
description: >
Zero data are of newly allocated buffer values (recommended).
When disabled, buffers are not zeroed and may contain arbitrary data.
Disabling this option only makes sense for performance reasons.