V8 Project
v8::internal::Testing Class Reference

#include <api.h>

+ Collaboration diagram for v8::internal::Testing:

Static Public Member Functions

static v8::Testing::StressType stress_type ()
 
static void set_stress_type (v8::Testing::StressType stress_type)
 

Static Private Attributes

static v8::Testing::StressType stress_type_
 

Detailed Description

Definition at line 685 of file api.h.

Member Function Documentation

◆ set_stress_type()

static void v8::internal::Testing::set_stress_type ( v8::Testing::StressType  stress_type)
inlinestatic

Definition at line 688 of file api.h.

688  {
690  }
static v8::Testing::StressType stress_type()
Definition: api.h:687
static v8::Testing::StressType stress_type_
Definition: api.h:693

References stress_type(), and stress_type_.

Referenced by v8::Testing::SetStressRunType().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ stress_type()

static v8::Testing::StressType v8::internal::Testing::stress_type ( )
inlinestatic

Definition at line 687 of file api.h.

687 { return stress_type_; }

References stress_type_.

Referenced by v8::Testing::PrepareStressRun(), and set_stress_type().

+ Here is the caller graph for this function:

Member Data Documentation

◆ stress_type_

v8::Testing::StressType v8::internal::Testing::stress_type_
staticprivate
Initial value:

Definition at line 693 of file api.h.

Referenced by set_stress_type(), and stress_type().


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