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

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

console.count(label)

Prints number of times the function was called with that particular label.

More information: