|
| void | v8::internal::FindOneByteStringIndices (base::Vector< const uint8_t > subject, uint8_t pattern, std::vector< int > *indices, unsigned int limit) |
| |
| void | v8::internal::FindTwoByteStringIndices (const base::Vector< const base::uc16 > subject, base::uc16 pattern, std::vector< int > *indices, unsigned int limit) |
| |
| template<typename SubjectChar , typename PatternChar > |
| void | v8::internal::FindStringIndices (Isolate *isolate, base::Vector< const SubjectChar > subject, base::Vector< const PatternChar > pattern, std::vector< int > *indices, unsigned int limit) |
| |
| void | v8::internal::FindStringIndicesDispatch (Isolate *isolate, Tagged< String > subject, Tagged< String > pattern, std::vector< int > *indices, unsigned int limit) |
| |
| template<typename ResultSeqString > |
| static V8_WARN_UNUSED_RESULT Tagged< Object > | v8::internal::StringReplaceGlobalAtomRegExpWithString (Isolate *isolate, DirectHandle< String > subject, DirectHandle< JSRegExp > pattern_regexp, DirectHandle< String > replacement, DirectHandle< RegExpMatchInfo > last_match_info, DirectHandle< AtomRegExpData > regexp_data) |
| |
| static V8_WARN_UNUSED_RESULT Tagged< Object > | v8::internal::StringReplaceGlobalRegExpWithString (Isolate *isolate, DirectHandle< String > subject, DirectHandle< JSRegExp > regexp, DirectHandle< RegExpData > regexp_data, DirectHandle< String > replacement, DirectHandle< RegExpMatchInfo > last_match_info) |
| |
| template<typename ResultSeqString > |
| static V8_WARN_UNUSED_RESULT Tagged< Object > | v8::internal::StringReplaceGlobalRegExpWithEmptyString (Isolate *isolate, DirectHandle< String > subject, DirectHandle< JSRegExp > regexp, DirectHandle< RegExpData > regexp_data, DirectHandle< RegExpMatchInfo > last_match_info) |
| |
| | v8::internal::RUNTIME_FUNCTION (Runtime_StringSplit) |
| |
| | v8::internal::RUNTIME_FUNCTION (Runtime_RegExpExec) |
| |
| | v8::internal::RUNTIME_FUNCTION (Runtime_RegExpGrowRegExpMatchInfo) |
| |
| | v8::internal::RUNTIME_FUNCTION (Runtime_RegExpExperimentalOneshotExec) |
| |
| | v8::internal::RUNTIME_FUNCTION (Runtime_RegExpBuildIndices) |
| |
| | v8::internal::RUNTIME_FUNCTION (Runtime_RegExpExecMultiple) |
| |
| | v8::internal::RUNTIME_FUNCTION (Runtime_StringReplaceNonGlobalRegExpWithFunction) |
| |
| | v8::internal::RUNTIME_FUNCTION (Runtime_RegExpSplit) |
| |
| | v8::internal::RUNTIME_FUNCTION (Runtime_RegExpReplaceRT) |
| |
| | v8::internal::RUNTIME_FUNCTION (Runtime_RegExpInitializeAndCompile) |
| |
| | v8::internal::RUNTIME_FUNCTION (Runtime_RegExpStringFromFlags) |
| |
| | v8::internal::RUNTIME_FUNCTION (Runtime_RegExpMatchGlobalAtom) |
| |