![]()  | 
  
    V8
    latest master commit
    
   V8 is Google's open source JavaScript engine 
   | 
 
#include <v8.h>
Public Member Functions | |
| SafeForTerminationScope (v8::Isolate *isolate) | |
| ~SafeForTerminationScope () | |
| 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.
      
  | 
  explicit | 
| v8::Isolate::SafeForTerminationScope::~SafeForTerminationScope | ( | ) | 
      
  | 
  delete | 
      
  | 
  delete |