V8 Project
|
#include "include/v8-platform.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... | |