* Creates an array of the values of properties of obj , * not including built-in or inherited properties. If no * argument is given, applies to the global object. * * @example // Prints "123" values({a: 1, b: 2, c: 3}).forEach(function(k) { print(k); } * * @param {objec
(obj)
source not stored for this graph (policy: none)
no test coverage detected