v8  9.4.146 (node 16.13.0)
V8 is Google's open source JavaScript engine
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.

Definition at line 1306 of file v8.h.

Constructor & Destructor Documentation

◆ SealHandleScope() [1/2]

SealHandleScope ( Isolate isolate)
explicit

◆ ~SealHandleScope()

◆ SealHandleScope() [2/2]

SealHandleScope ( const SealHandleScope )
delete

Member Function Documentation

◆ operator=()

void operator= ( const SealHandleScope )
delete

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