Numworks Epsilon  1.4.1
Graphing Calculator Operating System
_mp_state_vm_t Struct Reference

#include <mpstate.h>

Public Attributes

qstr_pool_tlast_pool
 
mp_obj_exception_t mp_emergency_exception_obj
 
mp_obj_dict_t mp_loaded_modules_dict
 
volatile mp_obj_t mp_pending_exception
 
mp_obj_dict_t dict_main
 
mp_obj_list_t mp_sys_path_obj
 
mp_obj_list_t mp_sys_argv_obj
 
MICROPY_PORT_ROOT_POINTERS byteqstr_last_chunk
 
size_t qstr_last_alloc
 
size_t qstr_last_used
 
mp_uint_t mp_optimise_value
 

Detailed Description

Definition at line 108 of file mpstate.h.

Member Data Documentation

◆ dict_main

mp_obj_dict_t _mp_state_vm_t::dict_main

Definition at line 154 of file mpstate.h.

◆ last_pool

qstr_pool_t* _mp_state_vm_t::last_pool

Definition at line 115 of file mpstate.h.

◆ mp_emergency_exception_obj

mp_obj_exception_t _mp_state_vm_t::mp_emergency_exception_obj

Definition at line 118 of file mpstate.h.

◆ mp_loaded_modules_dict

mp_obj_dict_t _mp_state_vm_t::mp_loaded_modules_dict

Definition at line 137 of file mpstate.h.

◆ mp_optimise_value

mp_uint_t _mp_state_vm_t::mp_optimise_value

Definition at line 199 of file mpstate.h.

◆ mp_pending_exception

volatile mp_obj_t _mp_state_vm_t::mp_pending_exception

Definition at line 140 of file mpstate.h.

◆ mp_sys_argv_obj

mp_obj_list_t _mp_state_vm_t::mp_sys_argv_obj

Definition at line 158 of file mpstate.h.

◆ mp_sys_path_obj

mp_obj_list_t _mp_state_vm_t::mp_sys_path_obj

Definition at line 157 of file mpstate.h.

◆ qstr_last_alloc

size_t _mp_state_vm_t::qstr_last_alloc

Definition at line 191 of file mpstate.h.

◆ qstr_last_chunk

MICROPY_PORT_ROOT_POINTERS byte* _mp_state_vm_t::qstr_last_chunk

Definition at line 190 of file mpstate.h.

◆ qstr_last_used

size_t _mp_state_vm_t::qstr_last_used

Definition at line 192 of file mpstate.h.


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