![]()  | 
  
    V8
    latest master commit
    
   V8 is Google's open source JavaScript engine 
   | 
 
#include <v8.h>
Public Types | |
| enum | OnFailure { CRASH_ON_FAILURE, THROW_ON_FAILURE, DUMP_ON_FAILURE } | 
Public Member Functions | |
| DisallowJavascriptExecutionScope (Isolate *isolate, OnFailure on_failure) | |
| ~DisallowJavascriptExecutionScope () | |
| DisallowJavascriptExecutionScope (const DisallowJavascriptExecutionScope &)=delete | |
| DisallowJavascriptExecutionScope & | operator= (const DisallowJavascriptExecutionScope &)=delete | 
| v8::Isolate::DisallowJavascriptExecutionScope::DisallowJavascriptExecutionScope | ( | Isolate * | isolate, | 
| OnFailure | on_failure | ||
| ) | 
| v8::Isolate::DisallowJavascriptExecutionScope::~DisallowJavascriptExecutionScope | ( | ) | 
      
  | 
  delete | 
      
  | 
  delete |