Add more _.forIn iteration tests and prep support for Error object iteration.

Former-commit-id: 3676681717d0648c9f96570a4952f7c35e6a9bec
This commit is contained in:
John-David Dalton
2013-05-07 01:38:13 -07:00
parent aad55fc3db
commit e0cf4e644b
3 changed files with 102 additions and 56 deletions

View File

@@ -14,6 +14,9 @@
'className',
'collection',
'ctor',
'ctorByClass',
'errorClass',
'errorProto',
'guard',
'hasOwnProperty',
'index',
@@ -22,14 +25,13 @@
'isProto',
'isString',
'iterable',
'iterated',
'length',
'keys',
'lodash',
'nonEnum',
'nonEnumProps',
'object',
'objectRef',
'objectProto',
'objectTypes',
'ownIndex',
'ownProps',
@@ -37,7 +39,10 @@
'result',
'skipProto',
'source',
'thisArg'
'stringClass',
'stringProto',
'thisArg',
'toString'
];
/** Used to minify `iteratorTemplate` data properties */