V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Types | |
enum | ResultsCacheType { REGEXP_MULTIPLE_INDICES, STRING_SPLIT_SUBSTRINGS } |
Static Public Member Functions | |
static Object * | Lookup (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 |
Definition at line 1528 of file jsregexp.h.