Home
last modified time | relevance | path

Searched refs:objectHasOwnProperty (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/inspector/
Dinjected_script_externs.js51 InjectedScriptHostClass.prototype.objectHasOwnProperty = function(object, propertyName) {} method in InjectedScriptHostClass
Dinjected-script-source.js119 if (!InjectedScriptHost.objectHasOwnProperty(/** @type {!Object} */ (obj), "length"))
450 if (InjectedScriptHost.objectHasOwnProperty(o, name)) {