Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
dart::TesterState Class Reference

#include <unit_test.h>

Inheritance diagram for dart::TesterState:
dart::AllStatic

Static Public Attributes

static const uint8_t * vm_snapshot_data = nullptr
 
static Dart_IsolateGroupCreateCallback create_callback = nullptr
 
static Dart_IsolateShutdownCallback shutdown_callback = nullptr
 
static Dart_IsolateGroupCleanupCallback group_cleanup_callback = nullptr
 
static const char ** argv = nullptr
 
static int argc = 0
 

Detailed Description

Definition at line 253 of file unit_test.h.

Member Data Documentation

◆ argc

int dart::TesterState::argc = 0
static

Definition at line 260 of file unit_test.h.

◆ argv

const char ** dart::TesterState::argv = nullptr
static

Definition at line 259 of file unit_test.h.

◆ create_callback

Dart_IsolateGroupCreateCallback dart::TesterState::create_callback = nullptr
static

Definition at line 256 of file unit_test.h.

◆ group_cleanup_callback

Dart_IsolateGroupCleanupCallback dart::TesterState::group_cleanup_callback = nullptr
static

Definition at line 258 of file unit_test.h.

◆ shutdown_callback

Dart_IsolateShutdownCallback dart::TesterState::shutdown_callback = nullptr
static

Definition at line 257 of file unit_test.h.

◆ vm_snapshot_data

const uint8_t * dart::TesterState::vm_snapshot_data = nullptr
static

Definition at line 255 of file unit_test.h.


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