Iterates through all keys in an object. Optionally provides traversal order. Does not support circular references and will throw a RangeError with max call stack exceeded.
// TODO: Add support for BFS traversal order.
Protected
Rest
Iterates through all keys in an object. Optionally provides traversal order. Does not support circular references and will throw a RangeError with max call stack exceeded.
Todo
// TODO: Add support for BFS traversal order.