v8 10.2.154 (node 18.16.0)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
platform.h File Reference
#include <memory>
#include "cppgc/source-location.h"
#include "v8-platform.h"
#include "v8config.h"
Include dependency graph for platform.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  Platform
 

Namespaces

namespace  cppgc
 
namespace  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())