#include <regexp.h>
Definition at line 266 of file regexp.h.
 
◆ Clear()
  
  
      
        
          | void v8::internal::RegExpResultsCache_MatchGlobalAtom::Clear  | 
          ( | 
          Heap * |           heap | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ TryGet()
  
  
      
        
          | bool v8::internal::RegExpResultsCache_MatchGlobalAtom::TryGet  | 
          ( | 
          Isolate * |           isolate,  | 
         
        
           | 
           | 
          Tagged< String > |           subject,  | 
         
        
           | 
           | 
          Tagged< String > |           pattern,  | 
         
        
           | 
           | 
          int * |           number_of_matches_out,  | 
         
        
           | 
           | 
          int * |           last_match_index_out ) | 
         
       
   | 
  
static   | 
  
 
 
◆ TryInsert()
  
  
      
        
          | void v8::internal::RegExpResultsCache_MatchGlobalAtom::TryInsert  | 
          ( | 
          Isolate * |           isolate,  | 
         
        
           | 
           | 
          Tagged< String > |           subject,  | 
         
        
           | 
           | 
          Tagged< String > |           pattern,  | 
         
        
           | 
           | 
          int |           number_of_matches,  | 
         
        
           | 
           | 
          int |           last_match_index ) | 
         
       
   | 
  
static   | 
  
 
 
◆ kEntrySize
  
  
      
        
          | int v8::internal::RegExpResultsCache_MatchGlobalAtom::kEntrySize = 4 | 
         
       
   | 
  
staticconstexprprivate   | 
  
 
 
◆ kLastMatchIndexIndex
  
  
      
        
          | int v8::internal::RegExpResultsCache_MatchGlobalAtom::kLastMatchIndexIndex = 3 | 
         
       
   | 
  
staticconstexprprivate   | 
  
 
 
◆ kNumberOfMatchesIndex
  
  
      
        
          | int v8::internal::RegExpResultsCache_MatchGlobalAtom::kNumberOfMatchesIndex = 2 | 
         
       
   | 
  
staticconstexprprivate   | 
  
 
 
◆ kPatternIndex
  
  
      
        
          | int v8::internal::RegExpResultsCache_MatchGlobalAtom::kPatternIndex = 1 | 
         
       
   | 
  
staticconstexprprivate   | 
  
 
 
◆ kSize
  
  
      
        
          | int v8::internal::RegExpResultsCache_MatchGlobalAtom::kSize = kEntrySize | 
         
       
   | 
  
staticconstexpr   | 
  
 
 
◆ kSubjectIndex
  
  
      
        
          | int v8::internal::RegExpResultsCache_MatchGlobalAtom::kSubjectIndex = 0 | 
         
       
   | 
  
staticconstexprprivate   | 
  
 
 
The documentation for this class was generated from the following files: