[][src]Function boa::builtins::console::error

pub fn error(this: &Value, args: &[Value], ctx: &mut Interpreter) -> ResultValue

console.error(...data)

Prints a JavaScript values with "error" logLevel.

More information: