![]() |
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 (int runtime_flags, bool fast_clone_supported) |
Private Member Functions | |
DISALLOW_IMPLICIT_CONSTRUCTORS (CreateObjectLiteralFlags) | |
Definition at line 31 of file bytecode-flags-and-tokens.h.
using v8::internal::interpreter::CreateObjectLiteralFlags::FastCloneSupportedBit = FlagsBits::Next<bool, 1> |
Definition at line 34 of file bytecode-flags-and-tokens.h.
using v8::internal::interpreter::CreateObjectLiteralFlags::FlagsBits = base::BitField8<int, 0, 5> |
Definition at line 33 of file bytecode-flags-and-tokens.h.
|
private |
|
static |
Definition at line 24 of file bytecode-flags-and-tokens.cc.