![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/extensions/statistics-extension.h"
#include "include/v8-template.h"
#include "src/common/assert-scope.h"
#include "src/execution/isolate.h"
#include "src/heap/heap-inl.h"
#include "src/logging/counters.h"
#include "src/objects/tagged.h"
#include "src/roots/roots.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Macros | |
#define | ADD_COUNTER(name, caption) |
Functions | |
static void | v8::internal::AddCounter (v8::Isolate *isolate, v8::Local< v8::Object > object, StatsCounter *counter, const char *name) |
static void | v8::internal::AddNumber (v8::Isolate *isolate, v8::Local< v8::Object > object, double value, const char *name) |
static void | v8::internal::AddNumber64 (v8::Isolate *isolate, v8::Local< v8::Object > object, int64_t value, const char *name) |
#define ADD_COUNTER | ( | name, | |
caption ) |