v8  3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
BooleanBit Class Reference

#include <objects.h>

Inheritance diagram for BooleanBit:
Collaboration diagram for BooleanBit:

Static Public Member Functions

static bool get (Smi *smi, int bit_position)
 
static bool get (int value, int bit_position)
 
static Smiset (Smi *smi, int bit_position, bool v)
 
static int set (int value, int bit_position, bool v)
 

Detailed Description

Definition at line 8742 of file objects.h.

Member Function Documentation

static bool get ( Smi smi,
int  bit_position 
)
inlinestatic
static bool get ( int  value,
int  bit_position 
)
inlinestatic

Definition at line 8748 of file objects.h.

static int set ( int  value,
int  bit_position,
bool  v 
)
inlinestatic

Definition at line 8756 of file objects.h.


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