v8
10.1.124 (node 18.2.0)
V8 is Google's open source JavaScript engine
|
#include <v8-local-handle.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.
Definition at line 436 of file v8-local-handle.h.
|
explicit |
~SealHandleScope | ( | ) |
|
delete |
|
delete |