v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::ZombieProtector Class Reference
Collaboration diagram for v8::ZombieProtector:

Public Member Functions

 ZombieProtector (int pid)
 
 ~ZombieProtector ()
 
void ChildIsDeadNow ()
 

Private Attributes

int pid_
 

Detailed Description

Definition at line 136 of file d8-posix.cc.

Constructor & Destructor Documentation

◆ ZombieProtector()

v8::ZombieProtector::ZombieProtector ( int pid)
inlineexplicit

Definition at line 138 of file d8-posix.cc.

◆ ~ZombieProtector()

v8::ZombieProtector::~ZombieProtector ( )
inline

Definition at line 139 of file d8-posix.cc.

Member Function Documentation

◆ ChildIsDeadNow()

void v8::ZombieProtector::ChildIsDeadNow ( )
inline

Definition at line 142 of file d8-posix.cc.

Here is the caller graph for this function:

Member Data Documentation

◆ pid_

int v8::ZombieProtector::pid_
private

Definition at line 145 of file d8-posix.cc.


The documentation for this class was generated from the following file: