Searched refs:global_unicode (Results 1 - 11 of 11) sorted by relevance
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-macro-assembler.h | 248 inline bool global_unicode() const { return global_mode_ == GLOBAL_UNICODE; } in global_unicode() function in v8::internal::RegExpMacroAssembler
|
/third_party/node/deps/v8/src/regexp/arm64/ |
H A D | regexp-macro-assembler-arm64.cc | 1104 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
|
/third_party/node/deps/v8/src/regexp/arm/ |
H A D | regexp-macro-assembler-arm.cc | 901 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
|
/third_party/node/deps/v8/src/regexp/mips64/ |
H A D | regexp-macro-assembler-mips64.cc | 922 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
|
/third_party/node/deps/v8/src/regexp/loong64/ |
H A D | regexp-macro-assembler-loong64.cc | 874 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
|
/third_party/node/deps/v8/src/regexp/mips/ |
H A D | regexp-macro-assembler-mips.cc | 885 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
|
/third_party/node/deps/v8/src/regexp/ia32/ |
H A D | regexp-macro-assembler-ia32.cc | 942 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
|
/third_party/node/deps/v8/src/regexp/ppc/ |
H A D | regexp-macro-assembler-ppc.cc | 963 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
|
/third_party/node/deps/v8/src/regexp/s390/ |
H A D | regexp-macro-assembler-s390.cc | 970 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
|
/third_party/node/deps/v8/src/regexp/riscv64/ |
H A D | regexp-macro-assembler-riscv64.cc | 907 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
|
/third_party/node/deps/v8/src/regexp/x64/ |
H A D | regexp-macro-assembler-x64.cc | 978 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
|
Completed in 21 milliseconds