Searched refs:forIn5 (Results 1 – 2 of 2) sorted by relevance
36 PASS forIn5({get foo() { return 'called getter'} }) is ['foo', 'called getter']37 PASS forIn5({set foo(v) { } }) is ['foo', undefined]38 PASS forIn5({get foo() { return 'called getter'}, set foo(v) { }}) is ['foo', 'called getter']
81 function forIn5(o) { function