Home | History | Annotate | Download | only in js

Lines Matching refs:childName

1501  * @param {string} childName
1506 TestSuite.prototype._findChildProperty = function(parent, childName, objectPath)
1512 if (property.name === childName)
1515 this.fail('Cannot find property "' + childName + '" in ' + objectPath);