V8 Project
v8::internal::DispatchTable::Config Class Reference

#include <jsregexp.h>

+ Collaboration diagram for v8::internal::DispatchTable::Config:

Public Types

typedef uc16 Key
 
typedef Entry Value
 

Static Public Member Functions

static const Entry NoValue ()
 
static int Compare (uc16 a, uc16 b)
 

Static Public Attributes

static const uc16 kNoKey = unibrow::Utf8::kBadChar
 

Detailed Description

Definition at line 347 of file jsregexp.h.

Member Typedef Documentation

◆ Key

Definition at line 349 of file jsregexp.h.

◆ Value

Definition at line 350 of file jsregexp.h.

Member Function Documentation

◆ Compare()

static int v8::internal::DispatchTable::Config::Compare ( uc16  a,
uc16  b 
)
inlinestatic

Definition at line 353 of file jsregexp.h.

353  {
354  if (a == b)
355  return 0;
356  else if (a < b)
357  return -1;
358  else
359  return 1;
360  }

◆ NoValue()

static const Entry v8::internal::DispatchTable::Config::NoValue ( )
inlinestatic

Definition at line 352 of file jsregexp.h.

352 { return Value(); }

Member Data Documentation

◆ kNoKey

const uc16 v8::internal::DispatchTable::Config::kNoKey = unibrow::Utf8::kBadChar
static

Definition at line 351 of file jsregexp.h.


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