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