V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::SealHandleScope Class Reference

#include <v8.h>

Public Member Functions

 SealHandleScope (Isolate *isolate)
 
 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 935 of file v8.h.


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