v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
EffectsBase< Var, kNoVar >::SplayTreeConfig Struct Reference

#include <effects.h>

Public Types

typedef Var Key
 
typedef Effect Value
 

Static Public Member Functions

static Effect NoValue ()
 
static int Compare (int x, int y)
 

Static Public Attributes

static const Var kNoKey = kNoVar
 

Detailed Description

template<class Var, Var kNoVar>
struct v8::internal::EffectsBase< Var, kNoVar >::SplayTreeConfig

Definition at line 209 of file effects.h.

Member Typedef Documentation

typedef Var Key

Definition at line 210 of file effects.h.

typedef Effect Value

Definition at line 211 of file effects.h.

Member Function Documentation

static int Compare ( int  x,
int  y 
)
inlinestatic

Definition at line 214 of file effects.h.

static Effect NoValue ( )
inlinestatic

Definition at line 213 of file effects.h.

Field Documentation

const Var kNoKey = kNoVar
static

Definition at line 212 of file effects.h.


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