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

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

Collaboration diagram for v8::internal::interpreter::CreateClosureFlags:

Public Types

using PretenuredBit = base::BitField8<bool, 0, 1>
 
using FastNewClosureBit = PretenuredBit::Next<bool, 1>
 

Static Public Member Functions

static uint8_t Encode (bool pretenure, bool is_function_scope, bool might_always_turbofan)
 

Private Member Functions

 DISALLOW_IMPLICIT_CONSTRUCTORS (CreateClosureFlags)
 

Detailed Description

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

Member Typedef Documentation

◆ FastNewClosureBit

◆ PretenuredBit

Member Function Documentation

◆ DISALLOW_IMPLICIT_CONSTRUCTORS()

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

◆ Encode()

uint8_t v8::internal::interpreter::CreateClosureFlags::Encode ( bool pretenure,
bool is_function_scope,
bool might_always_turbofan )
static

Definition at line 32 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: