quickjs 0.9.0 → 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -35,6 +35,7 @@
35
35
  #define LRE_FLAG_STICKY (1 << 5)
36
36
  #define LRE_FLAG_INDICES (1 << 6) /* Unused by libregexp, just recorded. */
37
37
  #define LRE_FLAG_NAMED_GROUPS (1 << 7) /* named groups are present in the regexp */
38
+ #define LRE_FLAG_UNICODE_SETS (1 << 8)
38
39
 
39
40
  #define LRE_RET_MEMORY_ERROR (-1)
40
41
  #define LRE_RET_TIMEOUT (-2)