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

Public Member Functions

 BoyerMoorePositionInfo (Zone *zone)
 
boolat (int i)
 
int map_count () const
 
void Set (int character)
 
void SetInterval (const Interval &interval)
 
void SetAll ()
 
bool is_non_word ()
 
bool is_word ()
 
- Public Member Functions inherited from v8::internal::ZoneObject
void * operator new (size_t size, Zone *zone)
 
void operator delete (void *, size_t)
 
void operator delete (void *pointer, Zone *zone)
 

Static Public Attributes

static const int kMapSize = 128
 
static const int kMask = kMapSize - 1
 

Detailed Description

Definition at line 1112 of file jsregexp.h.


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