![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <atomic>
#include "include/v8-callbacks.h"
#include "include/v8config.h"
#include "src/base/macros.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
namespace | v8::internal::ETWJITInterface |
Functions | |
void | v8::internal::ETWJITInterface::Register () |
void | v8::internal::ETWJITInterface::Unregister () |
void | v8::internal::ETWJITInterface::AddIsolate (Isolate *isolate) |
void | v8::internal::ETWJITInterface::RemoveIsolate (Isolate *isolate) |
void | v8::internal::ETWJITInterface::EventHandler (const JitCodeEvent *event) |
void | v8::internal::ETWJITInterface::MaybeSetHandlerNow (Isolate *isolate) |
Variables | |
constexpr uint32_t | v8::internal::ETWJITInterface::kEtwRundown = 0xf0000000 |