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

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

console.trace(...data)

Prints a stack trace with "trace" logLevel, optionally labelled by data.

More information: