v8
8.6.395 (node 15.0.1)
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 |
enum OnFailure |
DisallowJavascriptExecutionScope | ( | Isolate * | isolate, |
OnFailure | on_failure | ||
) |
|
delete |
|
delete |