V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
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.

Definition at line 7291 of file v8.h.


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