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

#include <objects.h>

Inheritance diagram for v8::internal::BooleanBit:
Collaboration diagram for v8::internal::BooleanBit:

Static Public Member Functions

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

Detailed Description

Definition at line 905 of file objects.h.

Member Function Documentation

◆ get()

static bool v8::internal::BooleanBit::get ( int value,
int bit_position )
inlinestatic

Definition at line 907 of file objects.h.

Here is the caller graph for this function:

◆ set()

static int v8::internal::BooleanBit::set ( int value,
int bit_position,
bool v )
inlinestatic

Definition at line 911 of file objects.h.


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