// Prints the stack trace for the current fiber.
//
// Used when a fiber throws a runtime error which is not caught.
void ;
// The "dump" functions are used for debugging Wren itself. Normal code paths
// will not call them unless one of the various DEBUG_ flags is enabled.
// Prints a representation of [value] to stdout.
void ;
// Prints a representation of the bytecode for [fn] at instruction [i].
int ;
// Prints the disassembled code for [fn] to stdout.
void ;
// Prints the contents of the current stack for [fiber] to stdout.
void ;