Code::Blocks  SVN r11506
Functions
sqstdaux.cpp File Reference
#include <squirrel.h>
#include <sqstdaux.h>
#include <assert.h>
Include dependency graph for sqstdaux.cpp:

Go to the source code of this file.

Functions

void sqstd_printcallstack (HSQUIRRELVM v)
 
static SQInteger _sqstd_aux_printerror (HSQUIRRELVM v)
 
void _sqstd_compiler_error (HSQUIRRELVM v, const SQChar *sErr, const SQChar *sSource, SQInteger line, SQInteger column)
 
void sqstd_seterrorhandlers (HSQUIRRELVM v)
 

Function Documentation

◆ _sqstd_aux_printerror()

static SQInteger _sqstd_aux_printerror ( HSQUIRRELVM  v)
static

Definition at line 99 of file sqstdaux.cpp.

References sq_getprintfunc(), sq_getstring(), sq_gettop(), and sqstd_printcallstack().

Referenced by sqstd_seterrorhandlers().

◆ _sqstd_compiler_error()

void _sqstd_compiler_error ( HSQUIRRELVM  v,
const SQChar sErr,
const SQChar sSource,
SQInteger  line,
SQInteger  column 
)

Definition at line 117 of file sqstdaux.cpp.

References sq_getprintfunc().

Referenced by sqstd_seterrorhandlers().

◆ sqstd_printcallstack()

void sqstd_printcallstack ( HSQUIRRELVM  v)

◆ sqstd_seterrorhandlers()

void sqstd_seterrorhandlers ( HSQUIRRELVM  v)