v8  3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
CompiledReplacement Class Reference

Public Member Functions

 CompiledReplacement (Zone *zone)
 
void Compile (Handle< String > replacement, int capture_count, int subject_length)
 
void Apply (ReplacementStringBuilder *builder, int match_from, int match_to, Handle< JSArray > last_match_info)
 
int parts ()
 
bool simple_hint ()
 
Zonezone () const
 

Detailed Description

Definition at line 2529 of file runtime.cc.

Constructor & Destructor Documentation

CompiledReplacement ( Zone zone)
inlineexplicit

Definition at line 2531 of file runtime.cc.

Member Function Documentation

void Apply ( ReplacementStringBuilder builder,
int  match_from,
int  match_to,
Handle< JSArray last_match_info 
)
int parts ( )
inline

Definition at line 2546 of file runtime.cc.

bool simple_hint ( )
inline

Definition at line 2550 of file runtime.cc.

Zone* zone ( ) const
inline

Definition at line 2554 of file runtime.cc.

Referenced by CompiledReplacement::Compile().


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