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

Static Public Member Functions

static int GetStressRuns ()
 
static void DeoptimizeAll (Isolate *isolate)
 

Detailed Description

Definition at line 6385 of file d8.cc.

Member Function Documentation

◆ DeoptimizeAll()

static void v8::D8Testing::DeoptimizeAll ( Isolate * isolate)
inlinestatic

Force deoptimization of all functions.

Definition at line 6405 of file d8.cc.

◆ GetStressRuns()

static int v8::D8Testing::GetStressRuns ( )
inlinestatic

Get the number of runs of a given test that is required to get the full stress coverage.

Definition at line 6391 of file d8.cc.


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