Searched refs:InjectedScriptHost (Results 1 – 3 of 3) sorted by relevance
38 (function (InjectedScriptHost, inspectedGlobalObject, injectedScriptId) { argument63 …var name = InjectedScriptHost.internalConstructorName(obj) || InjectedScriptHost.subtype(obj) || (…92 var splice = InjectedScriptHost.getProperty(obj, "splice");94 if (!InjectedScriptHost.objectHasOwnProperty(/** @type {!Object} */ (obj), "length"))96 var len = InjectedScriptHost.getProperty(obj, "length");163 InjectedScriptHost.nullifyPrototype(InjectedScript);212 … return typeof object === "object" && InjectedScriptHost.subtype(object) === "internal#location";237 if (InjectedScriptHost.subtype(columns) === "array") {239 InjectedScriptHost.nullifyPrototype(columnNames);280 var id = InjectedScriptHost.bind(object, objectGroupName || "");[all …]
118 var InjectedScriptHost; variable
19 class InjectedScriptHost; variable