![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <bytecode-flags-and-tokens.h>
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) | |
Definition at line 20 of file bytecode-flags-and-tokens.h.
using v8::internal::interpreter::CreateArrayLiteralFlags::FastCloneSupportedBit = FlagsBits::Next<bool, 1> |
Definition at line 23 of file bytecode-flags-and-tokens.h.
using v8::internal::interpreter::CreateArrayLiteralFlags::FlagsBits = base::BitField8<int, 0, 5> |
Definition at line 22 of file bytecode-flags-and-tokens.h.
|
private |
|
static |
Definition at line 16 of file bytecode-flags-and-tokens.cc.