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.
9 lines
314 B
9 lines
314 B
define: DUK_USE_HOBJECT_LAYOUT_3
|
|
introduced: 1.0.0
|
|
default: false
|
|
tags:
|
|
- portability
|
|
description: >
|
|
Use layout variant 3 for object properties. Layout 3 can be used on any
|
|
target (including targets with alignment restrictions). It's a bit more
|
|
packed than layout variant 2 but has a bit slower lookups.
|
|
|