Add _.functionsIn and _.pairsIn.

This commit is contained in:
John-David Dalton
2015-10-27 00:45:32 -07:00
parent 6b2645b310
commit 557af10067
3 changed files with 95 additions and 15 deletions

View File

@@ -277,6 +277,9 @@
'assigning non-objects results in returning the non-object value',
'assigning undefined results in undefined'
],
'functions': [
'also looks up functions on the prototype'
],
'isEqual': [
'`0` is not equal to `-0`',
'Commutative equality is implemented for `0` and `-0`',