This module implements functions for the "console" namespace in the scripting language
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"
See Source File
This module implements functions for the "console" namespace in the scripting language