V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::RegExpResultsCache Class Reference
Inheritance diagram for v8::internal::RegExpResultsCache:
v8::internal::AllStatic

Public Types

enum  ResultsCacheType { REGEXP_MULTIPLE_INDICES, STRING_SPLIT_SUBSTRINGS }
 

Static Public Member Functions

static ObjectLookup (Heap *heap, String key_string, Object *key_pattern, FixedArray *last_match_out, ResultsCacheType type)
 
static void Enter (Isolate *isolate, Handle< String > key_string, Handle< Object > key_pattern, Handle< FixedArray > value_array, Handle< FixedArray > last_match_cache, ResultsCacheType type)
 
static void Clear (FixedArray cache)
 

Static Public Attributes

static const int kRegExpResultsCacheSize = 0x100
 

Detailed Description

Definition at line 1528 of file jsregexp.h.


The documentation for this class was generated from the following files: