Loading...
Searching...
No Matches
Public Member Functions | List of all members
v8::SealHandleScope Class Reference

#include <v8.h>

Public Member Functions

 SealHandleScope (Isolate *isolate)
 
 ~SealHandleScope ()
 
 SealHandleScope (const SealHandleScope &)=delete
 
void operator= (const SealHandleScope &)=delete
 

Detailed Description

A SealHandleScope acts like a handle scope in which no handle allocations are allowed. It can be useful for debugging handle leaks. Handles can be allocated within inner normal HandleScopes.

Constructor & Destructor Documentation

◆ SealHandleScope() [1/2]

v8::SealHandleScope::SealHandleScope ( Isolate isolate)

◆ ~SealHandleScope()

v8::SealHandleScope::~SealHandleScope ( )

◆ SealHandleScope() [2/2]

v8::SealHandleScope::SealHandleScope ( const SealHandleScope )
delete

Member Function Documentation

◆ operator=()

void v8::SealHandleScope::operator= ( const SealHandleScope )
delete

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