Home
last modified time | relevance | path

Searched refs:InjectedScriptHost (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/inspector/
Dinjected-script-source.js38 (function (InjectedScriptHost, inspectedGlobalObject, injectedScriptId) { argument
63 …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 …]
Dinjected_script_externs.js118 var InjectedScriptHost; variable
Dinspected-context.h19 class InjectedScriptHost; variable