Searched refs:objectHasOwnProperty (Results 1 – 2 of 2) sorted by relevance
46 InjectedScriptHostClass.prototype.objectHasOwnProperty = function(object, propertyName) {} method in InjectedScriptHostClass
119 if (!InjectedScriptHost.objectHasOwnProperty(/** @type {!Object} */ (obj), "length"))447 if (InjectedScriptHost.objectHasOwnProperty(o, name)) {