v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::FlagHelpers Class Reference

#include <flags-impl.h>

Collaboration diagram for v8::internal::FlagHelpers:

Static Public Member Functions

static char NormalizeChar (char ch)
 
static int FlagNamesCmp (const char *a, const char *b)
 
static bool EqualNames (const char *a, const char *b)
 
static bool EqualNameWithSuffix (const char *a, const char *b)
 

Detailed Description

Definition at line 17 of file flags-impl.h.

Member Function Documentation

◆ EqualNames()

static bool v8::internal::FlagHelpers::EqualNames ( const char * a,
const char * b )
static
Here is the caller graph for this function:

◆ EqualNameWithSuffix()

static bool v8::internal::FlagHelpers::EqualNameWithSuffix ( const char * a,
const char * b )
static
Here is the caller graph for this function:

◆ FlagNamesCmp()

static int v8::internal::FlagHelpers::FlagNamesCmp ( const char * a,
const char * b )
static
Here is the caller graph for this function:

◆ NormalizeChar()

static char v8::internal::FlagHelpers::NormalizeChar ( char ch)
static
Here is the caller graph for this function:

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