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

Variables

static constexpr char kBlockCounterMarker [] = "block"
 
static constexpr char kBlockHintMarker [] = "block_hint"
 
static constexpr char kBuiltinHashMarker [] = "builtin_hash"
 

Variable Documentation

◆ kBlockCounterMarker

char v8::internal::ProfileDataFromFileConstants::kBlockCounterMarker[] = "block"
staticconstexpr

Definition at line 66 of file profile-data-reader.h.

◆ kBlockHintMarker

char v8::internal::ProfileDataFromFileConstants::kBlockHintMarker[] = "block_hint"
staticconstexpr

Definition at line 70 of file profile-data-reader.h.

◆ kBuiltinHashMarker

char v8::internal::ProfileDataFromFileConstants::kBuiltinHashMarker[] = "builtin_hash"
staticconstexpr

Definition at line 74 of file profile-data-reader.h.