V8 API Reference Guide generated from the header files
|
#include <v8.h>
Public Member Functions | |
SealHandleScope (Isolate *isolate) | |
SealHandleScope (const SealHandleScope &)=delete | |
void | operator= (const SealHandleScope &)=delete |
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.