Lines Matching refs:Logs
2830 // => Logs `1` then `2`.
2835 // => Logs 'a' then 'b' (iteration order is not guaranteed).
2867 // => Logs `2` then `1`.
3506 // => Logs the number of milliseconds it took for the deferred invocation.
3547 // => Logs 'done saving!' after the two async saves have completed.
3905 // => Logs 'deferred' after one millisecond.
3935 // => Logs 'later' after one second.
7371 // => Logs 'a', 'b', then 'c' (iteration order is not guaranteed).
7407 // => Logs 'c', 'b', then 'a' assuming `_.forIn` logs 'a', 'b', then 'c'.
7445 // => Logs 'a' then 'b' (iteration order is not guaranteed).
7481 // => Logs 'b' then 'a' assuming `_.forOwn` logs 'a' then 'b'.
10139 // => Logs 'clicked docs' when clicked.