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