mildew.stdlib.console

This module implements functions for the "console" namespace in the scripting language

Members

Functions

initializeConsoleLibrary
void initializeConsoleLibrary(Interpreter interpreter)

Initializes the console library. This is called by Interpreter.initializeStdlib. The console functions are stored in the "console" global variable and are accessed such as "console.log"

Meta