v8
10.1.124 (node 18.2.0)
V8 is Google's open source JavaScript engine
|
Go to the source code of this file.
Data Structures | |
class | Platform |
Namespaces | |
cppgc | |
cppgc::internal | |
Typedefs | |
using | IdleTask = v8::IdleTask |
using | JobHandle = v8::JobHandle |
using | JobDelegate = v8::JobDelegate |
using | JobTask = v8::JobTask |
using | PageAllocator = v8::PageAllocator |
using | Task = v8::Task |
using | TaskPriority = v8::TaskPriority |
using | TaskRunner = v8::TaskRunner |
using | TracingController = v8::TracingController |
Functions | |
V8_EXPORT void | InitializeProcess (PageAllocator *page_allocator) |
V8_EXPORT void | ShutdownProcess () |
V8_EXPORT void | Fatal (const std::string &reason=std::string(), const SourceLocation &=SourceLocation::Current()) |