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_HOBJECT_HASH_PART
introduced: 1.1.0
default: true
tags:
- lowmemory
- experimental
description: >
Use a hash table for objects that have enough properties. This should be
enabled unless the target is very low on memory.
If DUK_USE_OBJSIZES16 is defined, this option must not be defined.