Searched refs:functionDetails (Results 1 – 9 of 9) sorted by relevance
136 functionDetails: function(callback) method in WebInspector.RemoteObject603 functionDetails: function(callback) method in WebInspector.RemoteObjectImpl605 this._target.debuggerModel.functionDetails(this, callback)
677 functionDetails: function(remoteObject, callback) method in WebInspector.DebuggerModel
123 …result.functionDetails(didGetDetails.bind(this, result.target(), anchorElement, popoverContentElem…
698 this._remoteObject.functionDetails(didGetDetails.bind(this));
44 [NotEnumerable, Unforgeable, Custom] any functionDetails(Function obj);
464 …ectProto(/** @type {!DebuggerAgent.FunctionDetails} */ (InjectedScriptHost.functionDetails(func)));
584 object.functionDetails(didGetDetails);
820 result.functionDetails(didGetDetails);
1134 debuggerModel.functionDetails(remoteObject, didGetFunctionDetails.bind(this));