ÿØÿà JFIF ÿÛ „ ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /proc/self/root/home/real/node-v13.0.1/out/Release/obj/gen/src/regexp/ |
// Automatically generated by regexp/gen-regexp-special-case.cc // The following functions are used to build icu::UnicodeSet // for specical cases different between Unicode and ECMA262. #ifdef V8_INTL_SUPPORT #include "src/regexp/special-case.h" #include "unicode/uniset.h" namespace v8 { namespace internal { icu::UnicodeSet BuildIgnoreSet() { icu::UnicodeSet set; set.add(0x3f4); set.add(0x2126); set.add(0x212a, 0x212b); set.freeze(); return set; } icu::UnicodeSet BuildSpecialAddSet() { icu::UnicodeSet set; set.add(0xc5); set.add(0xe5); set.add(0x398); set.add(0x3a9); set.add(0x3b8); set.add(0x3c9); set.add(0x3d1); set.freeze(); return set; } } // namespace internal } // namespace v8 #endif // V8_INTL_SUPPORT