V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
#include <v8.h>
Public Member Functions | |
SafeForTerminationScope (v8::Isolate *isolate) | |
SafeForTerminationScope (const SafeForTerminationScope &)=delete | |
SafeForTerminationScope & | operator= (const SafeForTerminationScope &)=delete |
This scope allows terminations inside direct V8 API calls and forbid them inside any recursice API calls without explicit SafeForTerminationScope.