Home
last modified time | relevance | path

Searched refs:global_unicode (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/regexp/
H A Dregexp-macro-assembler.h248 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 Dregexp-macro-assembler-arm64.cc1104 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/third_party/node/deps/v8/src/regexp/arm/
H A Dregexp-macro-assembler-arm.cc901 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/third_party/node/deps/v8/src/regexp/mips64/
H A Dregexp-macro-assembler-mips64.cc922 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/third_party/node/deps/v8/src/regexp/loong64/
H A Dregexp-macro-assembler-loong64.cc874 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/third_party/node/deps/v8/src/regexp/mips/
H A Dregexp-macro-assembler-mips.cc885 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/third_party/node/deps/v8/src/regexp/ia32/
H A Dregexp-macro-assembler-ia32.cc942 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/third_party/node/deps/v8/src/regexp/ppc/
H A Dregexp-macro-assembler-ppc.cc963 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/third_party/node/deps/v8/src/regexp/s390/
H A Dregexp-macro-assembler-s390.cc970 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/third_party/node/deps/v8/src/regexp/riscv64/
H A Dregexp-macro-assembler-riscv64.cc907 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()
/third_party/node/deps/v8/src/regexp/x64/
H A Dregexp-macro-assembler-x64.cc978 if (global_unicode()) CheckNotInSurrogatePair(0, &advance); in GetCode()

Completed in 21 milliseconds