Home | History | Annotate | Download | only in js

Lines Matching refs:properties

1368     if (!expectations.properties)
1379 this.assertTrue(name in expectations.properties, "Unexpected property: " + name);
1380 this.assertEquals(expectations.properties[name], value, 'Unexpected "' + name + '" property value.');
1381 delete expectations.properties[name];
1385 // Check that all expected properties were found.
1386 for (var p in expectations.properties)
1387 this.fail('Property "' + p + '" was not found in scope "' + scopeTitle + '". Found properties: "' + foundProps.join(",") + '"');
1464 properties: {
1472 properties: {