|
V8 Project
|
#include <interpreter-irregexp.h>
Collaboration diagram for v8::internal::IrregexpInterpreter:Static Public Member Functions | |
| static RegExpImpl::IrregexpResult | Match (Isolate *isolate, Handle< ByteArray > code, Handle< String > subject, int *captures, int start_position) |
Definition at line 14 of file interpreter-irregexp.h.
|
static |
Definition at line 575 of file interpreter-irregexp.cc.
References DCHECK, v8::internal::String::FlatContent::IsOneByte(), v8::internal::String::FlatContent::IsTwoByte(), v8::internal::RawMatch(), v8::internal::String::FlatContent::ToOneByteVector(), and v8::internal::String::FlatContent::ToUC16Vector().
Referenced by v8::internal::RegExpImpl::IrregexpExecRaw().
Here is the call graph for this function:
Here is the caller graph for this function: