|
V8 Project
|
#include <jsregexp.h>
Collaboration diagram for v8::internal::DispatchTable::Entry:Public Member Functions | |
| Entry () | |
| Entry (uc16 from, uc16 to, OutSet *out_set) | |
| uc16 | from () |
| uc16 | to () |
| void | set_to (uc16 value) |
| void | AddValue (int value, Zone *zone) |
| OutSet * | out_set () |
Private Attributes | |
| uc16 | from_ |
| uc16 | to_ |
| OutSet * | out_set_ |
Definition at line 329 of file jsregexp.h.
|
inline |
Definition at line 331 of file jsregexp.h.
Definition at line 332 of file jsregexp.h.
Definition at line 337 of file jsregexp.h.
References v8::internal::OutSet::Extend(), and out_set_.
Referenced by v8::internal::DispatchTable::AddRange().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 334 of file jsregexp.h.
References from_.
Referenced by v8::internal::DispatchTable::AddRange(), and v8::internal::CharacterRangeSplitter::Call().
Here is the caller graph for this function:
|
inline |
Definition at line 340 of file jsregexp.h.
References out_set_.
Referenced by v8::internal::DispatchTable::AddRange(), v8::internal::CharacterRangeSplitter::Call(), and v8::internal::DispatchTable::Get().
Here is the caller graph for this function:
|
inline |
Definition at line 336 of file jsregexp.h.
References to_.
Referenced by v8::internal::DispatchTable::AddRange().
Here is the caller graph for this function:
|
inline |
Definition at line 335 of file jsregexp.h.
References to_.
Referenced by v8::internal::DispatchTable::AddRange(), v8::internal::CharacterRangeSplitter::Call(), and v8::internal::AddDispatchRange::Call().
Here is the caller graph for this function:
|
private |
Definition at line 342 of file jsregexp.h.
Referenced by from().
|
private |
Definition at line 344 of file jsregexp.h.
Referenced by AddValue(), and out_set().
|
private |
Definition at line 343 of file jsregexp.h.