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

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

Collaboration diagram for v8::internal::interpreter::CreateArrayLiteralFlags:

Public Types

using FlagsBits = base::BitField8<int, 0, 5>
 
using FastCloneSupportedBit = FlagsBits::Next<bool, 1>
 

Static Public Member Functions

static uint8_t Encode (bool use_fast_shallow_clone, int runtime_flags)
 

Private Member Functions

 DISALLOW_IMPLICIT_CONSTRUCTORS (CreateArrayLiteralFlags)
 

Detailed Description

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

Member Typedef Documentation

◆ FastCloneSupportedBit

◆ FlagsBits

Member Function Documentation

◆ DISALLOW_IMPLICIT_CONSTRUCTORS()

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

◆ Encode()

uint8_t v8::internal::interpreter::CreateArrayLiteralFlags::Encode ( bool use_fast_shallow_clone,
int runtime_flags )
static

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

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

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