Home
last modified time | relevance | path

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

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