Simple implementation of string concatenations comparison.
This commit is contained in:
@@ -78,6 +78,11 @@
|
||||
*/
|
||||
#define CONFIG_ECMA_REFERENCE_COUNTER_WIDTH 10
|
||||
|
||||
/**
|
||||
* Maximum length of strings' concatenation
|
||||
*/
|
||||
#define CONFIG_ECMA_STRING_MAX_CONCATENATION_LENGTH (1048576)
|
||||
|
||||
/**
|
||||
* Use 32-bit/64-bit float for ecma-numbers
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user