v8
8.6.395 (node 15.0.1)
V8 is Google's open source JavaScript engine
|
#include <v8.h>
Public Member Functions | |
SealHandleScope (Isolate *isolate) | |
~SealHandleScope () | |
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.
|
explicit |
~SealHandleScope | ( | ) |
|
delete |
|
delete |