![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/d8/d8-platforms.h"
#include <memory>
#include <unordered_map>
#include "include/libplatform/libplatform.h"
#include "include/v8-platform.h"
#include "src/base/logging.h"
#include "src/base/macros.h"
#include "src/base/platform/mutex.h"
#include "src/base/platform/platform.h"
#include "src/base/platform/time.h"
#include "src/base/utils/random-number-generator.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
Functions | |
std::unique_ptr< Platform > | v8::MakePredictablePlatform (std::unique_ptr< Platform > platform) |
std::unique_ptr< Platform > | v8::MakeDelayedTasksPlatform (std::unique_ptr< Platform > platform, int64_t random_seed) |