v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::FuzzerMonitor Class Reference

#include <d8.h>

Inheritance diagram for v8::FuzzerMonitor:
Collaboration diagram for v8::FuzzerMonitor:

Static Public Member Functions

static void SimulateErrors ()
 

Static Private Member Functions

static void ControlFlowViolation ()
 
static void DCheck ()
 
static void Fatal ()
 
static void ObservableDifference ()
 
static void UndefinedBehavior ()
 
static void UseAfterFree ()
 
static void UseOfUninitializedValue ()
 

Detailed Description

Definition at line 883 of file d8.h.

Member Function Documentation

◆ ControlFlowViolation()

V8_NOINLINE void v8::FuzzerMonitor::ControlFlowViolation ( )
staticprivate

Definition at line 4588 of file d8.cc.

Here is the call graph for this function:

◆ DCheck()

V8_NOINLINE void v8::FuzzerMonitor::DCheck ( )
staticprivate

Definition at line 4594 of file d8.cc.

◆ Fatal()

V8_NOINLINE void v8::FuzzerMonitor::Fatal ( )
staticprivate

Definition at line 4599 of file d8.cc.

◆ ObservableDifference()

V8_NOINLINE void v8::FuzzerMonitor::ObservableDifference ( )
staticprivate

Definition at line 4604 of file d8.cc.

◆ SimulateErrors()

V8_NOINLINE void v8::FuzzerMonitor::SimulateErrors ( )
static

Definition at line 4560 of file d8.cc.

Here is the caller graph for this function:

◆ UndefinedBehavior()

V8_NOINLINE void v8::FuzzerMonitor::UndefinedBehavior ( )
staticprivate

Definition at line 4609 of file d8.cc.

◆ UseAfterFree()

V8_NOINLINE void v8::FuzzerMonitor::UseAfterFree ( )
staticprivate

Definition at line 4615 of file d8.cc.

◆ UseOfUninitializedValue()

V8_NOINLINE void v8::FuzzerMonitor::UseOfUninitializedValue ( )
staticprivate

Definition at line 4624 of file d8.cc.


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