V8 Project
|
#include "src/libplatform/default-platform.h"
#include <algorithm>
#include <queue>
#include "src/base/logging.h"
#include "src/base/platform/platform.h"
#include "src/base/sys-info.h"
#include "src/libplatform/worker-thread.h"
Go to the source code of this file.
Namespaces | |
v8 | |
Debugger support for the V8 JavaScript engine. | |
v8::platform | |
Functions | |
v8::Platform * | v8::platform::CreateDefaultPlatform (int thread_pool_size=0) |
Returns a new instance of the default v8::Platform implementation. More... | |
bool | v8::platform::PumpMessageLoop (v8::Platform *platform, v8::Isolate *isolate) |
Pumps the message loop for the given isolate. More... | |