Lines Matching refs:found
117 var found = false;
118 for (var j = 0; j < response.refs.length && !found; j++) {
119 found = response.refs[j].handle == response.body.scopes[i].object.ref;
121 assertTrue(found, "Scope object " + response.body.scopes[i].object.ref + " not found");
133 print('property ' + p + ' not found in scope');
135 assertFalse(property_mirror.isUndefined(), 'property ' + p + ' not found in scope');
164 print('Names found in scope:');
190 var found = false;
191 for (var i = 0; i < response.refs.length && !found; i++) {
192 found = response.refs[i].handle == response.body.object.ref;
194 assertTrue(found, "Scope object " + response.body.object.ref + " not found");