V8 API Reference Guide generated from the header files
Public Member Functions
v8::Isolate::SafeForTerminationScope Class Reference

#include <v8.h>

Public Member Functions

 SafeForTerminationScope (v8::Isolate *isolate)
 
 SafeForTerminationScope (const SafeForTerminationScope &)=delete
 
SafeForTerminationScopeoperator= (const SafeForTerminationScope &)=delete
 

Detailed Description

This scope allows terminations inside direct V8 API calls and forbid them inside any recursice API calls without explicit SafeForTerminationScope.


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