You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
quickjs-atom.h is considered as a private header, so it should not be used in user code. So it is better to query the Symbol Object. A specialized version of __JS_NewAtom() for symbols could also be exported.
This commit implements the flag itself and teaches the regex engine to
reject previously accepted patterns when in unicodeSets mode.
Refs: quickjs-ng/quickjs#228
How to get a value for a well-known symbol directly (not quering Symbol object), like
Symbol.isConcatSpreadable
, if quickjs-atom.h is not included?The text was updated successfully, but these errors were encountered: