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

#include <bytecode-flags-and-tokens.h>

Collaboration diagram for v8::internal::interpreter::StoreLookupSlotFlags:

Public Types

using LanguageModeBit = base::BitField8<LanguageMode, 0, 1>
 
using LookupHoistingModeBit = LanguageModeBit::Next<bool, 1>
 

Static Public Member Functions

static uint8_t Encode (LanguageMode language_mode, LookupHoistingMode lookup_hoisting_mode)
 
static LanguageMode GetLanguageMode (uint8_t flags)
 
static bool IsLookupHoistingMode (uint8_t flags)
 

Private Member Functions

 DISALLOW_IMPLICIT_CONSTRUCTORS (StoreLookupSlotFlags)
 

Detailed Description

Definition at line 84 of file bytecode-flags-and-tokens.h.

Member Typedef Documentation

◆ LanguageModeBit

◆ LookupHoistingModeBit

Member Function Documentation

◆ DISALLOW_IMPLICIT_CONSTRUCTORS()

v8::internal::interpreter::StoreLookupSlotFlags::DISALLOW_IMPLICIT_CONSTRUCTORS ( StoreLookupSlotFlags )
private

◆ Encode()

uint8_t v8::internal::interpreter::StoreLookupSlotFlags::Encode ( LanguageMode language_mode,
LookupHoistingMode lookup_hoisting_mode )
static

Definition at line 91 of file bytecode-flags-and-tokens.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GetLanguageMode()

LanguageMode v8::internal::interpreter::StoreLookupSlotFlags::GetLanguageMode ( uint8_t flags)
static

Definition at line 100 of file bytecode-flags-and-tokens.cc.

Here is the call graph for this function:

◆ IsLookupHoistingMode()

bool v8::internal::interpreter::StoreLookupSlotFlags::IsLookupHoistingMode ( uint8_t flags)
static

Definition at line 105 of file bytecode-flags-and-tokens.cc.

Here is the call graph for this function:

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