Merge external direct magic strings into direct magic strings (#2766)

JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
This commit is contained in:
Robert Fancsik
2019-03-29 09:38:54 +01:00
committed by László Langó
parent 6efdb283aa
commit f23c746b45
8 changed files with 126 additions and 108 deletions
+2
View File
@@ -654,6 +654,8 @@ someplace_in_the_code (void)
Registers an external magic string array.
*Note*: The strings in the array must be sorted by size at first, then lexicographically.
*Note*: The maximum number of external magic strings is limited to 2147483648 (UINT32_MAX / 2).
If there are more than 2147483648 external magic strings the extra is cropped.
**Prototype**