v8  3.14.5(node0.10.28)
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)
 
 ~GlobalCache ()
 
int32_t * FetchNext ()
 
int32_t * LastSuccessfulMatch ()
 
bool HasException ()
 

Detailed Description

Definition at line 149 of file jsregexp.h.

Constructor & Destructor Documentation

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

Member Function Documentation

int32_t * FetchNext ( )
bool HasException ( )
inline

Definition at line 166 of file jsregexp.h.

Referenced by v8::internal::RUNTIME_FUNCTION().

int32_t * LastSuccessfulMatch ( )

Definition at line 815 of file jsregexp.cc.

Referenced by v8::internal::RUNTIME_FUNCTION().


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