#include <string-view.h>
|  | 
|  | StringView (const DisallowGarbageCollection &can_rely_on_no_gc, V< String > string, String::Encoding encoding, ConstOrV< WordPtr > start_index=0, ConstOrV< WordPtr > character_count=V< WordPtr >::Invalid()) | 
|  | 
|  | StringView (V< String > string, String::Encoding encoding, ConstOrV< WordPtr > start_index=0, ConstOrV< WordPtr > character_count=V< WordPtr >::Invalid()) | 
|  | 
| template<typename A > | 
| iterator_type | Begin (A &assembler) | 
|  | 
| template<typename A > | 
| OptionalV< Word32 > | IsEnd (A &assembler, iterator_type current_iterator) const | 
|  | 
| template<typename A > | 
| iterator_type | Advance (A &assembler, iterator_type current_iterator) const | 
|  | 
| template<typename A > | 
| value_type | Dereference (A &assembler, iterator_type current_iterator) const | 
|  | 
Definition at line 14 of file string-view.h.
 
◆ iterator_type
◆ value_type
◆ StringView() [1/2]
◆ StringView() [2/2]
◆ Advance()
◆ Begin()
  
  | 
        
          | iterator_type v8::internal::compiler::turboshaft::StringView::Begin | ( | A & | assembler | ) |  |  | inline | 
 
 
◆ Dereference()
  
  | 
        
          | value_type v8::internal::compiler::turboshaft::StringView::Dereference | ( | A & | assembler, |  
          |  |  | iterator_type | current_iterator ) const |  | inline | 
 
 
◆ IsEnd()
◆ can_rely_on_no_gc_
◆ character_count_
  
  | 
        
          | ConstOrV<WordPtr> v8::internal::compiler::turboshaft::StringView::character_count_ |  | private | 
 
 
◆ encoding_
◆ end_offset_
  
  | 
        
          | V<WordPtr> v8::internal::compiler::turboshaft::StringView::end_offset_ |  | private | 
 
 
◆ start_index_
  
  | 
        
          | ConstOrV<WordPtr> v8::internal::compiler::turboshaft::StringView::start_index_ |  | private | 
 
 
◆ string_
  
  | 
        
          | V<String> v8::internal::compiler::turboshaft::StringView::string_ |  | private | 
 
 
The documentation for this class was generated from the following file: