We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b494d commit 48812b4Copy full SHA for 48812b4
1 file changed
jerry-core/ecma/base/ecma-property-hashmap.c
@@ -42,7 +42,7 @@
42
/**
43
* Stepping values for searching items in the hashmap.
44
*/
45
-static const uint32_t ecma_property_hashmap_steps[ECMA_PROPERTY_HASHMAP_NUMBER_OF_STEPS] =
+static const uint8_t ecma_property_hashmap_steps[ECMA_PROPERTY_HASHMAP_NUMBER_OF_STEPS] JERRY_CONST_DATA =
46
{
47
3, 5, 7, 11, 13, 17, 19, 23
48
};
0 commit comments