![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "include/v8-internal.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Macros | |
#define | HISTOGRAM_RANGE_LIST(HR) |
#define | NESTED_TIMED_HISTOGRAM_LIST(HT) |
#define | NESTED_TIMED_HISTOGRAM_LIST_SLOW(HT) |
#define | TIMED_HISTOGRAM_LIST(HT) |
#define | AGGREGATABLE_HISTOGRAM_TIMER_LIST(AHT) |
#define | HISTOGRAM_PERCENTAGE_LIST(HP) |
#define | HISTOGRAM_LEGACY_MEMORY_LIST(HM) |
#define | STATS_COUNTER_LIST(SC) |
#define | STATS_COUNTER_NATIVE_CODE_LIST(SC) |
#define AGGREGATABLE_HISTOGRAM_TIMER_LIST | ( | AHT | ) |
Definition at line 328 of file counters-definitions.h.
#define HISTOGRAM_LEGACY_MEMORY_LIST | ( | HM | ) |
Definition at line 341 of file counters-definitions.h.
#define HISTOGRAM_PERCENTAGE_LIST | ( | HP | ) |
Definition at line 331 of file counters-definitions.h.
#define HISTOGRAM_RANGE_LIST | ( | HR | ) |
Definition at line 15 of file counters-definitions.h.
#define NESTED_TIMED_HISTOGRAM_LIST | ( | HT | ) |
Definition at line 134 of file counters-definitions.h.
#define NESTED_TIMED_HISTOGRAM_LIST_SLOW | ( | HT | ) |
Definition at line 165 of file counters-definitions.h.
#define STATS_COUNTER_LIST | ( | SC | ) |
Definition at line 348 of file counters-definitions.h.
#define STATS_COUNTER_NATIVE_CODE_LIST | ( | SC | ) |
Definition at line 392 of file counters-definitions.h.
#define TIMED_HISTOGRAM_LIST | ( | HT | ) |
Definition at line 170 of file counters-definitions.h.