v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RegExpImpl::GlobalCache Class Reference

#include <jsregexp.h>

Public Member Functions

 GlobalCache (Handle< JSRegExp > regexp, Handle< String > subject, bool is_global, Isolate *isolate)
 
 INLINE (~GlobalCache())
 
 INLINE (int32_t *FetchNext())
 
 INLINE (int32_t *LastSuccessfulMatch())
 
 INLINE (bool HasException())
 

Detailed Description

Definition at line 148 of file jsregexp.h.

Constructor & Destructor Documentation

GlobalCache ( Handle< JSRegExp regexp,
Handle< String subject,
bool  is_global,
Isolate isolate 
)

Member Function Documentation

INLINE ( GlobalCache())
INLINE ( int32_t *  FetchNext())
INLINE ( int32_t *  LastSuccessfulMatch())
INLINE ( bool   HasException())
inline

Definition at line 165 of file jsregexp.h.


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