Fix the limit of the maximum number of directly stored properties in a hashmap (#3032)
JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
This commit is contained in:
committed by
Dániel Bátyai
parent
952fb23e0e
commit
91e87fe34f
@@ -123,9 +123,4 @@ typedef uint32_t lit_code_point_t;
|
||||
*/
|
||||
typedef uint32_t lit_string_hash_t;
|
||||
|
||||
/**
|
||||
* Maximum value of ECMA string hash
|
||||
*/
|
||||
#define LIT_STRING_HASH_LIMIT UINT32_MAX
|
||||
|
||||
#endif /* !LIT_GLOBALS_H */
|
||||
|
||||
Reference in New Issue
Block a user