wren.common

Undocumented in source.

Members

Functions

ALLOCATE
T* ALLOCATE(VM* vm)
Undocumented in source. Be warned that the author may not have intended to support it.
ALLOCATE_ARRAY
T* ALLOCATE_ARRAY(VM* vm, size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
ALLOCATE_FLEX
T* ALLOCATE_FLEX(VM* vm, size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
DEALLOCATE
void DEALLOCATE(VM* vm, void* pointer)
Undocumented in source. Be warned that the author may not have intended to support it.
wrenGetVersionNumber
int wrenGetVersionNumber()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

MAX_FIELDS
enum MAX_FIELDS;
Undocumented in source.
MAX_METHOD_NAME
enum MAX_METHOD_NAME;
Undocumented in source.
MAX_METHOD_SIGNATURE
enum MAX_METHOD_SIGNATURE;
Undocumented in source.
MAX_MODULE_VARS
enum MAX_MODULE_VARS;
Undocumented in source.
MAX_PARAMETERS
enum MAX_PARAMETERS;
Undocumented in source.
MAX_VARIABLE_NAME
enum MAX_VARIABLE_NAME;
Undocumented in source.
WREN_DEBUG_DUMP_COMPILED_CODE
enum WREN_DEBUG_DUMP_COMPILED_CODE;
Undocumented in source.
WREN_DEBUG_DUMP_COMPILED_CODE
enum WREN_DEBUG_DUMP_COMPILED_CODE;
Undocumented in source.
WREN_DEBUG_GC_STRESS
enum WREN_DEBUG_GC_STRESS;
Undocumented in source.
WREN_DEBUG_GC_STRESS
enum WREN_DEBUG_GC_STRESS;
Undocumented in source.
WREN_DEBUG_TRACE_GC
enum WREN_DEBUG_TRACE_GC;
Undocumented in source.
WREN_DEBUG_TRACE_GC
enum WREN_DEBUG_TRACE_GC;
Undocumented in source.
WREN_DEBUG_TRACE_INSTRUCTIONS
enum WREN_DEBUG_TRACE_INSTRUCTIONS;
Undocumented in source.
WREN_DEBUG_TRACE_INSTRUCTIONS
enum WREN_DEBUG_TRACE_INSTRUCTIONS;
Undocumented in source.
WREN_DEBUG_TRACE_MEMORY
enum WREN_DEBUG_TRACE_MEMORY;
Undocumented in source.
WREN_DEBUG_TRACE_MEMORY
enum WREN_DEBUG_TRACE_MEMORY;
Undocumented in source.
WREN_NAN_TAGGING
enum WREN_NAN_TAGGING;
Undocumented in source.
WREN_NAN_TAGGING
enum WREN_NAN_TAGGING;
Undocumented in source.
WREN_OPT_META
enum WREN_OPT_META;
Undocumented in source.
WREN_OPT_META
enum WREN_OPT_META;
Undocumented in source.
WREN_OPT_RANDOM
enum WREN_OPT_RANDOM;
Undocumented in source.
WREN_OPT_RANDOM
enum WREN_OPT_RANDOM;
Undocumented in source.
WREN_VERSION_MAJOR
enum WREN_VERSION_MAJOR;
Undocumented in source.
WREN_VERSION_MINOR
enum WREN_VERSION_MINOR;
Undocumented in source.
WREN_VERSION_PATCH
enum WREN_VERSION_PATCH;
Undocumented in source.
WREN_VERSION_STRING
enum WREN_VERSION_STRING;
Undocumented in source.

Variables

WREN_VERSION_NUMBER
auto WREN_VERSION_NUMBER;
Undocumented in source.

Meta